Home
last modified time | relevance | path

Searched refs:kb_str2keycode (Results 1 – 3 of 3) sorted by path

/dports/audio/vitunes/vitunes-2.3/
H A Dcommands.c770 if ((code = kb_str2keycode(argv[2])) < 0) { in cmd_bind()
810 if ((key = kb_str2keycode(argv[2])) < 0) { in cmd_unbind()
H A Dkeybindings.c377 kb_str2keycode(char *s) in kb_str2keycode() function
397 if ((val = kb_str2keycode(key)) > 0) in kb_str2keycode2()
H A Dkeybindings.h105 KeyCode kb_str2keycode(char*);