| Author |
Message |
Forum: Suggestions Topic: AutoHotkey for Vista ( About controlling the volume ) |
| HoffiMuc |
|
Posted: April 28th, 2011, 7:14 pm
|
|
Replies: 13 Views: 7015
|
| I solved it with a dirty workaround: ; set Master Sound to 8 (from 50 which is max on my Lenovo T510) Send {Volume_Down 50} ; go down to 0 (no matter what volume was before) Send {Volume_Up 8} ; increase to 8 ;set Master Sound to 40 (from 50 which is max on my... |
|
 |
Forum: Support Topic: Trigger hotstring via control+Alt+Character |
| HoffiMuc |
|
Posted: January 14th, 2011, 9:59 pm
|
|
Replies: 1 Views: 183
|
Hey,
is it possible to trigger all Hotstrings via a key combination containing control and or shift and or alt?
for example:
I type btw
followed by control+alt+f
and then btw is replaced with by the way
is that possible?
Thanx
Hoffi |
|
 |
Forum: Support Topic: Run command fails launching .lnk with parameters |
| HoffiMuc |
|
Posted: October 13th, 2010, 12:15 pm
|
|
Replies: 10 Views: 2202
|
| DllCall("shell32\ShellExecuteA" , "UInt", 0 ; hwnd , "UInt", 0 ; lpOperation , "Str", scriptDir . "Test.ahk" ; lpFile , "Str", "eins zwei drei" ; lpParameters , "Str", A_WorkingDir ; lpDirectory , "uint", ... |
|
 |
Forum: Support Topic: Run command fails launching .lnk with parameters |
| HoffiMuc |
|
Posted: October 13th, 2010, 11:54 am
|
|
Replies: 10 Views: 2202
|
| DllCall("shell32\ShellExecuteA", "uint", 0, "uint", 0 , "str", A_MyDocuments "\np" ; path of file , "str", "foo" ; arguments , "uint", 0, "int", 1) is "shell32\ShellExecuteA" also valid (and/or good/... |
|
 |
Forum: Scripts Topic: Remapping Fn to LWin on IBM ThinkPad |
| HoffiMuc |
|
Posted: January 15th, 2009, 11:45 am
|
|
Replies: 4 Views: 3794
|
| I want to start the IBM Thinkpad Presentation Manager (for switching to my two monitors profile). Manually it is done by Fn+F7 How can I do this automatically by AutoHotkey? Scancode of Fn key is vkFFsc163 I tried it many ways, but none succeeds: Send, {vkFFsc163}{F7} Send, {vkFFsc163 down}{F7}{vkFF... |
|
 |
Forum: Support Topic: alt key and redefining "<"-key |
| HoffiMuc |
|
Posted: August 17th, 2008, 8:58 am
|
|
Replies: 2 Views: 369
|
| It is a german keyboard. you get a "<" with no modifier ">" with shift and "|" with AltGr and exactly that is the problem. I want to redefine alt+"<":: but AutoHotkey interprets the < as though I want to remap altGr But your solution by redefining the key over... |
|
 |
Forum: Support Topic: alt key and redefining "<"-key |
| HoffiMuc |
|
Posted: August 16th, 2008, 6:13 pm
|
|
Replies: 2 Views: 369
|
| I want to redefine the "<"-key with alt key as modifier but !^<:: as well as ^!<:: just redefine the altGr key, not the left alt key. can somebody tell me how to redefine the "<" key with the left alt modifier? thanx here my code: !^<:: transLevel := 140 ; the level of transparen... |
|
 |
| Sort by: |