aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 274e453a9d8..bc30e3fb0d8 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1289,7 +1289,26 @@ static struct fkey_table keys[] =
1289 {"k6", "f6"}, 1289 {"k6", "f6"},
1290 {"k7", "f7"}, 1290 {"k7", "f7"},
1291 {"k8", "f8"}, 1291 {"k8", "f8"},
1292 {"k9", "f9"} 1292 {"k9", "f9"},
1293
1294 {"&0", "S-cancel"}, /*shifted cancel key*/
1295 {"&9", "S-begin"}, /*shifted begin key*/
1296 {"*0", "S-find"}, /*shifted find key*/
1297 {"*1", "S-execute"}, /*shifted execute? actually shifted command key*/
1298 {"*4", "S-delete"}, /*shifted delete-character key*/
1299 {"*7", "S-end"}, /*shifted end key*/
1300 {"*8", "S-clearline"}, /*shifted clear-to end-of-line key*/
1301 {"#1", "S-help"}, /*shifted help key*/
1302 {"#2", "S-home"}, /*shifted home key*/
1303 {"#3", "S-insert"}, /*shifted insert-character key*/
1304 {"#4", "S-left"}, /*shifted left-arrow key*/
1305 {"%d", "S-menu"}, /*shifted menu? actually shifted options key*/
1306 {"%c", "S-next"}, /*shifted next key*/
1307 {"%e", "S-prior"}, /*shifted previous key*/
1308 {"%f", "S-print"}, /*shifted print key*/
1309 {"%g", "S-redo"}, /*shifted redo key*/
1310 {"%i", "S-right"}, /*shifted right-arrow key*/
1311 {"!3", "S-undo"} /*shifted undo key*/
1293 }; 1312 };
1294 1313
1295static char **term_get_fkeys_arg; 1314static char **term_get_fkeys_arg;