mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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=+
|