aboutsummaryrefslogtreecommitdiff
path: root/pckeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'pckeys.h')
-rw-r--r--pckeys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pckeys.h b/pckeys.h
index 335863511b08..5ee70807c7bd 100644
--- a/pckeys.h
+++ b/pckeys.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2025 Mark Nudelman
+ * Copyright (C) 1984-2026 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -36,3 +36,5 @@
#define PCK_CTL_HOME '\x7a'
#define PCK_CTL_END '\x7c'
#define PCK_SHIFT_HOME '\x7d'
+#define PCK_SHIFT_LEFT '\x73'
+#define PCK_SHIFT_RIGHT '\x7f'