Home
last modified time | relevance | path

Searched refs:Shortcut (Results 1 – 25 of 4932) sorted by relevance

12345678910>>...198

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DMenuItem.cs372 public Shortcut Shortcut { property in System.Windows.Forms.MenuItem
791 if (Shortcut >= Shortcut.CtrlA && Shortcut <= Shortcut.CtrlZ) in GetShortCutText()
795 if (Shortcut >= Shortcut.Alt0 && Shortcut <= Shortcut.Alt9) in GetShortCutText()
799 if (Shortcut >= Shortcut.AltF1 && Shortcut <= Shortcut.AltF9) in GetShortCutText()
803 if (Shortcut >= Shortcut.Ctrl0 && Shortcut <= Shortcut.Ctrl9) in GetShortCutText()
807 if (Shortcut >= Shortcut.CtrlF1 && Shortcut <= Shortcut.CtrlF9) in GetShortCutText()
811 if (Shortcut >= Shortcut.CtrlShift0 && Shortcut <= Shortcut.CtrlShift9) in GetShortCutText()
815 if (Shortcut >= Shortcut.CtrlShiftA && Shortcut <= Shortcut.CtrlShiftZ) in GetShortCutText()
819 if (Shortcut >= Shortcut.CtrlShiftF1 && Shortcut <= Shortcut.CtrlShiftF9) in GetShortCutText()
823 if (Shortcut >= Shortcut.F1 && Shortcut <= Shortcut.F9) in GetShortCutText()
[all …]
/dports/print/fontforge/fontforge-20201107/share/
H A Ddefault7 FontView.Popup.Menu.Copy Width:No Shortcut
9 FontView.Popup.Menu.Clear:No Shortcut
44 CharView.Menu.Edit.Copy Width:No Shortcut
115 CharView.Menu.Point.Make Arc:No Shortcut
186 CharView.Menu.Hints.Debug...:No Shortcut
270 CharView.Menu.MM.MM Reblend:No Shortcut
271 CharView.Menu.MM.View.All:No Shortcut
272 CharView.Menu.MM.View.None:No Shortcut
283 CharView.Menu.Help.About...:No Shortcut
346 FontView.Menu.Edit.Clear:No Shortcut
[all …]
H A Ddefault-n95 CharView.Menu.Point.Make Arc:No Shortcut
100 CharView.Menu.Point.G2 Curve:No Shortcut
174 CharView.Menu.Hints.Debug...:No Shortcut
222 CharView.Menu.View.Show.Fill:No Shortcut
255 CharView.Menu.MM.MM Reblend:No Shortcut
256 CharView.Menu.MM.View.All:No Shortcut
257 CharView.Menu.MM.View.None:No Shortcut
268 CharView.Menu.Help.About...:No Shortcut
329 FontView.Menu.Edit.Clear:No Shortcut
409 FontView.Menu.View.Show ATT:No Shortcut
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/prefs/
H A Dshortcut.cpp15 Shortcut::Shortcut(const std::string& name, QWidget* parent) in Shortcut() function in CSMPrefs::Shortcut
34 Shortcut::Shortcut(const std::string& name, const std::string& modName, QWidget* parent) in Shortcut() function in CSMPrefs::Shortcut
74 Shortcut::~Shortcut() in ~Shortcut()
86 bool Shortcut::isEnabled() const in isEnabled()
101 Shortcut::SecondaryMode Shortcut::getSecondaryMode() const in getSecondaryMode()
111 int Shortcut::getModifier() const in getModifier()
116 int Shortcut::getPosition() const in getPosition()
126 Shortcut::ActivationStatus Shortcut::getActivationStatus() const in getActivationStatus()
200 void Shortcut::signalActivated() in signalActivated()
209 void Shortcut::signalSecondary() in signalSecondary()
[all …]
H A Dshortcuteventhandler.cpp20 void ShortcutEventHandler::addShortcut(Shortcut* shortcut) in addShortcut()
44 void ShortcutEventHandler::removeShortcut(Shortcut* shortcut) in removeShortcut()
105 Shortcut* shortcut = *it; in eventFilter()
151 std::vector<std::pair<MatchResult, Shortcut*> > potentials; in activate()
162 Shortcut* shortcut = *it; in activate()
199 Shortcut* shortcut = potentials.front().second; in activate()
209 shortcut->setActivationStatus(Shortcut::AS_Regular); in activate()
233 Shortcut* shortcut = *it; in deactivate()
281 if (shortcut->getSecondaryMode() == Shortcut::SM_Detach) in checkModifier()
295 shortcut->setActivationStatus(Shortcut::AS_Inactive); in checkModifier()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Shortcuts/
H A DShortcut.cpp31 struct Shortcut::Private
43 Shortcut::Shortcut()
48 Shortcut::Shortcut(ShortcutIdentifier identifier, const QStringList& shortcutStrings)
61 Shortcut::Shortcut(ShortcutIdentifier identifier, const QString& defaultShortcut) :
64 Shortcut::Shortcut(const Shortcut& other) :
65 Shortcut()
73 Shortcut::~Shortcut() = default;
75 Shortcut& Shortcut::operator =(const Shortcut& other)
85 QString Shortcut::name() const
137 Shortcut Shortcut::getInvalid()
[all …]
H A DShortcut.h41 class Shortcut
44 PIMPL(Shortcut)
46 Shortcut();
71 Shortcut(ShortcutIdentifier identifier, const QString& defaultShortcut);
79 Shortcut(ShortcutIdentifier identifier, const QStringList& defaultShortcuts);
85 Shortcut(const Shortcut& other);
87 Shortcut& operator=(const Shortcut& other);
89 ~Shortcut();
95 static Shortcut getInvalid();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/detail/
H A Dshortcut.cpp29 Shortcut::Shortcut() in Shortcut() function in QmlDesigner::Shortcut
35 Shortcut::Shortcut(QMouseEvent *event) in Shortcut() function in QmlDesigner::Shortcut
41 Shortcut::Shortcut(const Qt::KeyboardModifiers &mods, const Qt::Key &key) in Shortcut() function in QmlDesigner::Shortcut
47 Shortcut::Shortcut(const Qt::MouseButtons &buttons, const Qt::KeyboardModifiers &mods) in Shortcut() function in QmlDesigner::Shortcut
53 Shortcut::Shortcut(const Qt::MouseButtons &buttons, in Shortcut() function in QmlDesigner::Shortcut
61 bool Shortcut::exactMatch(const Qt::Key &key) const in exactMatch()
66 bool Shortcut::exactMatch(const Qt::MouseButton &button) const in exactMatch()
71 bool Shortcut::exactMatch(const Qt::KeyboardModifier &modifier) const in exactMatch()
76 bool Shortcut::operator==(const Shortcut &other) const in operator ==()
H A Dshortcut.h32 class Shortcut
35 Shortcut();
37 Shortcut(QMouseEvent *event);
39 Shortcut(const Qt::KeyboardModifiers &mods, const Qt::Key &key);
41 Shortcut(const Qt::MouseButtons &buttons, const Qt::KeyboardModifiers &mods = Qt::NoModifier);
43Shortcut(const Qt::MouseButtons &buttons, const Qt::KeyboardModifiers &mods, const Qt::Key &key);
51 bool operator==(const Shortcut &other) const;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/
H A Dcurveeditorstyle.h109 Shortcut newSelection = Shortcut(Qt::LeftButton);
110 Shortcut addToSelection = Shortcut(Qt::LeftButton, Qt::ControlModifier | Qt::ShiftModifier);
111 Shortcut removeFromSelection = Shortcut(Qt::LeftButton, Qt::ShiftModifier);
112 Shortcut toggleSelection = Shortcut(Qt::LeftButton, Qt::ControlModifier);
114 Shortcut zoom = Shortcut(Qt::RightButton, Qt::AltModifier);
115 Shortcut pan = Shortcut(Qt::MiddleButton, Qt::AltModifier);
116 Shortcut frameAll = Shortcut(Qt::NoModifier, Qt::Key_A);
118 Shortcut insertKeyframe = Shortcut(Qt::MiddleButton, Qt::NoModifier);
120 Shortcut deleteKeyframe = Utils::HostOsInfo::isMacHost()
121 ? Shortcut(Qt::NoModifier, Qt::Key_Backspace)
[all …]
/dports/security/stunnel/stunnel-5.60/tools/plugins/ShellLink/Examples/
H A DShellLink.nsi33 ; Get Shortcut Target
38 ; Get Shortcut Arguments
48 ; Get Shortcut Icon Index
53 ; Get Shortcut Show Mode
58 ; Get Shortcut Hotkey(s)
63 ; Get Shortcut Description
75 ; Set Shortcut Target
80 ; Set Shortcut Arguments
90 ; Set Shortcut Icon Index
95 ; Set Shortcut Show Mode
[all …]
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dconfiguration.c748 ConfigureParams.Shortcut.withModifier[SHORTCUT_OPTIONS] = SDLK_o; in Configuration_SetDefault()
750 ConfigureParams.Shortcut.withModifier[SHORTCUT_BORDERS] = SDLK_b; in Configuration_SetDefault()
755 ConfigureParams.Shortcut.withModifier[SHORTCUT_BOSSKEY] = SDLK_i; in Configuration_SetDefault()
758 ConfigureParams.Shortcut.withModifier[SHORTCUT_RECANIM] = SDLK_a; in Configuration_SetDefault()
760 ConfigureParams.Shortcut.withModifier[SHORTCUT_SOUND] = SDLK_s; in Configuration_SetDefault()
761 ConfigureParams.Shortcut.withModifier[SHORTCUT_QUIT] = SDLK_q; in Configuration_SetDefault()
762 ConfigureParams.Shortcut.withModifier[SHORTCUT_LOADMEM] = SDLK_l; in Configuration_SetDefault()
765 ConfigureParams.Shortcut.withModifier[SHORTCUT_JOY_0] = SDLK_F1; in Configuration_SetDefault()
766 ConfigureParams.Shortcut.withModifier[SHORTCUT_JOY_1] = SDLK_F2; in Configuration_SetDefault()
767 ConfigureParams.Shortcut.withModifier[SHORTCUT_PAD_A] = SDLK_F3; in Configuration_SetDefault()
[all …]
/dports/databases/p5-DBIx-Class-Helpers/DBIx-Class-Helpers-2.036000/
H A DMANIFEST106 t/ResultSet/Shortcut/AddColumns.t
107 t/ResultSet/Shortcut/Columns.t
108 t/ResultSet/Shortcut/Distinct.t
109 t/ResultSet/Shortcut/GroupBy.t
110 t/ResultSet/Shortcut/HRI.t
111 t/ResultSet/Shortcut/HasRows.t
112 t/ResultSet/Shortcut/Limit.t
113 t/ResultSet/Shortcut/LimitedPage.t
114 t/ResultSet/Shortcut/OrderBy.t
116 t/ResultSet/Shortcut/Prefetch.t
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/render/
H A Dcameracontroller.cpp200 CSMPrefs::Shortcut* leftShortcut = new CSMPrefs::Shortcut("free-left", widget); in FreeCameraController()
206 CSMPrefs::Shortcut* backShortcut = new CSMPrefs::Shortcut("free-backward", widget); in FreeCameraController()
212 CSMPrefs::Shortcut* rightShortcut = new CSMPrefs::Shortcut("free-right", widget); in FreeCameraController()
218 CSMPrefs::Shortcut* rollLeftShortcut = new CSMPrefs::Shortcut("free-roll-left", widget); in FreeCameraController()
224 CSMPrefs::Shortcut* rollRightShortcut = new CSMPrefs::Shortcut("free-roll-right", widget); in FreeCameraController()
230 CSMPrefs::Shortcut* speedModeShortcut = new CSMPrefs::Shortcut("free-speed-mode", widget); in FreeCameraController()
480 CSMPrefs::Shortcut* upShortcut = new CSMPrefs::Shortcut("orbit-up", "scene-speed-modifier", in OrbitCameraController()
488 CSMPrefs::Shortcut* leftShortcut = new CSMPrefs::Shortcut("orbit-left", widget); in OrbitCameraController()
494 CSMPrefs::Shortcut* downShortcut = new CSMPrefs::Shortcut("orbit-down", widget); in OrbitCameraController()
500 CSMPrefs::Shortcut* rightShortcut = new CSMPrefs::Shortcut("orbit-right", widget); in OrbitCameraController()
[all …]
/dports/www/vimb/vimb-3.6.0/src/
H A Dshortcut.h23 typedef struct shortcut Shortcut; typedef
25 Shortcut *shortcut_new(void);
26 void shortcut_free(Shortcut *sc);
27 gboolean shortcut_add(Shortcut *sc, const char *key, const char *uri);
28 gboolean shortcut_remove(Shortcut *sc, const char *key);
29 gboolean shortcut_set_default(Shortcut *sc, const char *key);
30 char *shortcut_get_uri(Shortcut *sc, const char *key);
31 gboolean shortcut_fill_completion(Shortcut *c, GtkListStore *store, const char *input);
H A Dshortcut.c36 static const char *shortcut_lookup(Shortcut *sc, const char *string, const char **query);
38 Shortcut *shortcut_new(void) in shortcut_new()
40 Shortcut *sc = g_new(Shortcut, 1); in shortcut_new()
47 void shortcut_free(Shortcut *sc) in shortcut_free()
55 gboolean shortcut_add(Shortcut *sc, const char *key, const char *uri) in shortcut_add()
62 gboolean shortcut_remove(Shortcut *sc, const char *key) in shortcut_remove()
67 gboolean shortcut_set_default(Shortcut *sc, const char *key) in shortcut_set_default()
80 char *shortcut_get_uri(Shortcut *sc, const char *string) in shortcut_get_uri()
168 gboolean shortcut_fill_completion(Shortcut *sc, GtkListStore *store, const char *input) in shortcut_fill_completion()
202 static const char *shortcut_lookup(Shortcut *sc, const char *string, const char **query) in shortcut_lookup()
/dports/audio/cadence/Cadence-0.9.1/data/
H A Dcadence.desktop13 [Catia Shortcut Group]
18 [Claudia Shortcut Group]
23 [ClaudiaLauncher Shortcut Group]
28 [Carla Shortcut Group]
33 [CarlaControl Shortcut Group]
38 [JackMeterIn Shortcut Group]
43 [JackMeterOut Shortcut Group]
48 [JackSettings Shortcut Group]
53 [Logs Shortcut Group]
58 [Render Shortcut Group]
[all …]
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dconfiguration.c507 ConfigureParams.Shortcut.withModifier[SHORTCUT_OPTIONS] = SDLK_o; in Configuration_SetDefault()
513 ConfigureParams.Shortcut.withModifier[SHORTCUT_BOSSKEY] = SDLK_i; in Configuration_SetDefault()
516 ConfigureParams.Shortcut.withModifier[SHORTCUT_RECANIM] = SDLK_a; in Configuration_SetDefault()
518 ConfigureParams.Shortcut.withModifier[SHORTCUT_SOUND] = SDLK_s; in Configuration_SetDefault()
519 ConfigureParams.Shortcut.withModifier[SHORTCUT_QUIT] = SDLK_q; in Configuration_SetDefault()
520 ConfigureParams.Shortcut.withModifier[SHORTCUT_LOADMEM] = SDLK_l; in Configuration_SetDefault()
521 ConfigureParams.Shortcut.withModifier[SHORTCUT_SAVEMEM] = SDLK_k; in Configuration_SetDefault()
523 ConfigureParams.Shortcut.withModifier[SHORTCUT_JOY_0] = SDLK_F1; in Configuration_SetDefault()
524 ConfigureParams.Shortcut.withModifier[SHORTCUT_JOY_1] = SDLK_F2; in Configuration_SetDefault()
525 ConfigureParams.Shortcut.withModifier[SHORTCUT_PAD_A] = SDLK_F3; in Configuration_SetDefault()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DShortcutController.h25 class Shortcut : public QObject {
29 Shortcut(Action* action);
40 bool operator==(const Shortcut& other) const {
92 const Shortcut* shortcut(const QString& action) const;
112 bool loadShortcuts(std::shared_ptr<Shortcut>);
113 void loadGamepadShortcuts(std::shared_ptr<Shortcut>);
116 void updateKey(std::shared_ptr<Shortcut> item, int keySequence);
118 QHash<QString, std::shared_ptr<Shortcut>> m_items;
119 QHash<int, std::shared_ptr<Shortcut>> m_buttons;
120 QMap<std::pair<int, GamepadAxisEvent::Direction>, std::shared_ptr<Shortcut>> m_axes;
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DShortcutController.h25 class Shortcut : public QObject {
29 Shortcut(Action* action);
40 bool operator==(const Shortcut& other) const {
92 const Shortcut* shortcut(const QString& action) const;
112 bool loadShortcuts(std::shared_ptr<Shortcut>);
113 void loadGamepadShortcuts(std::shared_ptr<Shortcut>);
116 void updateKey(std::shared_ptr<Shortcut> item, int keySequence);
118 QHash<QString, std::shared_ptr<Shortcut>> m_items;
119 QHash<int, std::shared_ptr<Shortcut>> m_buttons;
120 QMap<std::pair<int, GamepadAxisEvent::Direction>, std::shared_ptr<Shortcut>> m_axes;
[all …]
/dports/devel/pear-Symfony_Component_Console/Console-2.4.4/Symfony/Component/Console/Tests/Fixtures/
H A Dapplication_2.md46 * Shortcut: <none>
56 * Shortcut: <none>
66 * Shortcut: <none>
76 * Shortcut: `-h`
86 * Shortcut: `-q`
106 * Shortcut: `-V`
136 * Shortcut: `-n`
222 * Shortcut: `-h`
232 * Shortcut: `-q`
252 * Shortcut: `-V`
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmshortcut.cc22 Shortcut::Shortcut (Window *window, PuglMod mod, uint32_t character) :
33 Shortcut::~Shortcut()
41 Shortcut::Shortcut (Window *window, uint32_t character) :
80 Shortcut::focus_override()
87 Shortcut::key_press_event (const PuglEventKey& key_event)
156 Shortcut::test (Window *window)
160 Shortcut *shortcut = mod ? new Shortcut (window, mod, ch) : new Shortcut (window, ch);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dshortcuts_database.cc32 void BindShortcutToStatement(const ShortcutsDatabase::Shortcut& shortcut, in BindShortcutToStatement()
91 ShortcutsDatabase::Shortcut::MatchCore::MatchCore( in MatchCore()
116 ShortcutsDatabase::Shortcut::MatchCore::~MatchCore() { in ~MatchCore()
121 ShortcutsDatabase::Shortcut::Shortcut( in Shortcut() function in ShortcutsDatabase::Shortcut
134 ShortcutsDatabase::Shortcut::Shortcut() in Shortcut() function in ShortcutsDatabase::Shortcut
148 ShortcutsDatabase::Shortcut::Shortcut(const Shortcut& other) = default;
150 ShortcutsDatabase::Shortcut::~Shortcut() { in ~Shortcut()
181 bool ShortcutsDatabase::AddShortcut(const Shortcut& shortcut) { in AddShortcut()
193 bool ShortcutsDatabase::UpdateShortcut(const Shortcut& shortcut) { in UpdateShortcut()
241 Shortcut( in LoadShortcuts()
[all …]
H A Dshortcuts_database.h41 struct Shortcut { struct
72 Shortcut(const std::string& id,
78 Shortcut();
79 Shortcut(const Shortcut& other);
80 ~Shortcut();
90 typedef std::map<std::string, Shortcut> GuidToShortcutMap; argument
100 bool AddShortcut(const Shortcut& shortcut);
103 bool UpdateShortcut(const Shortcut& shortcut);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/util/
H A Dqquickshortcut_p.h76 QML_NAMED_ELEMENT(Shortcut)
116 struct Shortcut { struct
117 Shortcut() : id(0) { } in Shortcut() function
124 void setEnabled(Shortcut &shortcut, bool enabled); argument
125 void setAutoRepeat(Shortcut &shortcut, bool repeat);
127 void grabShortcut(Shortcut &shortcut, Qt::ShortcutContext context);
128 void ungrabShortcut(Shortcut &shortcut);
135 Shortcut m_shortcut;
136 QVector<Shortcut> m_shortcuts;

12345678910>>...198