1
0
Fork 0
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:
aycabta 2022-01-18 06:20:46 +09:00 committed by git
parent f4ee60543a
commit d66e7ec77b

View file

@ -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