mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Add a comment for VK_MENU
https://github.com/ruby/reline/commit/ee307c2b01
This commit is contained in:
parent
f4ee60543a
commit
d66e7ec77b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Reline::Windows
|
|||
end
|
||||
|
||||
VK_RETURN = 0x0D
|
||||
VK_MENU = 0x12
|
||||
VK_MENU = 0x12 # ALT key
|
||||
VK_LMENU = 0xA4
|
||||
VK_CONTROL = 0x11
|
||||
VK_SHIFT = 0x10
|
||||
|
|
Loading…
Reference in a new issue