diff options
| author | macallan <macallan@NetBSD.org> | 2022-04-06 17:14:42 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2022-04-06 17:14:42 +0000 |
| commit | fe61eeec7cf1973d6821d5e4aca3da1776e738ae (patch) | |
| tree | 3b06298a9b7e0fc0905c0dedb726945618618a0f /sys/dev | |
| parent | 22fb702e829cb898a37e7287ddb474a756da5eaa (diff) | |
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 (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/adb/adb_keymap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/adb/adb_keymap.h b/sys/dev/adb/adb_keymap.h index deabebef81b..7e37dfe0792 100644 --- a/sys/dev/adb/adb_keymap.h +++ b/sys/dev/adb/adb_keymap.h @@ -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, |
