Date: Thu, 25 Jan 2018 21:13:43 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r328412 - head/share/vt/keymaps Message-ID: <201801252113.w0PLDh3K087158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Thu Jan 25 21:13:42 2018 New Revision: 328412 URL: https://svnweb.freebsd.org/changeset/base/328412 Log: 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 Modified: head/share/vt/keymaps/us.kbd Modified: head/share/vt/keymaps/us.kbd ============================================================================== --- head/share/vt/keymaps/us.kbd Thu Jan 25 20:09:51 2018 (r328411) +++ head/share/vt/keymaps/us.kbd Thu Jan 25 21:13:42 2018 (r328412) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801252113.w0PLDh3K087158>