![]() |
#5
|
||||
|
||||
![]()
The KeyDown event looks like it makes a lot more sense than the KeyUp event.
I had a little play with Paul's code to add CaseElse's that would reveal the integer values of other keys which may be pressed. I note that combinations can give different results depending on the order of the key presses (eg Ctrl then Alt returns a different result to Alt then Ctrl). The first Case Else should be amended as follows to reveal the integer value of the modifiers Case Else: strMask = Shift & "+" You can then add a CaseElse to the second select Case Else: StrKey = KeyCode
__________________
Andrew Lockton Chrysalis Design, Melbourne Australia |
Tags |
key bindings |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
nouki | Word VBA | 9 | 10-14-2015 01:20 PM |
![]() |
tgeary00 | Word | 2 | 10-29-2013 06:51 PM |
![]() |
revans611 | Word | 1 | 11-29-2010 11:57 AM |
Help with Combination function | sanasath | Excel | 0 | 12-13-2005 07:24 AM |
Outlook problem - Open Other User’s Folder doesn’t show Sent | imported_bankboysb | Outlook | 0 | 12-12-2005 11:41 AM |