OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XKB_KEY_Lstroke
(Results
1 - 2
of
2
) sorted by null
/external/libxkbcommon/xkbcommon/src/
keysym.c
679
else if (sym >=
XKB_KEY_Lstroke
&& sym <= XKB_KEY_Sacute)
680
*lower += (
XKB_KEY_lstroke
-
XKB_KEY_Lstroke
);
687
else if (sym >=
XKB_KEY_lstroke
&& sym <= XKB_KEY_sacute)
688
*upper -= (
XKB_KEY_lstroke
-
XKB_KEY_Lstroke
);
/external/libxkbcommon/xkbcommon/xkbcommon/
xkbcommon-keysyms.h
[
all
...]
Completed in 70 milliseconds