Searched refs:right_command_key (Results 1 - 10 of 10) sorted by relevance

/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp209 fCurrentMap->right_command_key = rightKey;
253 if (fCurrentMap->right_command_key != fSavedMap->right_command_key)
254 updateModifiers->AddUInt32("right_command_key", fCurrentMap->right_command_key);
326 fCurrentMap->left_command_key, fCurrentMap->right_command_key) == false);
482 testRight = fCurrentMap->right_command_key;
521 right = fCurrentMap->right_command_key;
H A DKeyboardLayoutView.cpp302 map.right_command_key, key->code);
304 if (key->code == map.right_command_key)
890 if (code == map.left_command_key || code == map.right_command_key) {
1377 return pretty ? B_TRANSLATE("Right Command") : "right_command_key";
H A DKeymap.cpp222 fKeys.right_command_key = keyCode;
H A DKeymapWindow.cpp404 if (message->FindUInt32("right_command_key", &keyCode) == B_OK) {
849 uint32 rightCommand = fCurrentMap.Map().right_command_key;
857 fCurrentMap.Map().right_command_key = rightControl;
/haiku/src/kits/shared/
H A DKeymap.cpp187 || keyCode == fKeys.right_command_key
212 if (keyCode == fKeys.right_command_key)
245 return fKeys.right_command_key;
/haiku/headers/os/interface/
H A DInterfaceDefs.h99 uint32 right_command_key; member in struct:key_map
/haiku/src/bin/keymap/
H A DKeymap.cpp390 &fKeys.right_command_key);
649 fKeys.right_command_key);
897 fKeys.left_command_key, fKeys.right_command_key,
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp525 if (_IsKeyPressed(fNewState, fKeyMap->right_command_key))
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp740 _SetStateBit(states, map->right_command_key, false);
769 _SetStateBit(states, map->right_command_key);
/haiku/src/servers/input/
H A DInputServer.cpp756 return reply->AddInt32("key", fKeys.right_command_key);
799 fKeys.right_command_key = key;

Completed in 359 milliseconds