mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
19 lines
333 B
Properties
19 lines
333 B
Properties
#default
|
|
#this file defines the on screen display names for the various modifier keys
|
|
#these are used in XP menus to show keyboard shortcuts
|
|
|
|
#the shift key
|
|
VK_SHIFT=Shift
|
|
|
|
#the command key
|
|
VK_META=Meta
|
|
|
|
#the alt key
|
|
VK_ALT=Alt
|
|
|
|
#the control key
|
|
VK_CONTROL=Ctrl
|
|
|
|
#the separator character used between modifiers
|
|
MODIFIER_SEPARATOR=+
|