Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/adb we've been using the power key for its intended ...



details:   https://anonhg.NetBSD.org/src/rev/f3aad139194d
branches:  trunk
changeset: 364694:f3aad139194d
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Apr 06 17:14:42 2022 +0000

description:
we've been using the power key for its intended purpose for yesrs, which
makes breaking into DDB awkward, so let's do what everyone else does and
use Ctrl-Alt-Escape / Cmd-Escape depending on the layout variant

diffstat:

 sys/dev/adb/adb_keymap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b00a5364f702 -r f3aad139194d sys/dev/adb/adb_keymap.h
--- a/sys/dev/adb/adb_keymap.h  Wed Apr 06 16:01:06 2022 +0000
+++ b/sys/dev/adb/adb_keymap.h  Wed Apr 06 17:14:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: adb_keymap.h,v 1.8 2020/08/31 17:51:56 macallan Exp $  */
+/*     $NetBSD: adb_keymap.h,v 1.9 2022/04/06 17:14:42 macallan Exp $  */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
     KC(50),                    KS_grave,       KS_asciitilde,
     KC(51),                    KS_Delete,
     KC(52),                    KS_KP_Enter,    /* Pretend this is alt-R ? */
-    KC(53),                    KS_Escape,
+    KC(53), KS_Cmd_Debugger,   KS_Escape,
     KC(54),  KS_Cmd1,          KS_Control_L,
     KC(55),                    KS_Meta_L,      /* Command */
     KC(56),                    KS_Shift_L,



Home | Main Index | Thread Index | Old Index