Home
last modified time | relevance | path

Searched refs:hotKey (Results 1 – 25 of 50) sorted by relevance

12

/dports/graphics/ksnip/ksnip-1.9.2/src/gui/globalHotKeys/
H A DGlobalHotKeyHandler.cpp64 …auto hotKey = QSharedPointer<GlobalHotKey>(new GlobalHotKey(QApplication::instance(), keySequence)… in createHotKey() local
65 …connect(hotKey.data(), &GlobalHotKey::pressed, [this, captureMode](){ emit captureTriggered(captur… in createHotKey()
66 mGlobalHotKeys.append(hotKey); in createHotKey()
76 …auto hotKey = QSharedPointer<GlobalHotKey>(new GlobalHotKey(QApplication::instance(), action.short… in createHotKey() local
77 connect(hotKey.data(), &GlobalHotKey::pressed, [this, action](){ emit actionTriggered(action); }); in createHotKey()
78 mGlobalHotKeys.append(hotKey); in createHotKey()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/
H A DButton.cpp65 if (hotKey.global) { in ~Button()
72 if (hotKey) { in UnregisterHotKey()
73 if (hotKey.global) { in UnregisterHotKey()
74 EventMgr::UnRegisterHotKeyCallback(HotKeyCallback, hotKey.key, hotKey.mod); in UnregisterHotKey()
376 switch (hotKey.key) { in TooltipText()
392 if (hotKey.key >= GEM_FUNCTIONX(1) && hotKey.key <= GEM_FUNCTIONX(16)) { in TooltipText()
711 hotKey.key = key; in SetHotKey()
712 hotKey.mod = mod; in SetHotKey()
713 hotKey.global = true; in SetHotKey()
717 hotKey.key = key; in SetHotKey()
[all …]
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dybutton.cc44 fHotCharPos(-1), hotKey(-1), in YButton()
54 if (hotKey != -1) { in ~YButton()
55 removeAccelerator(hotKey, 0, this); in ~YButton()
57 removeAccelerator(hotKey, xapp->AltMask, this); in ~YButton()
402 if (hotKey != -1) { in setText()
403 removeAccelerator(hotKey, 0, this); in setText()
405 removeAccelerator(hotKey, xapp->AltMask, this); in setText()
406 hotKey = -1; in setText()
420 if (hotKey != -1) { in setText()
421 hotKey = ASCII::toUpper(hotKey); in setText()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dmarkup.pl35 hotKey => 'm',
45 hotKey => 'r',
53 hotKey => 'b',
59 hotKey => 's',
H A Dspinner.pl30 hotKey => 's',
/dports/deskutils/dfshow/dfshow-0.9.3-beta/src/
H A Dmenu.c51 void addMenuItem(menuDef **dfMenu, int *pos, char* refLabel, wchar_t* displayLabel, int hotKey){ in addMenuItem() argument
69 (*dfMenu)[menuPos].hotKey = hotKey; in addMenuItem()
144 r = dfMenu[i].hotKey; in menuHotkeyLookup()
H A Dmenu.h6 int hotKey; member
11 void addMenuItem(menuDef **dfMenu, int *pos, char* refLabel, wchar_t* displayLabel, int hotKey);
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DPrefSetsPage.mm241 - (IBAction)hotKey:(id)sender
243 NSNumber *hotKey;
250 hotKey = [hotKeySheet getHotKey:[hotKeys objectForKey:currentPrefSet]];
251 if (hotKey)
253 if ([hotKey intValue] >= 0)
255 NSArray *oldKeys = [hotKeys allKeysForObject:hotKey];
257 [hotKeys setObject:hotKey forKey:currentPrefSet];
H A DPrefSetsPage.h25 - (IBAction)hotKey:(id)sender;
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dui.cc33 double x, double y, double scale, char &hotKey, int &action)
41 char hotKey; member
50 icon = _icon; hotKey = _key; passive = _passive; bright = _bright; in Button()
70 if (mouseOver && !passive && hotKey) in go()
71 _hotKey = hotKey; in go()
77 if (key == hotKey && !passive) in handleKey()
539 char hotKey = 0; in interfaceGo() local
556 hotKey, in interfaceGo()
587 hint[0] = hotKey; in interfaceGo()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DLabel.pm22 hotKey => undef,
202 defined $self-> {hotKey} &&
204 lc chr $code eq $self-> {hotKey}
385 sub hotKey { $#_ ? $_[0]->{hotKey} = $_[1] : $_[0]->{hotKey} } subroutine
H A DButtons.pm42 hotKey => undef,
74 defined $self-> {hotKey} &&
76 lc chr $code eq $self-> {hotKey}
91 $self-> { hotKey} = $profile{ hotKey};
329 sub hotKey { $#_ ? $_[0]->{hotKey} = $_[1] : $_[0]->{hotKey} } subroutine
/dports/games/stratagus/stratagus-3.2.0/src/guichan/
H A Dfocushandler.cpp323 int hotKey = mWidgets[i]->getHotKey(); in checkHotKey() local
325 if (hotKey == 0) in checkHotKey()
330 if ((isascii(keyin) && tolower(keyin) == hotKey) || keyin == hotKey) in checkHotKey()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/
H A Dfocushandler.cpp323 int hotKey = mWidgets[i]->getHotKey(); in checkHotKey() local
327 if (hotKey == 0 || !mWidgets[i]->isEnabled()) in checkHotKey()
333 if ((isascii(keyin) && tolower(keyin) == hotKey) || keyin == hotKey) in checkHotKey()
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/
H A Dconfigmanager.py959 def check_hotkey_unique(self, modifiers, hotKey, newFilterPattern, targetItem): argument
971 …if item.modifiers == modifiers and item.hotKey == hotKey and item.filter_matches(newFilterPattern):
976 …if item.modifiers == modifiers and item.hotKey == hotKey and item.filter_matches(newFilterPattern):
981 …if item.modifiers == modifiers and item.hotKey == hotKey and item.filter_matches(newFilterPattern):
1032 key = self.hotKey
H A Dinterface.py363 self.__enqueue(self.__grabHotkey, item.hotKey, item.modifiers, self.rootWindow)
370 self.__enqueue(self.__grabHotkey, item.hotKey, item.modifiers, self.rootWindow)
390 self.__grabHotkey(item.hotKey, item.modifiers, window)
407 self.__ungrabHotkey(item.hotKey, item.modifiers, self.rootWindow)
414 self.__ungrabHotkey(item.hotKey, item.modifiers, self.rootWindow)
434 self.__ungrabHotkey(item.hotKey, item.modifiers, window)
452 self.__enqueue(self.__grabHotkey, item.hotKey, item.modifiers, window)
454 self.__enqueue(self.__grabHotkey, item.hotKey, item.modifiers, window)
489 self.__enqueue(self.__grabHotkey, item.hotKey, item.modifiers, self.rootWindow)
509 self.__grabHotkey(item.hotKey, item.modifiers, window)
[all …]
H A Dmodel.py360 self.hotKey = None
365 "hotKey": self.hotKey
374 self.hotKey = theHotkey.hotKey
379 self.hotKey = key
382 if self.hotKey is not None and self._should_trigger_window_title(windowTitle):
383 return (self.modifiers == modifiers) and (self.hotKey == key)
392 key = self.hotKey
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/input_monitor/
H A Dlocal_hotkey_input_monitor_mac.mm72 // Called when the hotKey is hit.
73 - (void)hotKeyHit:(GTMCarbonHotKey*)hotKey;
105 - (void)hotKeyHit:(GTMCarbonHotKey*)hotKey {
/dports/editors/libreoffice/libreoffice-7.2.6.2/apple_remote/source/
H A DGlobalKeyboardDevice.m196 - (void)unregisterHotKey: (PTHotKey*)hotKey
202 if( [[self allHotKeys] containsObject: hotKey] == NO )
205 carbonHotKey = [self _carbonHotKeyForHotKey: hotKey];
/dports/editors/libreoffice6/libreoffice-6.4.7.2/apple_remote/source/
H A DGlobalKeyboardDevice.m196 - (void)unregisterHotKey: (PTHotKey*)hotKey
202 if( [[self allHotKeys] containsObject: hotKey] == NO )
205 carbonHotKey = [self _carbonHotKeyForHotKey: hotKey];
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk/
H A Dmenuitem.h53 static wxString GTKProcessMenuItemLabel(const wxString& str, wxString *hotKey);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk/
H A Dmenuitem.h53 static wxString GTKProcessMenuItemLabel(const wxString& str, wxString *hotKey);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk/
H A Dmenuitem.h53 static wxString GTKProcessMenuItemLabel(const wxString& str, wxString *hotKey);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk/
H A Dmenuitem.h53 static wxString GTKProcessMenuItemLabel(const wxString& str, wxString *hotKey);
/dports/deskutils/py-autokey/autokey-0.95.10/lib/autokey/qtui/dialogs/
H A Dhotkeysettings.py89 key = item.hotKey
183 key = item.hotKey

12