summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-02-04 01:26:07 +0000
committeraaron <aaron@openbsd.org>2001-02-04 01:26:07 +0000
commitf57d72e3a421260cd42915a2ac434e536d080411 (patch)
treebdc293b13afba52121175ba11305d2aaedb1fa20
parentMPPE_MasterKeyValid is only there if HAVE_DES is defined (diff)
downloadwireguard-openbsd-f57d72e3a421260cd42915a2ac434e536d080411.tar.xz
wireguard-openbsd-f57d72e3a421260cd42915a2ac434e536d080411.zip
Permit scrollback (SHIFT+PGUP/PGDN) to be activated from a USB keyboard.
-rw-r--r--sys/dev/usb/ukbdmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/ukbdmap.c b/sys/dev/usb/ukbdmap.c
index 6d316abcb7d..561f1d4baba 100644
--- a/sys/dev/usb/ukbdmap.c
+++ b/sys/dev/usb/ukbdmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ukbdmap.c,v 1.2 2000/11/08 18:10:38 aaron Exp $ */
+/* $OpenBSD: ukbdmap.c,v 1.3 2001/02/04 01:26:07 aaron Exp $ */
/* $NetBSD: ukbdmap.c,v 1.5 2000/04/27 15:26:49 augustss Exp $ */
/*
@@ -119,10 +119,10 @@ Static const keysym_t ukbd_keydesc_us[] = {
KC(72), KS_Pause,
KC(73), KS_Insert,
KC(74), KS_Home,
- KC(75), KS_Prior,
+ KC(75), KS_Cmd_ScrollBack, KS_Prior,
KC(76), KS_Delete,
KC(77), KS_End,
- KC(78), KS_Next,
+ KC(78), KS_Cmd_ScrollFwd, KS_Next,
KC(79), KS_Right,
KC(80), KS_Left,
KC(81), KS_Down,