/* * These keybindings are for the RS/6000 Console Keyboard * * If you are using a different terminal or emulator, these * bindings may not be appropriate * */ "SET KEYBIND \e[15~ KEY PF5 " /* xterm f5 */ "SET KEYBIND \e[17~ KEY PF6 " /* xterm f6 */ "SET KEYBIND \e[18~ KEY PF7 " /* xterm f7 */ "SET KEYBIND \e[19~ KEY PF8 " /* xterm f8 */ "SET KEYBIND \e[20~ KEY PF9 " /* xterm f9 */ "SET KEYBIND \e[21~ KEY PF10 " /* xterm f10 */ "SET KEYBIND \e[23~ KEY PF11 " /* xterm f11 */ "SET KEYBIND \e[24~ KEY PF12 " /* xterm f12 */ "SET KEYBIND \177 KEY DELETE " /* xterm delete */ "SET KEYBIND \e[@ KEY HOME " /* xterm home */ "SET KEYBIND \e[6~ KEY PGDN " /* xterm page down */ "SET KEYBIND \e[5~ KEY PGUP " /* xterm page up */