Searched defs:hotkey (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c1914 HotKeyPtr hotkey = TsolKeyboardPrivate(keybd); local
1918 if (!hotkey->initialized)
1921 if (((xE->u.u.detail == hotkey->key) &&
1923 xE->u.keyButtonPointer.state == hotkey->shift)) ||
1924 ((xE->u.u.detail == hotkey->altkey) &&
1926 xE->u.keyButtonPointer.state == hotkey->altshift)))

Completed in 16 milliseconds