1
0
Fork 0

zkbd: modified from archlinux

This commit is contained in:
Pratham Patel 2022-12-21 08:35:43 +05:30
parent b6312efb51
commit 60ba823be1
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@ key[F7]='^[[18~'
key[F8]='^[[19~'
key[F9]='^[[20~'
key[F10]='^[[21~'
key[F11]=''''
key[F11]='^[[23~'
key[F12]='^[[24~'
key[Backspace]='^?'
key[Insert]='^[[2~'
key[Home]='^[[H'
key[Home]='^[[1~'
key[PageUp]='^[[5~'
key[Delete]='^[[3~'
key[End]='^[[F'
key[End]='^[[4~'
key[PageDown]='^[[6~'
key[Up]='^[[A'
key[Left]='^[[D'