diff options
Diffstat (limited to '.zkbd/rxvt-unicode-256color')
-rw-r--r-- | .zkbd/rxvt-unicode-256color | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.zkbd/rxvt-unicode-256color b/.zkbd/rxvt-unicode-256color new file mode 100644 index 0000000..c55795f --- /dev/null +++ b/.zkbd/rxvt-unicode-256color @@ -0,0 +1,24 @@ +key[F1]='^[[11~' +key[F2]='^[[12~' +key[F3]='^[[13~' +key[F4]='^[[14~' +key[F5]='^[[15~' +key[F6]='^[[17~' +key[F7]='^[[18~' +key[F8]='^[[19~' +key[F9]='^[[20~' +key[F10]='^[[21~' +key[F11]='^[[23~' +key[F12]='^[[24~' +key[Backspace]='^?' +key[Insert]='^[[2~' +key[Home]='^[[7~' +key[PageUp]='^[[5~' +key[Delete]='^[[3~' +key[End]='^[[8~' +key[PageDown]='^[[6~' +key[Up]='^[[A' +key[Left]='^[[D' +key[Down]='^[[B' +key[Right]='^[[C' +key[Menu]='''' |