mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Support Enter key of numpad on Windows
The yamatanooroti gem can't emulate numpad key pressing...
8e9da1aeaf
This commit is contained in:
parent
03f8c27179
commit
750359ce81
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ class Reline::Windows
|
|||
@@output_buf.push(0, 80)
|
||||
when VK_DELETE
|
||||
@@output_buf.push(0, 83)
|
||||
when VK_RETURN
|
||||
@@output_buf.push(char_code) # must be 0x0D
|
||||
end
|
||||
elsif char_code == 0 and control_key_state != 0
|
||||
# unknown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue