summaryrefslogtreecommitdiffstats
path: root/input-keys.c
diff options
context:
space:
mode:
authornicm <nicm>2021-06-10 07:52:07 +0000
committernicm <nicm>2021-06-10 07:52:07 +0000
commitf706a7e2366ba19bb06265a331fa22a3c7546d90 (patch)
tree7a410ea2b11a8865dda6894eefdc0461dbdc8bf3 /input-keys.c
parentcfc7c9cf2403f9975421c634d09ed2dd1e04661d (diff)
Remove old shift function keys which interfere with xterm keys now.
GitHub issue 2696.
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/input-keys.c b/input-keys.c
index b975c1ed..d6f48e6c 100644
--- a/input-keys.c
+++ b/input-keys.c
@@ -95,30 +95,6 @@ static struct input_key_entry input_key_defaults[] = {
{ .key = KEYC_F12,
.data = "\033[24~"
},
- { .key = KEYC_F1|KEYC_SHIFT,
- .data = "\033[25~"
- },
- { .key = KEYC_F2|KEYC_SHIFT,
- .data = "\033[26~"
- },
- { .key = KEYC_F3|KEYC_SHIFT,
- .data = "\033[28~"
- },
- { .key = KEYC_F4|KEYC_SHIFT,
- .data = "\033[29~"
- },
- { .key = KEYC_F5|KEYC_SHIFT,
- .data = "\033[31~"
- },
- { .key = KEYC_F6|KEYC_SHIFT,
- .data = "\033[32~"
- },
- { .key = KEYC_F7|KEYC_SHIFT,
- .data = "\033[33~"
- },
- { .key = KEYC_F8|KEYC_SHIFT,
- .data = "\033[34~"
- },
{ .key = KEYC_IC,
.data = "\033[2~"
},