summaryrefslogtreecommitdiff
path: root/lib/reline/windows.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2022-01-18 06:20:46 +0900
committergit <svn-admin@ruby-lang.org>2022-01-27 20:54:09 +0900
commitd66e7ec77b0067b113e1b9f584e7f5f741d6cd78 (patch)
tree0ec3e8df3e0bcf23df798a7d01d2cd3e327dd277 /lib/reline/windows.rb
parentf4ee60543acf05742360c8d1f029d88672ff1eef (diff)
[ruby/reline] Add a comment for VK_MENU
https://github.com/ruby/reline/commit/ee307c2b01
Diffstat (limited to 'lib/reline/windows.rb')
-rw-r--r--lib/reline/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/windows.rb b/lib/reline/windows.rb
index 005c6c3938..b952329911 100644
--- a/lib/reline/windows.rb
+++ b/lib/reline/windows.rb
@@ -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