Home
last modified time | relevance | path

Searched refs:pressedKey (Results 1 – 25 of 40) sorted by relevance

12

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/
H A Dkeysettingpage.cpp180 pressedKey += "F1"; in onKeyPress()
184 pressedKey += "F2"; in onKeyPress()
188 pressedKey += "F3"; in onKeyPress()
192 pressedKey += "F4"; in onKeyPress()
196 pressedKey += "F5"; in onKeyPress()
200 pressedKey += "F6"; in onKeyPress()
204 pressedKey += "F7"; in onKeyPress()
208 pressedKey += "F8"; in onKeyPress()
212 pressedKey += "F9"; in onKeyPress()
216 pressedKey += "F10"; in onKeyPress()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/GUI/
H A Dterminaldock.cpp169 int pressedKey = (ke->key() | ke->modifiers()); in applyShortcuts() local
172 if (KrActions::actToggleTerminal->shortcut().matches(pressedKey)) { in applyShortcuts()
177 …SwitchFullScreenTE->shortcut().isEmpty() && krSwitchFullScreenTE->shortcut().matches(pressedKey)) { in applyShortcuts()
182 if (_mainWindow->listPanelActions()->actPaste->shortcut().matches(pressedKey)) { in applyShortcuts()
/dports/devel/agar/agar-1.5.0/tests/agarevloop/
H A Dagarevloop.c9 int pressedKey = 0; /* Last pressed key */ variable
102 pressedKey = (int)dev.data.key.ks; in MyEventLoop()
169 &curFPS, &pressedKey, &xClick, &yClick); in main()
/dports/graphics/opencv/opencv-4.5.3/modules/highgui/misc/java/src/java/
H A Dhighgui+HighGui.java29 public static int pressedKey = -1; field in HighGui
99 pressedKey = e.getKeyCode(); in createJFrame()
117 pressedKey = -1; in waitKey()
172 return pressedKey; in waitKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DNumericUpDown.cs324 string pressedKey = e.KeyChar.ToString (); in OnTextBoxKeyPress()
326 if ((pressedKey != nfi.NegativeSign) && (pressedKey != nfi.NumberDecimalSeparator) && in OnTextBoxKeyPress()
327 (pressedKey != nfi.NumberGroupSeparator)) { in OnTextBoxKeyPress()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dkeyboardkeyedit.cpp110 for(auto pressedKey: m_keys) in updateKeyText() local
115 keys += pressedKey.name(); in updateKeyText()
H A Dkeyboardkey.cpp270 for(auto pressedKey: keyList) in saveKeyListToJson() local
274 pressedKey.save([&keyObject](const QString &key, const QString &value) in saveKeyListToJson()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestRemoveActorNonCurrentContext.cxx53 char* pressedKey = interactor->GetKeySym(); in Execute() local
55 if (strcmp(pressedKey, "9") == 0) in Execute()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestRemoveActorNonCurrentContext.cxx57 char* pressedKey = interactor->GetKeySym(); in Execute() local
59 if (strcmp(pressedKey, "9") == 0) in Execute()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestRemoveVolumeNonCurrentContext.cxx551 char* pressedKey = interactor->GetKeySym(); in Execute() local
553 if (strcmp(pressedKey, "9") == 0) in Execute()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestRemoveVolumeNonCurrentContext.cxx556 char* pressedKey = interactor->GetKeySym(); in Execute() local
558 if (strcmp(pressedKey, "9") == 0) in Execute()
/dports/misc/dvorak7min/dvorak7min-1.6.1/
H A Ddvorak7min.c320 void show_layout(char pressedKey, char pressed) in show_layout() argument
342 if ((u == pressedKey) || (d == pressedKey)) { in show_layout()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/
H A Dlanguage_display_widget.cpp243 auto pressedKey = static_cast<QShortcutEvent *>(event)->key(); in eventFilter() local
245 if (mnemonic.isEmpty() || (mnemonic != pressedKey)) in eventFilter()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Core/File/
H A DFindEndOfStatementTest.inc69 match ($pressedKey) {
H A DFindStartOfStatementTest.inc76 match ($pressedKey) {
/dports/net/freerdp/freerdp-2.5.0/uwac/libuwac/
H A Duwac-input.c244 uint32_t *key, *pressedKey; in keyboard_handle_enter() local
259 for (pressedKey = input->pressed_keys.data, i = 0; i < input->pressed_keys.size; in keyboard_handle_enter()
264 if (*key == *pressedKey) in keyboard_handle_enter()
273 keyboard_handle_key(data, keyboard, serial, 0, *pressedKey, in keyboard_handle_enter()
278 pressedKey++; in keyboard_handle_enter()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqcalendarwidget.cpp164 int pressedKey = key - Qt::Key_0; in handleKey() local
166 m_day = pressedKey; in handleKey()
168 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
280 int pressedKey = key - Qt::Key_0; in handleKey() local
282 m_month = pressedKey; in handleKey()
284 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
399 int pressedKey = key - Qt::Key_0; in handleKey() local
401 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DAnimatedCycleWidget.cpp397 KeyCell * pressedKey = itemAtPress_->node()->cell()->toKeyCell(); in mouseReleaseEvent() local
408 if( (pressedKey && releasedKey) || (pressedInbetween && releasedInbetween) ) in mouseReleaseEvent()
412 else if (pressedKey && releasedInbetween) in mouseReleaseEvent()
414 int t = pressedKey->time().frame(); in mouseReleaseEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/testing/
H A Dhardware_keyboard_util.mm397 NSString* pressedKey = [input substringToIndex:1];
400 [previousInput stringByAppendingString:pressedKey];
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/widgets/
H A Dqcalendarwidget.cpp169 int pressedKey = key - Qt::Key_0; in handleKey() local
171 m_day = pressedKey; in handleKey()
173 m_day = m_day % 10 * 10 + pressedKey; in handleKey()
274 int pressedKey = key - Qt::Key_0; in handleKey() local
276 m_month = pressedKey; in handleKey()
278 m_month = m_month % 10 * 10 + pressedKey; in handleKey()
386 int pressedKey = key - Qt::Key_0; in handleKey() local
388 m_year = m_year / (pow * 10) * (pow * 10) + m_year % pow * 10 + pressedKey; in handleKey()

12