Searched refs:GetKeyName (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyInfos.h18 const char* GetKeyName(uint32 keyIndex);
23 // Inverse of GetKeyName(). Finds the index of the given string. Returns 0 if
H A DKeyInfos.cpp178 GetKeyName(uint32 keyIndex) function
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp98 const char* next = GetKeyName(i);
716 && ((key > 0xFF) || (GetKeyName(key) != NULL))
836 const char* keyName = GetKeyName(keyCode);
H A DShortcutsSpec.cpp306 temp = GetKeyName(fKey);
/haiku/src/kits/tracker/
H A DDeskWindow.cpp343 const char* shortcut = GetKeyName(key);

Completed in 45 milliseconds