moesfeld
April 14th, 2008, 11:54 AM
Hi there,
Im Trying to send the <BROWSER_FAVOURITES> Hotkey to Windows, but it isnīt working. All it outputs is "B".:confused: All other hotkeys like <BROWSER_HOME> are working fine. Allso I am missing some Hotkeys that canīt be send like LAUNCH_MEDIA and LAUNCH_MAIL:mad:.
THX in Advance
EDIT:
I read the Key values with AutoHotkey when sending the <BROWSER_FAVOURITES> with Girder it is not working and it puts out:
MakeCode: 42
Flags: 0
Key: 16
Msg: 256
Extrainfo: 2826223426
MakeCode: 48
Flags: 1
Key: 66
Msg: 257
Extrainfo: 2826223426
which seems to be the B-key and the Shift-key whos values are:
MakeCode: 42
Flags: 1
Key: 16
Msg: 257
Extrainfo: 0
for Shift
MakeCode: 48
Flags: 1
Key: 66
Msg: 257
Extrainfo: 0
for b
when sending <BROWSER_FAVOURITES> via AutoHotkey it is working and it puts out:
MakeCode: 102
Flags: 0
Key: 171
Msg: 256
Extrainfo: 4291023949
when sending a <LAUNCH_APP1> via Girder it is working and puts out:
MakeCode: 109
Flags: 2
Key: 181
Msg: 256
Extrainfo: 2826223426
corresponding to http://www.tronan.com/macromachine/scripthelp/VK.htm
Key nuber 171 is the right Key to send but Girder just wonīt
Is it possible to send key values directly (like send Key 171)?
Thx in Advance
Im Trying to send the <BROWSER_FAVOURITES> Hotkey to Windows, but it isnīt working. All it outputs is "B".:confused: All other hotkeys like <BROWSER_HOME> are working fine. Allso I am missing some Hotkeys that canīt be send like LAUNCH_MEDIA and LAUNCH_MAIL:mad:.
THX in Advance
EDIT:
I read the Key values with AutoHotkey when sending the <BROWSER_FAVOURITES> with Girder it is not working and it puts out:
MakeCode: 42
Flags: 0
Key: 16
Msg: 256
Extrainfo: 2826223426
MakeCode: 48
Flags: 1
Key: 66
Msg: 257
Extrainfo: 2826223426
which seems to be the B-key and the Shift-key whos values are:
MakeCode: 42
Flags: 1
Key: 16
Msg: 257
Extrainfo: 0
for Shift
MakeCode: 48
Flags: 1
Key: 66
Msg: 257
Extrainfo: 0
for b
when sending <BROWSER_FAVOURITES> via AutoHotkey it is working and it puts out:
MakeCode: 102
Flags: 0
Key: 171
Msg: 256
Extrainfo: 4291023949
when sending a <LAUNCH_APP1> via Girder it is working and puts out:
MakeCode: 109
Flags: 2
Key: 181
Msg: 256
Extrainfo: 2826223426
corresponding to http://www.tronan.com/macromachine/scripthelp/VK.htm
Key nuber 171 is the right Key to send but Girder just wonīt
Is it possible to send key values directly (like send Key 171)?
Thx in Advance