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

/haiku/src/preferences/keymap/
H A DModifierKeysWindow.cpp454 int32 testLeft, testRight, left, right; local
457 testRight = kUnset;
462 testRight = kDisabled;
467 testRight = fCurrentMap->right_shift_key;
472 testRight = fCurrentMap->right_control_key;
477 testRight = fCurrentMap->right_option_key;
482 testRight = fCurrentMap->right_command_key;
486 if (testLeft == kUnset && (testRight == kUnset || testRight == kDisabled))
530 if (left == testLeft || right == testRight) {
[all...]

Completed in 28 milliseconds