mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
Merge pull request #742 from ernstwi/catch-cr
Catch <CR> as special key
This commit is contained in:
commit
8d0991e372
@ -91,4 +91,5 @@ private let specialKeys = [
|
||||
NSF35FunctionKey: "F35",
|
||||
0x09: "Tab",
|
||||
0x19: "Tab",
|
||||
0xd: "CR",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user