Searched refs:Keymap (Results 1 – 3 of 3) sorted by relevance
24 class Keymap {26 static Keymap& get();33 Keymap();
21 Keymap& Keymap::get() { in get()22 static Keymap gKeymap; in get()27 Keymap::Keymap() { in Keymap() function in Keymap31 std::string Keymap::getDisplayName(int keycode) { in getDisplayName()41 void Keymap::fillMap() { in fillMap()
4 // Keymap validation tool.