Home
last modified time | relevance | path

Searched refs:KEYSYM_PGUP (Results 1 – 5 of 5) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.c60 keybind_define(KEYSYM_PGUP, "<ppage>"); in input_init()
62 keybind_define(KEYSYM_PGUP, "<previous>"); in input_init()
112 keybind_define(KEYSYM_PGUP, "\\^F"); in input_init()
H A Dinput.h42 KEYSYM_PGUP, enumerator
H A Dvdefault.c100 case KEYSYM_PGUP: command_pgup(v); break; in vdefault_input()
H A Dvminibuff.c360 case KEYSYM_PGUP: in vminibuff_input()
H A Dcommand.c129 command_add("pgup", KEYSYM_PGUP); in command_init()