Skip to content

Commit

Permalink
[ruby/reline] Add a comment for VK_MENU
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta authored and matzbot committed Jan 27, 2022
1 parent f4ee605 commit d66e7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline/windows.rb
Expand Up @@ -95,7 +95,7 @@ def call(*args)
end

VK_RETURN = 0x0D
VK_MENU = 0x12
VK_MENU = 0x12 # ALT key
VK_LMENU = 0xA4
VK_CONTROL = 0x11
VK_SHIFT = 0x10
Expand Down

0 comments on commit d66e7ec

Please sign in to comment.