Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/hotkeys/
H A Dhotkeys.c88 for (i = 0; i < last_kk-first_kk; i++) in init_mapped_keycodes()
95 keys[ks].keycode = i+first_kk; in init_mapped_keycodes()
235 for (i = 0; i < last_kk-first_kk; i++) in get_x11_keycode()
242 return i+first_kk; in get_x11_keycode()
252 int first_kk, last_kk; local
255 XDisplayKeycodes (disp, &first_kk, &last_kk);
256 syms = XGetKeyboardMapping (disp, first_kk, last_kk - first_kk, &ks_per_kk);
267 int first_kk = -1, last_kk = -1;
519 int first_kk, last_kk; local
521 XDisplayKeycodes (disp, &first_kk, &last_kk);
[all …]