diff options
author | Ed Maste <emaste@FreeBSD.org> | 2018-01-25 21:13:42 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2018-01-25 21:13:42 +0000 |
commit | 5436aaae642fac0fad0cff0388583d109c38e5f8 (patch) | |
tree | 84a8a7621000f763218601dc6c20bd313465a80b /share | |
parent | 9b2ff7db9db08a7a087dfeb0c263ca16eaea2417 (diff) | |
download | src-5436aaae642fac0fad0cff0388583d109c38e5f8.tar.gz src-5436aaae642fac0fad0cff0388583d109c38e5f8.zip |
vt: add Ctrl+/ key mapping
This matches Xorg's handling of Ctrl+/ and may be useful as a tmux
escape.
PR: 212197
Submitted by: martin at sugioarto.com
Tested by: Arshan Khanifar <arshankhanifar_gmail.com>
MFC after: 2 weeks
Relnotes: Yes
Notes
Notes:
svn path=/head/; revision=328412
Diffstat (limited to 'share')
-rw-r--r-- | share/vt/keymaps/us.kbd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/vt/keymaps/us.kbd b/share/vt/keymaps/us.kbd index e213392e6ae0..dd418ef32221 100644 --- a/share/vt/keymaps/us.kbd +++ b/share/vt/keymaps/us.kbd @@ -56,7 +56,7 @@ 050 'm' 'M' cr cr 'm' 'M' cr cr C 051 ',' '<' nop nop ',' '<' nop nop O 052 '.' '>' nop nop '.' '>' nop nop O - 053 '/' '?' nop nop '/' '?' nop nop O + 053 '/' '?' 0x1f nop '/' '?' nop nop O 054 rshift rshift rshift rshift rshift rshift rshift rshift O 055 '*' '*' '*' '*' '*' '*' '*' '*' O 056 lalt lalt lalt lalt lalt lalt lalt lalt O |