| Author |
Message |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Thu Mar 25, 2010 5:53 pm Subject: XButton1 as prefix key disables XButton1 alone |
| Thanks for reporting the bug (and your patients...). |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Mon Mar 22, 2010 5:14 pm Subject: XButton1 as prefix key disables XButton1 alone |
You can reproduce the behavior in this code.a::b ;remap
a & b::MsgBox,% A_ThisHotkey ;prefixThe remapped a appears to do nothing because the prefix a blocks its down event, so onl ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sun Mar 21, 2010 6:18 am Subject: XButton1 as prefix key disables XButton1 alone |
| It doesn't seem to have anything to do with the backspace, but rather with use of the key::otherkey syntax for remapping. So long as that line is replaced with a standard hotkey to send a replacement ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sun Mar 21, 2010 12:19 am Subject: XButton1 as prefix key disables XButton1 alone |
I guess you missed my last post as I did find and detail the cause of the problem, although I don't quite understand why it caused the problem.
Yes, it's a long script but actually not that complex ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 8:15 pm Subject: XButton1 as prefix key disables XButton1 alone |
Okay, I've isolated the problem but I don't understand it.
My hint came from looking at the key history. Here is the history for pressing and releasing the XButton1 button in notepad using the scri ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 7:08 pm Subject: XButton1 as prefix key disables XButton1 alone |
I'm in EST... (Couldn't sleep yesterday night...)
Thanks. |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 7:58 am Subject: XButton1 as prefix key disables XButton1 alone |
| Honestly, I can't find anything that should have this effect. I'm going to post my entire script (with one edit since I have a hotkey that enters in my email password). If you find you have a few minu ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Sat Mar 20, 2010 7:19 am Subject: Re: XButton1 as prefix key disables XButton1 alone |
Hi, thanks for the reply.
I tried your first script and it worked as expected. When I replaced RButton with XButton1, however, it only triggered the wheel combination hotkeys but not XButton1 by it ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 11:24 pm Subject: Re: XButton1 as prefix key disables XButton1 alone |
What have I done wrong here?
http://www.autohotkey.com/docs/Hotkeys.htm#Symbols
search for "its key's native function will not be blocked"
Sorry, but I think I need some explan ... |
Topic: XButton1 as prefix key disables XButton1 alone |
tinaa
Replies: 19
Views: 1736
|
Forum: Ask for Help Posted: Fri Mar 19, 2010 3:54 pm Subject: XButton1 as prefix key disables XButton1 alone |
I have the following code in a script:
#IfWinActive ahk_class Photoshop
XButton1:: ; step back in history
send, ^!z
return
Xbutton2:: ; step forward in history
send, ... |
Topic: VirtualBox steals keys... |
tinaa
Replies: 1
Views: 788
|
Forum: Ask for Help Posted: Sat Nov 28, 2009 11:07 pm Subject: VirtualBox steals keys... |
Hi,
I've got Autohotkey running in Windows 7 64bit. I've got a Virtualbox virtual machine running in the background. Even though I've disabled the automatic keyboard grabbing feature for the virtua ... |
Topic: Do WheelLeft and WheelRight work under Windows 7? |
tinaa
Replies: 0
Views: 370
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 9:24 am Subject: Do WheelLeft and WheelRight work under Windows 7? |
I started playing with the WheelLeft and WheelRight keys to try and detect horizontal scroll action from the mouse or mimic it through a send command.
I'm running Windows 7 64bit.
However, when ... |
Topic: Sending Keystrokes to Elevated CMD Window |
tinaa
Replies: 2
Views: 838
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 6:14 pm Subject: Sending Keystrokes to Elevated CMD Window |
For an autohotkey script to interact with any elevated application it has to itself be launched as elevated.
There are a number of ways to do this. You can write a simple batch file to run autohot ... |
Topic: Elevated Permissions in AutoHotkey and the Run command |
tinaa
Replies: 8
Views: 1957
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 10:57 am Subject: Elevated Permissions in AutoHotkey and the Run command |
disable UAC
google for how to do it
alternatively, you can decide the permission level while compiling scripts
for that use
I have no interest in disabling UAC as I feel it's a useful securit ... |
Topic: Elevated Permissions in AutoHotkey and the Run command |
tinaa
Replies: 8
Views: 1957
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 4:33 am Subject: Elevated Permissions in AutoHotkey and the Run command |
| I've got an Autohotkey script setup to run at login on a Windows Vista machine (now actually running Windows 7 beta). Initially I just put it in the startup folder but found that various hotkeys won't ... |
| |