Home
last modified time | relevance | path

Searched refs:shortcutKeys (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DnsXBLEventHandler.cpp146 AutoShortcutKeyCandidateArray shortcutKeys; in HandleEvent() local
147 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in HandleEvent()
149 if (shortcutKeys.IsEmpty()) { in HandleEvent()
154 for (uint32_t i = 0; i < shortcutKeys.Length(); ++i) { in HandleEvent()
156 ignoreModifierState.mShift = shortcutKeys[i].mIgnoreShift; in HandleEvent()
157 if (ExecuteMatchedHandlers(key, shortcutKeys[i].mCharCode, in HandleEvent()
H A DnsXBLWindowKeyHandler.cpp612 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
613 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
615 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
621 for (uint32_t i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
622 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DnsXBLEventHandler.cpp124 AutoShortcutKeyCandidateArray shortcutKeys; in HandleEvent() local
125 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in HandleEvent()
127 if (shortcutKeys.IsEmpty()) { in HandleEvent()
132 for (uint32_t i = 0; i < shortcutKeys.Length(); ++i) { in HandleEvent()
134 ignoreModifierState.mShift = shortcutKeys[i].mIgnoreShift; in HandleEvent()
135 if (ExecuteMatchedHandlers(key, shortcutKeys[i].mCharCode, in HandleEvent()
H A DnsXBLWindowKeyHandler.cpp585 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
586 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
588 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
594 for (uint32_t i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
595 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/finance/cointop/cointop-1.5.4/cointop/
H A Dhelp.go23 keys := make([]string, 0, len(ct.State.shortcutKeys))
24 for k := range ct.State.shortcutKeys {
38 v := ct.State.shortcutKeys[k]
H A Dconfig.go187 for k, v := range ct.State.shortcutKeys {
256 if ct.State.shortcutKeys[k] == "" {
259 ct.State.shortcutKeys[k] = v
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java115 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
117 if (shortcutKeys == null) { in updateMnemonicBinding()
118 shortcutKeys = new int[] {KeyEvent.ALT_MASK}; in updateMnemonicBinding()
126 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
138 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java134 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
136 if (shortcutKeys == null) { in updateMnemonicBinding()
137 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
146 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
158 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java134 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
136 if (shortcutKeys == null) { in updateMnemonicBinding()
137 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
146 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
158 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java129 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
131 if (shortcutKeys == null) { in updateMnemonicBinding()
132 shortcutKeys = new int[] {KeyEvent.ALT_MASK, in updateMnemonicBinding()
141 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
153 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicMenuUI.java115 int[] shortcutKeys = (int[])DefaultLookup.get(menuItem, this, in updateMnemonicBinding() local
117 if (shortcutKeys == null) { in updateMnemonicBinding()
118 shortcutKeys = new int[] {KeyEvent.ALT_MASK}; in updateMnemonicBinding()
126 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
138 for (int shortcutKey : shortcutKeys) { in updateMnemonicBinding()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DGlobalKeyListener.cpp253 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
254 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
256 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
261 for (unsigned long i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
262 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DGlobalKeyListener.cpp311 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
312 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
314 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
319 for (unsigned long i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
320 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/www/firefox/firefox-99.0/dom/events/
H A DGlobalKeyListener.cpp257 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
258 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
260 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
265 for (unsigned long i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
266 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DGlobalKeyListener.cpp253 AutoShortcutKeyCandidateArray shortcutKeys; in WalkHandlersInternal() local
254 nativeKeyboardEvent->GetShortcutKeyCandidates(shortcutKeys); in WalkHandlersInternal()
256 if (shortcutKeys.IsEmpty()) { in WalkHandlersInternal()
261 for (unsigned long i = 0; i < shortcutKeys.Length(); ++i) { in WalkHandlersInternal()
262 ShortcutKeyCandidate& key = shortcutKeys[i]; in WalkHandlersInternal()
/dports/x11/qterminal/qterminal-1.0.0/src/
H A Dpropertiesdialog.cpp400 QList< QString > shortcutKeys = actions.keys(); in saveShortcuts() local
401 int shortcutCount = shortcutKeys.count(); in saveShortcuts()
407 const QString& keyValue = shortcutKeys.at(x); in saveShortcuts()
433 QList< QString > shortcutKeys = actions.keys(); in setupShortcuts() local
434 int shortcutCount = shortcutKeys.count(); in setupShortcuts()
440 const QString& keyValue = shortcutKeys.at(x); in setupShortcuts()
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/src/components/
H A DWelcomeBox.css30 .shortcutKeys {
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/debugger/src/components/
H A DWelcomeBox.css30 .shortcutKeys {
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/src/components/
H A DWelcomeBox.css30 .shortcutKeys {
/dports/www/firefox/firefox-99.0/devtools/client/debugger/src/components/
H A DWelcomeBox.css30 .shortcutKeys {

12