Module Name:    src
Committed By:   macallan
Date:           Wed Apr  6 17:14:43 UTC 2022

Modified Files:
        src/sys/dev/adb: adb_keymap.h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/adb/adb_keymap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/adb/adb_keymap.h
diff -u src/sys/dev/adb/adb_keymap.h:1.8 src/sys/dev/adb/adb_keymap.h:1.9
--- src/sys/dev/adb/adb_keymap.h:1.8	Mon Aug 31 17:51:56 2020
+++ src/sys/dev/adb/adb_keymap.h	Wed Apr  6 17:14:42 2022
@@ -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 @@ static const keysym_t akbd_keydesc_us[] 
     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,

Reply via email to