RegisterHotkey F12
Date: Thu, 30 Oct 2003 14:30:53 +0800
Hi,
How can I register a hotkey F12 with out Ctrl or shift?
If not RegisterHotkey( Handle, 1, 0, VK_F12 ) Then
ShowMessage('Unable to assign F12 as hotkey.');
Thanks
regards
Tan
Relevant Pages
- Re: RegisterHotkey F12
... > How can I register a hotkey F12 with out Ctrl or shift? ... debugger at all times, so it should not be registered as a hot key. ... (borland.public.delphi.nativeapi) - Re: Multiplexing - how to speed up
... Currently I'm testing with 5 cascaded shift registers (serial in, ... After adding the 5th shift register the image started flickering. ... void shift_byte ... internal buffer but not to the output pins of that register. ... (sci.electronics.design) - Re: Multiplexing - how to speed up
... Currently I'm testing with 5 cascaded shift registers (serial in, ... After adding the 5th shift register the image started flickering. ... void shift_byte ... (sci.electronics.design) - Re: Sticky keys
... Your suggestion of using the lock key does appear to work however, I can still not fully use sticky keys to achieve what we need. ... It works fine and it immediately deselect the shift key too but the command run. ... However, if you want Windows not to deselect shift, ctrl or alt key after you press Del key then press the shift, ctrl or alt key twice to lock it down. ... (microsoft.public.windowsxp.general) - Re: Sticky keys
... Your suggestion of using the lock key does appear to work however, I can still not fully use sticky keys to achieve what we need. ... It works fine and it immediately deselect the shift key too but the command run. ... However, if you want Windows not to deselect shift, ctrl or alt key after you press Del key then press the shift, ctrl or alt key twice to lock it down. ... (microsoft.public.windowsxp.general) |
|