Home
last modified time | relevance | path

Searched refs:ShiftKey (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp95 static const unsigned ShiftKey = 1 << 2; variable
111 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
113 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
115 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
117 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
119 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
120 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
170 { '\t', ShiftKey, "InsertBacktab" },
174 { '\r', ShiftKey, "InsertNewline" },
175 { '\r', AltKey | ShiftKey, "InsertNewline" },
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp229 static const unsigned ShiftKey = 1 << 2; variable
245 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
247 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
249 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
251 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
253 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
254 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
297 { 'Z', CtrlKey | ShiftKey, "Redo" }
302 { '\t', ShiftKey, "InsertBacktab" },
306 { '\r', AltKey | ShiftKey, "InsertNewline" }
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp84 static const unsigned ShiftKey = 1 << 2; variable
100 { VK_LEFT, ShiftKey, "MoveLeftAndModifySelection" },
102 { VK_LEFT, CtrlKey | ShiftKey, "MoveWordLeftAndModifySelection" },
104 { VK_RIGHT, ShiftKey, "MoveRightAndModifySelection" },
106 { VK_RIGHT, CtrlKey | ShiftKey, "MoveWordRightAndModifySelection" },
108 { VK_UP, ShiftKey, "MoveUpAndModifySelection" },
109 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
159 { '\t', ShiftKey, "InsertBacktab" },
163 { '\r', ShiftKey, "InsertNewline" },
164 { '\r', AltKey | ShiftKey, "InsertNewline" },
[all …]
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleUser.cxx33 this->ShiftKey = 0; in vtkInteractorStyleUser()
103 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyPress()
116 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyRelease()
131 this->ShiftKey = this->Interactor->GetShiftKey(); in OnChar()
153 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonDown()
173 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonUp()
199 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMouseWheelForward()
220 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMouseWheelBackward()
243 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonDown()
263 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonUp()
[all …]
H A DvtkInteractorStyleUser.h73 vtkGetMacro(ShiftKey,int);
144 int ShiftKey; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleUser.cxx32 this->ShiftKey = 0; in vtkInteractorStyleUser()
100 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyPress()
113 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyRelease()
128 this->ShiftKey = this->Interactor->GetShiftKey(); in OnChar()
150 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonDown()
170 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonUp()
196 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMouseWheelForward()
217 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMouseWheelBackward()
240 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonDown()
260 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonUp()
[all …]
H A DvtkInteractorStyleUser.h73 vtkGetMacro(ShiftKey, int);
143 int ShiftKey; variable
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleUser.cxx33 this->ShiftKey = 0; in vtkInteractorStyleUser()
105 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyPress()
118 this->ShiftKey = this->Interactor->GetShiftKey(); in OnKeyRelease()
133 this->ShiftKey = this->Interactor->GetShiftKey(); in OnChar()
155 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonDown()
175 this->ShiftKey = this->Interactor->GetShiftKey(); in OnRightButtonUp()
203 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonDown()
223 this->ShiftKey = this->Interactor->GetShiftKey(); in OnMiddleButtonUp()
251 this->ShiftKey = this->Interactor->GetShiftKey(); in OnLeftButtonDown()
271 this->ShiftKey = this->Interactor->GetShiftKey(); in OnLeftButtonUp()
[all …]
H A DvtkInteractorStyleUser.h62 vtkGetMacro(ShiftKey,int);
112 int ShiftKey; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/gtk/
H A DPageClientImpl.cpp187 static const unsigned ShiftKey = 1 << 2; variable
207 { VK_TAB, ShiftKey, "InsertBacktab" },
211 { VK_RETURN, AltKey | ShiftKey, "InsertNewline" },
216 { '\t', ShiftKey, "InsertBacktab" },
220 { '\r', AltKey | ShiftKey, "InsertNewline" },
271 modifiers |= ShiftKey; in getEditorCommandsForKeyEvent()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/qml/keys/
H A Dqmldir12 ShiftKey 1.0 ShiftKey.qml
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/layouts/ko_KR/
H A Dmain.qml113 ShiftKey {}
143 ShiftKey {
250 ShiftKey {}
280 ShiftKey {
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/layouts/fa_FA/
H A Dmain.qml122 ShiftKey {}
156 ShiftKey {
276 ShiftKey {}
310 ShiftKey {
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/layouts/ar_AR/
H A Dmain.qml122 ShiftKey {}
153 ShiftKey {
274 ShiftKey {}
305 ShiftKey {
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/content/layouts/hi_IN/
H A Dmain.qml120 ShiftKey { }
154 ShiftKey {
272 ShiftKey { }
305 ShiftKey {
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkRenderWindowInteractor.h423 vtkSetMacro(ShiftKey, int);
424 vtkGetMacro(ShiftKey, int);
463 this->ShiftKey = shift; in SetEventInformation()
519 this->ShiftKey = shift;
618 int ShiftKey; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp356 static const unsigned ShiftKey = 1 << 2; variable
369 { VK_BACK, ShiftKey, "DeleteBackward" },
373 { VK_PRIOR, ShiftKey, "MovePageUpAndModifySelection" },
375 { VK_NEXT, ShiftKey, "MovePageDownAndModifySelection" },
398 modifiers |= ShiftKey; in editorCommandForKeyDownEvent()
/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DKeyManager.cxx307 if (key.shift & BzfKeyEvent::ShiftKey) in keyEventToString()
360 key.shift |= BzfKeyEvent::ShiftKey; in stringToKeyEvent()
444 if ((a.shift & ~BzfKeyEvent::ShiftKey) < (b.shift & ~BzfKeyEvent::ShiftKey)) in operator ()()
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DKeyManager.cxx307 if (key.shift & BzfKeyEvent::ShiftKey) in keyEventToString()
360 key.shift |= BzfKeyEvent::ShiftKey; in stringToKeyEvent()
444 if ((a.shift & ~BzfKeyEvent::ShiftKey) < (b.shift & ~BzfKeyEvent::ShiftKey)) in operator ()()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DXULCommandEvent.cpp68 XULCommandEvent::ShiftKey() in ShiftKey() function in mozilla::dom::XULCommandEvent
77 *aIsDown = ShiftKey(); in GetShiftKey()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkRenderWindowInteractor.h503 vtkSetMacro(ShiftKey, int);
504 vtkGetMacro(ShiftKey, int);
585 this->ShiftKey = shift; in SetEventInformation()
647 this->ShiftKey = shift;
817 int ShiftKey; variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkRenderWindowInteractor.h543 vtkSetMacro(ShiftKey, int);
544 vtkGetMacro(ShiftKey, int);
619 this->ShiftKey = shift; in SetEventInformation()
662 this->ShiftKey = shift;
837 int ShiftKey; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DXULCommandEvent.cpp54 bool XULCommandEvent::ShiftKey() { return mEvent->AsInputEvent()->IsShift(); } in ShiftKey() function in mozilla::dom::XULCommandEvent
59 *aIsDown = ShiftKey(); in GetShiftKey()
/dports/editors/calligra/calligra-3.2.1/gemini/
H A DKeyboardModel.cpp105 d->normalKeys.append(Key(QChar(0x21E7), ShiftKey)); in componentComplete()
116 d->normalKeys.append(Key(QChar(0x21E7), ShiftKey)); in componentComplete()
153 d->capitalKeys.append(Key(QChar(0x21E7), ShiftKey)); in componentComplete()
164 d->capitalKeys.append(Key(QChar(0x21E7), ShiftKey)); in componentComplete()
/dports/graphics/krita/krita-4.4.8/libs/libqml/plugins/kritasketchplugin/models/
H A DKeyboardModel.cpp110 d->normalKeys.append(Key(QChar(0x2191), ShiftKey)); in componentComplete()
121 d->normalKeys.append(Key(QChar(0x2191), ShiftKey)); in componentComplete()
158 d->capitalKeys.append(Key(QChar(0x2191), ShiftKey)); in componentComplete()
169 d->capitalKeys.append(Key(QChar(0x2191), ShiftKey)); in componentComplete()

12345678910>>...16