# linux console keymap # Shift up shift keycode 103 = F21 # Shift Down shift keycode 108 = F22 # Shift right shift keycode 106 = F23 # shift left shift keycode 105 = F24 # shift home shift keycode 102 = F51 # shift insert shift keycode 110 = F52 # shift delete shift keycode 111 = F53 # shift end shift keycode 107 = F54 # shift page up shift keycode 104 = F55 # shift page down shift keycode 109 = F56 string F21 = "\033[a" string F22 = "\033[b" string F23 = "\033[c" string F24 = "\033[d" string F51="\033[1$" string F52="\033[2$" string F53="\033[3$" string F54="\033[4$" string F55="\033[5$" string F56="\033[6$"