| Author |
Message |
Forum: Support Topic: Up and Down hotkeys not working for Onenote 2007 |
| AgeKay |
|
Posted: April 8th, 2011, 10:14 pm
|
|
Replies: 9 Views: 1490
|
| I have the same problem in OneNote 2010, but your workaround works great. Thanks, jak! got a workaround of sorts. In order for sendplay to recognize the shift key on the very first press, I had to do it the long way, like this: ;up rwin & i:: getkeystate, state, shift, P if state = D { Send... |
|
 |
Forum: Support Topic: So frustrated! Please help with creating diacritics |
| AgeKay |
|
Posted: April 6th, 2011, 2:54 pm
|
|
Replies: 3 Views: 160
|
| Thanks for your reply. I've looked at all the solutions, but found them to be too complex. But it's ok. I've come up with a much better solution. I just use "a" and the key that has ":" on it for "ä". This allows me to generate all characters from Basic Latin, Latin-1 S... |
|
 |
Forum: Support Topic: So frustrated! Please help with creating diacritics |
| AgeKay |
|
Posted: April 5th, 2011, 10:50 pm
|
|
Replies: 3 Views: 160
|
| Hello, all I want to do is to turn an existing letter into another unicode character when two keys are pressed at the same time. For example, I have an "a" and when I press my two keys, it should turn it into "ä". One of those keys does not generate a character, so it's only acce... |
|
 |
Forum: Support Topic: How do I get the last pressed key? |
| AgeKay |
|
Posted: March 31st, 2011, 1:14 pm
|
|
Replies: 3 Views: 238
|
Thanks for the quick responses guys. nimda was right. I was essentially trying to do something that could easily be solved with HotStrings, but I forgot that AutoHotKey had those . |
|
 |
Forum: Support Topic: How do I get the last pressed key? |
| AgeKay |
|
Posted: March 31st, 2011, 2:36 am
|
|
Replies: 3 Views: 238
|
Hello,
I can't find a way to get the last pressed key. I know there is A_PriorHotkey, but that requires defining a HotKey for every possible key which is pretty inefficient. Does anyone have an idea how I can get the last key that was pressed on the keyboard? |
|
 |
Forum: Support Topic: Auto-repeat of single key when used in key combination |
| AgeKay |
|
Posted: November 22nd, 2008, 8:42 pm
|
|
Replies: 2 Views: 271
|
| Thanks, but it's not working the way I meant it. Incidentally, I just finished my own version which works exactly how I wanted it which follows: #NoEnv #SingleInstance Force #MaxHotkeysPerInterval 200 firstTimeKeyDown := 0 lastChordingSource := "" DefineKeyCombination("g", &q... |
|
 |
Forum: Support Topic: Auto-repeat of single key when used in key combination |
| AgeKay |
|
Posted: November 22nd, 2008, 2:51 am
|
|
Replies: 2 Views: 271
|
| Hello, I have a problem with the following code: g::Send a m::Send b g & m:: m & g::Send x When I hold down the 'g' or 'm' key, it is not being auto-repeated because its also used in a key combination. I understand the reason for this is because AHK waits for the release of that key or press... |
|
 |
| Sort by: |