Re: M as shortcut key
- From: "Jeff Johnson [MVP: VB]" <i.get@xxxxxxxxxxx>
- Date: Mon, 20 Feb 2006 09:26:55 -0500
"Joachim" <Joachim@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B7741617-05E5-4EC4-9A22-5138EA4FD8FE@xxxxxxxxxxxxxxxx
Is there a way to make only M as a shortcut key?
You mean without using Shift, Ctrl, or Alt? Not from the VB IDE, no. You
could check for it in the KeyPress event though, and you could put it on
your menu like this:
mnuWhatever.Caption = "Move" & vbTab & "M"
so that it looks like a shortcut key.
.
Relevant Pages
- Re: Since chvt works, the problem must be the keymap
... if you run "xev", press both CTRL and ALT, and then press F1, ... etc. Does xev really display the keycodes for the Fn keys and the ... KeyPress event, serial 29, synthetic NO, window 0x2600001, ... ALT before you press F1, you still get the normal "F1" keysymbol and not ... (Debian-User) - Re: flashing messages
... everytime i try to "ctrl, alt, del" or go to the 'start" and try ... clean install of Windows. ... (microsoft.public.windowsxp.general) - Re: CTR ALT DELETE
... Ctrl + Alt + Delete isn't gonna work until you get rid of the viruses. ... Task Manager, MSCONFIG, or REGEDIT disappear while opening ... MS-MVP Windows Shell/User ... (microsoft.public.windowsxp.general) - Re: Disable Alt + Ctrl + Backspace selectively
... The question was about Ctrl + Alt + Backspace. ... If you actually want shutdown to verify if root is ... Ctrl + Alt + Backspace depending on the user logged in. ... (comp.os.linux.development.system) - Re: Hanging
... does pressing the left 'Ctrl' and 'Alt' and F2 keys at the same time ... Starting the scripts manually avoids loosing the ... (comp.os.linux.misc) |
|