| Author |
Message |
Forum: Support Topic: Joystick Script doesn't work in Admin mode |
| poly |
|
Posted: April 27th, 2012, 12:46 am
|
|
Replies: 4 Views: 101
|
| Then stop using stupid joystick or buy a console... Games are designed to work with keayboard/mouse since at least 18 years (DooM 1)... >_> You do realize this is the Support Forum, right? At any rate, your rude criticism is ill-founded (and misspelled). Using a stick for movement frees your finger... |
|
 |
Forum: Support Topic: Mapping Modifier Key to Another Key |
| poly |
|
Posted: April 26th, 2012, 5:36 am
|
|
Replies: 8 Views: 82
|
There may be nothing mysterious about what you are trying to do. Consult one of the working scripts and copy their syntax, inserting Alt, etc. where needed?
Oh, and the first thing I would try were I you is sending explicit {Alt Up} and {Alt Down}. I'd also give the Keyboard Hook a whirl. |
|
 |
Forum: Support Topic: Send {LAlt Down} sends Alt and Ctl |
| poly |
|
Posted: April 26th, 2012, 5:32 am
|
|
Replies: 4 Views: 36
|
| What are the OS results for !1::Send, {Alt Down}2{Alt Up} versus !1::Send, { L Alt Down}2{ L Alt Up} The results are the same. And when you press 'Alt1' to trigger the hotkey, why do you require it send the 'left' alt command, versus an 'alt'? Because the target application can distinguish between ... |
|
 |
Forum: Support Topic: Send {LAlt Down} sends Alt and Ctl |
| poly |
|
Posted: April 26th, 2012, 3:06 am
|
|
Replies: 4 Views: 36
|
| I'm not using the AHK debugger, but another applet that reports all keyboard events. It seems that with any AHK hotkey that is invoked by key combination which includes an Alt key, one or more presses and releases of Control are also received by the OS. This is not true for an Alt-combination that i... |
|
 |
Forum: Support Topic: Send {LAlt Down} sends Alt and Ctl |
| poly |
|
Posted: April 26th, 2012, 2:06 am
|
|
Replies: 4 Views: 36
|
| I'm trying to puzzle out some odd script behavior. Here's the line of code: !1::Send, {LAlt Down}2{LAlt Up} On pressing LAlt+1, this is what is received by the OS: LAlt Down 1 Down 2 Down 2 Up LAlt Up LCtrl Down LAlt Down LCtrl Up 1 Up LAlt Up What's with the extraneous press and release of LCtrl? I... |
|
 |
Forum: Support Topic: Joystick Script doesn't work in Admin mode |
| poly |
|
Posted: April 18th, 2012, 5:05 am
|
|
Replies: 4 Views: 101
|
| I've been using a modified version of the joystick script given in the Help file to customize my joystick's dead-zone. Running it as normal has served me well for several games, but to use it with Star Wars: The Old Republic it needs to run in Administrator Mode (as do all AHK scripts with TOR). Odd... |
|
 |
Forum: Support Topic: Chording for MMO play |
| poly |
|
Posted: October 21st, 2011, 4:12 am
|
|
Replies: 0 Views: 89
|
| Any suggestions on optimizing or otherwise improving the script below would be appreciated. It works as is, but surely can be made better. So the idea is to make a chording system that minimizes the gameplay-disadvantages of chording. To wit, the delay involved that allows a second 'note' (or key) o... |
|
 |
Forum: Support Topic: #IfWin and Hotkey, IfWin |
| poly |
|
Posted: August 13th, 2010, 10:25 pm
|
|
Replies: 2 Views: 318
|
|
 |
Forum: Gaming Topic: StarCraft II - Mouse Scroll (edge of screen) while windowed |
| poly |
|
Posted: August 11th, 2010, 2:27 am
|
|
Replies: 25 Views: 10432
|
Oops, I made a bonehead error -- It works for me with
(llY + 26) |
|
 |
Forum: Gaming Topic: StarCraft II - Mouse Scroll (edge of screen) while windowed |
| poly |
|
Posted: August 11th, 2010, 2:03 am
|
|
Replies: 25 Views: 10432
|
| The second problem was not being able to scroll up. I messed around in the script and resolved this, all you need to do is modify the original script at ONE part in the script: UChar,(llY + 30) >> 8*A_Index-8) Just change the 30 to a 25 and BINGO, save the script, close the script, reopen it, done ... |
|
 |
Forum: Support Topic: Remapping Space and Shift |
| poly |
|
Posted: August 9th, 2010, 11:17 pm
|
|
Replies: 3 Views: 259
|
Thanks comvox, I skipped over that in the manual.
And sswceltic, the problem is that I'm using space as a modal remapping, so a more robust solution, as comvox suggested, seems to be necessary. Thanks though, you helped me understand what's going on. |
|
 |
Forum: Support Topic: Remapping Space and Shift |
| poly |
|
Posted: August 9th, 2010, 2:58 pm
|
|
Replies: 3 Views: 259
|
| I'd like to remap the spacebar as a shift key, and then use the spacebar in other hotkeys. So I tried this: Space::Shift Space & q::Send, +p+q This works for the hotkey, but it breaks the remapping in non-hotkeyed uses. So pressing the spacebar and q yields "PQ", but pressing the space... |
|
 |
Forum: Support Topic: Recall modifiers with wildcard? |
| poly |
|
Posted: August 9th, 2010, 11:30 am
|
|
Replies: 1 Views: 83
|
|
 |
Forum: Support Topic: Recall modifiers with wildcard? |
| poly |
|
Posted: August 9th, 2010, 9:45 am
|
|
Replies: 1 Views: 83
|
When using the asterisk symbol in a hotkey (eg *n::Run Notepad), is it possible to recall the modifier keys that were ignored when the hotkey subroutine was initiated?
Thanks for any help offered. |
|
 |
Forum: Support Topic: map data structure |
| poly |
|
Posted: June 20th, 2010, 3:17 am
|
|
Replies: 1 Views: 101
|
| I'm trying to make a map data structure. For those who don't know about data structures in code: a map in this context is unrelated to "maps" in ordinary speech (as in "Google maps") Has anyone done this already, or seen an implementation, and can point me somewhere? Thanks in ad... |
|
 |
| Sort by: |