[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 коммит произвёл git
Родитель f4ee60543a
Коммит d66e7ec77b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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