Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 00:40:56 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r329005 - stable/11/share/vt/keymaps
Message-ID:  <201802080040.w180eu5x031638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Feb  8 00:40:56 2018
New Revision: 329005
URL: https://svnweb.freebsd.org/changeset/base/329005

Log:
  MFC r328412: 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
  Relnotes:	Yes

Modified:
  stable/11/share/vt/keymaps/us.kbd
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/vt/keymaps/us.kbd
==============================================================================
--- stable/11/share/vt/keymaps/us.kbd	Thu Feb  8 00:14:20 2018	(r329004)
+++ stable/11/share/vt/keymaps/us.kbd	Thu Feb  8 00:40:56 2018	(r329005)
@@ -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?201802080040.w180eu5x031638>