Add zkbd keys, add submodules
This commit is contained in:
parent
ea97367ac4
commit
e915531d83
5 changed files with 49 additions and 1 deletions
26
.zkbd/xterm-256color-:0
Normal file
26
.zkbd/xterm-256color-:0
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
typeset -g -A key
|
||||
|
||||
key[F1]='OP'
|
||||
key[F2]='^[OQ'
|
||||
key[F3]='^[OR'
|
||||
key[F4]='^[OS'
|
||||
key[F5]='^[[15~'
|
||||
key[F6]='^[[17~'
|
||||
key[F7]='^[[18~'
|
||||
key[F8]='^[[19~'
|
||||
key[F9]='^[[20~'
|
||||
key[F10]='^[[21~'
|
||||
key[F11]=''''
|
||||
key[F12]='^[[24~'
|
||||
key[Backspace]='^?'
|
||||
key[Insert]='^[[2~'
|
||||
key[Home]=''''
|
||||
key[PageUp]=''''
|
||||
key[Delete]='^[[3~'
|
||||
key[End]=''''
|
||||
key[PageDown]=''''
|
||||
key[Up]='^[[A'
|
||||
key[Left]='^[[D'
|
||||
key[Down]='^[[B'
|
||||
key[Right]='^[[C'
|
||||
key[Menu]=''''
|
||||
Loading…
Add table
Add a link
Reference in a new issue