| Author |
Message |
Forum: Support Topic: Human Readable Hotkeys |
| DarthCrap |
|
Posted: March 17th, 2008, 10:50 pm
|
|
Replies: 8 Views: 609
|
| Piz. This seems to be exactly what I was looking for. Thank you. |
|
 |
Forum: Support Topic: Human Readable Hotkeys |
| DarthCrap |
|
Posted: March 17th, 2008, 5:55 pm
|
|
Replies: 8 Views: 609
|
| Thanks for these suggestions people. I'm not sure, but i don't think using regular expressions is the most efficient way of doing it. ^ Badly worded. What i meant by that is I'd seen it done using a DllCall somewhere before. I've got nothing against using regular expressions, if that is the best way... |
|
 |
Forum: Support Topic: Human Readable Hotkeys |
| DarthCrap |
|
Posted: March 16th, 2008, 9:53 pm
|
|
Replies: 8 Views: 609
|
| I'm not sure, but i don't think using regular expressions is the most efficient way of doing it. The way that I originally thought of is worse though :p It was to create an invisible Hotkey control on a GUI, place the ^+C in the control, and use something like SendMessage to retrieve the actual text... |
|
 |
Forum: Support Topic: Human Readable Hotkeys |
| DarthCrap |
|
Posted: March 16th, 2008, 9:17 pm
|
|
Replies: 8 Views: 609
|
| Note : I saw a topic which said how to do something SIMALAR this, but the search feature isn't being very helpful. Is there anyway of getting the human readable information about a hotkey (such as seen in the GUI Hotkey control - eg : Ctrl+Shift+C) from the hotkey format (eg : ^+C). I need to displ... |
|
 |
Forum: Support Topic: Detecting if the F keys have a function before command |
| DarthCrap |
|
Posted: March 16th, 2008, 4:36 pm
|
|
Replies: 1 Views: 440
|
| Is there a way to find out if the current focused window (current program I am in ) uses the f key and if it doesn't then run my AHK command? I think the best way is to see if the active window DOES need to run your AHK command, and execute if that, rather than if it doesn't and dont execute. Also,... |
|
 |
Forum: Support Topic: [SOLVED] Hotkey COMMAND not working within Halo CE |
| DarthCrap |
|
Posted: March 16th, 2008, 4:28 pm
|
|
Replies: 3 Views: 327
|
| Yes, Using the $ prefix has sorted it. Thanks. Anyway, I just used the ListHotkeys method and found that even though i had used UseHook, the hotkeys were showing that they were using 'reg' (RegisterHotkey) rather than the keyboard hook. Placing the $ prefix now makes it show 'k-hook', and now the sc... |
|
 |
Forum: Support Topic: Sequence of keys |
| DarthCrap |
|
Posted: March 15th, 2008, 10:23 pm
|
|
Replies: 7 Views: 616
|
| I've seen two problems with this script Firstly, if you do not press either t or h directly after pressing Win+C , and you happen to type the letter t (or h ) in somewhere else (eg : the autohotkey forum), it will activate then?. Secondly, if I am correct, then it will never respond to h , unless it... |
|
 |
Forum: Support Topic: [SOLVED] Hotkey COMMAND not working within Halo CE |
| DarthCrap |
|
Posted: March 15th, 2008, 9:57 pm
|
|
Replies: 3 Views: 327
|
| I have just written a new version of a script I wrote a couple of weeks ago, which allows varying things to be done with Halo Custom Edition . That version used hotkeys I set in the code, and while it worked, people complained of the hotkeys and requested different hotkeys to replace them with. Note... |
|
 |
| Sort by: |