1
1
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:
Tae Won Ha 2019-10-04 17:22:02 +01:00 committed by GitHub
commit 8d0991e372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,4 +91,5 @@ private let specialKeys = [
NSF35FunctionKey: "F35",
0x09: "Tab",
0x19: "Tab",
0xd: "CR",
]