Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c61 keybind_define(KEYSYM_PGDN, "<npage>"); in input_init()
63 keybind_define(KEYSYM_PGDN, "<next>"); in input_init()
113 keybind_define(KEYSYM_PGDN, "\\^V"); in input_init()
H A Dinput.h43 KEYSYM_PGDN, enumerator
H A Dvdefault.c101 case KEYSYM_PGDN: command_pgdn(v); break; in vdefault_input()
H A Dvminibuff.c361 case KEYSYM_PGDN: in vminibuff_input()
H A Dcommand.c130 command_add("pgdn", KEYSYM_PGDN); in command_init()