Extra constants for AddKeyboardShortcut
Posted: Tue Feb 26, 2013 11:02 pm
Hi all,
I'd like extra constants for the other keys on some keyboards, such as the following:
One reason for requesting extra constants is that not all keyboards have a numeric keypad (or the numeric keypad is overlaid on to other keys on some laptops), and even though #PB_Shortcut_Add exists, I also need to be able to refer to the "+" sign when the "=" key is shifted (I'm using a UK keyboard).
I hope the above makes sense.
I'd like extra constants for the other keys on some keyboards, such as the following:
- "=" (equals sign)
"+" (plus sign when equals sign is shifted)
"#"
"["
"]"
etc...
One reason for requesting extra constants is that not all keyboards have a numeric keypad (or the numeric keypad is overlaid on to other keys on some laptops), and even though #PB_Shortcut_Add exists, I also need to be able to refer to the "+" sign when the "=" key is shifted (I'm using a UK keyboard).
I hope the above makes sense.