Jump to content

hotkey +{INS} don't work, is equal to {INS}


DarkBlood
 Share

Recommended Posts

topic.

I'm using autoit beta v3.2.1.2.

From Help file.

The following hotkeys cannot be set:

any combos of two or more "base keys" such as '{F1}{F2}'

So +{INS} won't work!

Cheers

Kurt

Edited by /dev/null

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

  • Developers

topic.

I'm using autoit beta v3.2.1.2.

This doesn't qualify as BUG report... moving to Support... Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

From Help File.

Quick reference for the Send ( "keys" [, flag] ) Command. ^ Ctrl ! Alt + Shift # Win

+ = {shift}

Shift is not a base key! It should work.

Yep, you're right, it works...

HotKeySet("+{INS}","ins")

while 1 
    Sleep(500)  
WEnd

Func ins()
    msgbox(0,"","Hotkey seen")
EndFunc

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Like a charm. Just {INS} doesn't.

it does on my system.

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...