@@ -415,7 +415,7 @@ additionally upcasing letter keys."
415
415
416
416
This function returns a list of urxvt (rxvt-unicode) command line
417
417
arguments necessary to configure the terminal emulator to encode
418
- key sequences (as configured by ` term-keys/want-key-p-func' ) ."
418
+ key sequences, according to the term-keys configuration ."
419
419
(apply #'nconc
420
420
(term-keys/iterate-keys
421
421
(lambda (index keymap mods )
@@ -435,7 +435,7 @@ key sequences (as configured by `term-keys/want-key-p-func')."
435
435
436
436
This function returns, as a string, a shell script which launches
437
437
urxvt (rxvt-unicode) configured to encode term-keys key
438
- sequences (as configured by ` term-keys/want-key-p-func' ) .
438
+ sequences, according to the term-keys configuration .
439
439
440
440
The returned string is suitable to be saved as-is in an
441
441
executable file and used for launching urxvt."
@@ -451,7 +451,7 @@ executable file and used for launching urxvt."
451
451
452
452
This function returns, as a string, the .Xresources entries
453
453
necessary to configure urxvt to encode term-keys key
454
- sequences (as configured by ` term-keys/want-key-p-func' ) .
454
+ sequences, according to the term-keys configuration .
455
455
456
456
The returned string is suitable to be added as-is to an
457
457
~/.Xresources file."
@@ -508,8 +508,8 @@ modifier state MODS."
508
508
509
509
This function returns, as a list of strings (one string per
510
510
line), the xterm translation entries necessary to configure xterm
511
- to encode term-keys key sequences (as configured by
512
- `term-keys/want-key-p-func' ) ."
511
+ to encode term-keys key sequences, according to the term-keys
512
+ configuration ."
513
513
(term-keys/iterate-keys
514
514
(lambda (index keymap mods )
515
515
(format " %- 55s: %s "
@@ -528,8 +528,8 @@ to encode term-keys key sequences (as configured by
528
528
" Construct xterm configuration in the form of .Xresources entries.
529
529
530
530
This function returns, as a string, the .Xresources entries
531
- necessary to configure xterm to encode term-keys key
532
- sequences (as configured by ` term-keys/want-key-p-func' ) .
531
+ necessary to configure xterm to encode term-keys key sequences,
532
+ according to the term-keys configuration .
533
533
534
534
The returned string is suitable to be added as-is to an
535
535
~/.Xresources file."
@@ -544,7 +544,7 @@ The returned string is suitable to be added as-is to an
544
544
545
545
This function returns a list of xterm command line arguments
546
546
necessary to configure the terminal emulator to encode key
547
- sequences (as configured by ` term-keys/want-key-p-func' ) ."
547
+ sequences, according to the term-keys configuration ."
548
548
(list
549
549
" -xrm"
550
550
(mapconcat #'identity
@@ -558,8 +558,8 @@ sequences (as configured by `term-keys/want-key-p-func')."
558
558
" Construct xterm configuration in the form of a shell script.
559
559
560
560
This function returns, as a string, a shell script which launches
561
- xterm configured to encode term-keys key sequences (as configured
562
- by ` term-keys/want-key-p-func' ) .
561
+ xterm configured to encode term-keys key sequences, according to
562
+ the term-keys configuration .
563
563
564
564
The returned string is suitable to be saved as-is in an
565
565
executable file and used for launching xterm."
@@ -650,7 +650,7 @@ F1-F8 keys."
650
650
651
651
This function returns, as a string, a keymap which can be used to
652
652
configure the Linux kernel's TTY emulator to encode term-keys key
653
- sequences (as configured by ` term-keys/want-key-p-func' ) .
653
+ sequences, according to the term-keys configuration .
654
654
655
655
The returned string is suitable to be saved as-is in a .keymap
656
656
file and loaded by the loadkeys program."
@@ -735,8 +735,8 @@ for this modifier."
735
735
" Construct Konsole key binding configuration as .keytab file syntax.
736
736
737
737
This function returns, as a string, a Konsole keytab which can be
738
- used to configure Konsole to encode term-keys key sequences (as
739
- configured by ` term-keys/want-key-p-func' ) .
738
+ used to configure Konsole to encode term-keys key sequences,
739
+ according to the term-keys configuration .
740
740
741
741
The returned string is suitable to be pasted as-is to the end of
742
742
an existing Konsole .keytab file."
@@ -860,8 +860,8 @@ Translate Emacs modifiers MODS to X11 modifiers (according to
860
860
861
861
This function returns, as a string, C code of Key entries of the
862
862
config.h 'key' array, which can be used to configure st to encode
863
- term-keys key sequences (as configured by
864
- `term-keys/want-key-p-func' ) .
863
+ term-keys key sequences, according to the term-keys
864
+ configuration .
865
865
866
866
The returned string is suitable to be pasted as-is into the 'key'
867
867
array in the st config.h configuration file; however, this is
@@ -904,8 +904,8 @@ just one half of the necessary configuration (see
904
904
905
905
This function returns, as a string, C code of KeySym entries of
906
906
the config.h 'mappedkeys' array, which can be used to configure
907
- st to encode term-keys key sequences (as configured by
908
- `term-keys/want-key-p-func' ) .
907
+ st to encode term-keys key sequences, according to the term-keys
908
+ configuration .
909
909
910
910
The returned string is suitable to be pasted as-is into the
911
911
'mappedkeys' array in the st config.h configuration file;
0 commit comments