mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 22:40:53 +03:00
UI defaults: removed optional "pressed " from InputMap dumps (to make it easier to read)
This commit is contained in:
@@ -314,7 +314,8 @@ public class UIDefaultsDump
|
||||
} );
|
||||
for( KeyStroke keyStroke : keys ) {
|
||||
Object value = inputMap.get( keyStroke );
|
||||
out.printf( "%n%s%-30s %s", indent, keyStroke, value );
|
||||
String strKeyStroke = keyStroke.toString().replace( "pressed ", "" );
|
||||
out.printf( "%n%s%-20s %s", indent, strKeyStroke, value );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,204 +8,204 @@ OS Windows 10
|
||||
#---- Button ----
|
||||
|
||||
Button.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed ENTER pressed
|
||||
pressed SPACE pressed
|
||||
released ENTER released
|
||||
released SPACE released
|
||||
ENTER pressed
|
||||
SPACE pressed
|
||||
released ENTER released
|
||||
released SPACE released
|
||||
|
||||
|
||||
#---- CheckBox ----
|
||||
|
||||
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed SPACE pressed
|
||||
released SPACE released
|
||||
SPACE pressed
|
||||
released SPACE released
|
||||
|
||||
|
||||
#---- ComboBox ----
|
||||
|
||||
ComboBox.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed END endPassThrough
|
||||
pressed ENTER enterPressed
|
||||
pressed ESCAPE hidePopup
|
||||
pressed HOME homePassThrough
|
||||
pressed PAGE_DOWN pageDownPassThrough
|
||||
pressed PAGE_UP pageUpPassThrough
|
||||
END endPassThrough
|
||||
ENTER enterPressed
|
||||
ESCAPE hidePopup
|
||||
HOME homePassThrough
|
||||
PAGE_DOWN pageDownPassThrough
|
||||
PAGE_UP pageUpPassThrough
|
||||
|
||||
|
||||
#---- Desktop ----
|
||||
|
||||
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl alt pressed F6 selectNextFrame
|
||||
ctrl pressed F10 maximize
|
||||
ctrl pressed F12 navigateNext
|
||||
ctrl pressed F4 close
|
||||
ctrl pressed F5 restore
|
||||
ctrl pressed F6 selectNextFrame
|
||||
ctrl pressed F7 move
|
||||
ctrl pressed F8 resize
|
||||
ctrl pressed F9 minimize
|
||||
ctrl pressed TAB selectNextFrame
|
||||
pressed DOWN down
|
||||
pressed ESCAPE escape
|
||||
pressed KP_DOWN down
|
||||
pressed KP_LEFT left
|
||||
pressed KP_RIGHT right
|
||||
pressed KP_UP up
|
||||
pressed LEFT left
|
||||
pressed RIGHT right
|
||||
pressed UP up
|
||||
shift ctrl alt pressed F6 selectPreviousFrame
|
||||
shift ctrl pressed F12 navigatePrevious
|
||||
shift pressed DOWN shrinkDown
|
||||
shift pressed KP_DOWN shrinkDown
|
||||
shift pressed KP_LEFT shrinkLeft
|
||||
shift pressed KP_RIGHT shrinkRight
|
||||
shift pressed KP_UP shrinkUp
|
||||
shift pressed LEFT shrinkLeft
|
||||
shift pressed RIGHT shrinkRight
|
||||
shift pressed UP shrinkUp
|
||||
ctrl alt F6 selectNextFrame
|
||||
ctrl F10 maximize
|
||||
ctrl F12 navigateNext
|
||||
ctrl F4 close
|
||||
ctrl F5 restore
|
||||
ctrl F6 selectNextFrame
|
||||
ctrl F7 move
|
||||
ctrl F8 resize
|
||||
ctrl F9 minimize
|
||||
ctrl TAB selectNextFrame
|
||||
DOWN down
|
||||
ESCAPE escape
|
||||
KP_DOWN down
|
||||
KP_LEFT left
|
||||
KP_RIGHT right
|
||||
KP_UP up
|
||||
LEFT left
|
||||
RIGHT right
|
||||
UP up
|
||||
shift ctrl alt F6 selectPreviousFrame
|
||||
shift ctrl F12 navigatePrevious
|
||||
shift DOWN shrinkDown
|
||||
shift KP_DOWN shrinkDown
|
||||
shift KP_LEFT shrinkLeft
|
||||
shift KP_RIGHT shrinkRight
|
||||
shift KP_UP shrinkUp
|
||||
shift LEFT shrinkLeft
|
||||
shift RIGHT shrinkRight
|
||||
shift UP shrinkUp
|
||||
|
||||
|
||||
#---- FileChooser ----
|
||||
|
||||
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed ESCAPE cancelSelection
|
||||
pressed F5 refresh
|
||||
ESCAPE cancelSelection
|
||||
F5 refresh
|
||||
|
||||
|
||||
#---- FormattedTextField ----
|
||||
|
||||
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed A select-all
|
||||
ctrl pressed BACK_SLASH unselect
|
||||
ctrl pressed BACK_SPACE delete-previous-word
|
||||
ctrl pressed C copy-to-clipboard
|
||||
ctrl pressed DELETE delete-next-word
|
||||
ctrl pressed H delete-previous
|
||||
ctrl pressed INSERT copy-to-clipboard
|
||||
ctrl pressed KP_LEFT caret-previous-word
|
||||
ctrl pressed KP_RIGHT caret-next-word
|
||||
ctrl pressed LEFT caret-previous-word
|
||||
ctrl pressed RIGHT caret-next-word
|
||||
ctrl pressed V paste-from-clipboard
|
||||
ctrl pressed X cut-to-clipboard
|
||||
pressed BACK_SPACE delete-previous
|
||||
pressed COPY copy-to-clipboard
|
||||
pressed CUT cut-to-clipboard
|
||||
pressed DELETE delete-next
|
||||
pressed DOWN decrement
|
||||
pressed END caret-end-line
|
||||
pressed ENTER notify-field-accept
|
||||
pressed ESCAPE reset-field-edit
|
||||
pressed HOME caret-begin-line
|
||||
pressed KP_DOWN decrement
|
||||
pressed KP_LEFT caret-backward
|
||||
pressed KP_RIGHT caret-forward
|
||||
pressed KP_UP increment
|
||||
pressed LEFT caret-backward
|
||||
pressed PASTE paste-from-clipboard
|
||||
pressed RIGHT caret-forward
|
||||
pressed UP increment
|
||||
shift ctrl pressed KP_LEFT selection-previous-word
|
||||
shift ctrl pressed KP_RIGHT selection-next-word
|
||||
shift ctrl pressed LEFT selection-previous-word
|
||||
shift ctrl pressed O toggle-componentOrientation
|
||||
shift ctrl pressed RIGHT selection-next-word
|
||||
shift pressed BACK_SPACE delete-previous
|
||||
shift pressed DELETE cut-to-clipboard
|
||||
shift pressed END selection-end-line
|
||||
shift pressed HOME selection-begin-line
|
||||
shift pressed INSERT paste-from-clipboard
|
||||
shift pressed KP_LEFT selection-backward
|
||||
shift pressed KP_RIGHT selection-forward
|
||||
shift pressed LEFT selection-backward
|
||||
shift pressed RIGHT selection-forward
|
||||
ctrl A select-all
|
||||
ctrl BACK_SLASH unselect
|
||||
ctrl BACK_SPACE delete-previous-word
|
||||
ctrl C copy-to-clipboard
|
||||
ctrl DELETE delete-next-word
|
||||
ctrl H delete-previous
|
||||
ctrl INSERT copy-to-clipboard
|
||||
ctrl KP_LEFT caret-previous-word
|
||||
ctrl KP_RIGHT caret-next-word
|
||||
ctrl LEFT caret-previous-word
|
||||
ctrl RIGHT caret-next-word
|
||||
ctrl V paste-from-clipboard
|
||||
ctrl X cut-to-clipboard
|
||||
BACK_SPACE delete-previous
|
||||
COPY copy-to-clipboard
|
||||
CUT cut-to-clipboard
|
||||
DELETE delete-next
|
||||
DOWN decrement
|
||||
END caret-end-line
|
||||
ENTER notify-field-accept
|
||||
ESCAPE reset-field-edit
|
||||
HOME caret-begin-line
|
||||
KP_DOWN decrement
|
||||
KP_LEFT caret-backward
|
||||
KP_RIGHT caret-forward
|
||||
KP_UP increment
|
||||
LEFT caret-backward
|
||||
PASTE paste-from-clipboard
|
||||
RIGHT caret-forward
|
||||
UP increment
|
||||
shift ctrl KP_LEFT selection-previous-word
|
||||
shift ctrl KP_RIGHT selection-next-word
|
||||
shift ctrl LEFT selection-previous-word
|
||||
shift ctrl O toggle-componentOrientation
|
||||
shift ctrl RIGHT selection-next-word
|
||||
shift BACK_SPACE delete-previous
|
||||
shift DELETE cut-to-clipboard
|
||||
shift END selection-end-line
|
||||
shift HOME selection-begin-line
|
||||
shift INSERT paste-from-clipboard
|
||||
shift KP_LEFT selection-backward
|
||||
shift KP_RIGHT selection-forward
|
||||
shift LEFT selection-backward
|
||||
shift RIGHT selection-forward
|
||||
|
||||
|
||||
#---- List ----
|
||||
|
||||
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed KP_LEFT selectNextColumnChangeLead
|
||||
ctrl pressed KP_RIGHT selectPreviousColumnChangeLead
|
||||
ctrl pressed LEFT selectNextColumnChangeLead
|
||||
ctrl pressed RIGHT selectPreviousColumnChangeLead
|
||||
pressed KP_LEFT selectNextColumn
|
||||
pressed KP_RIGHT selectPreviousColumn
|
||||
pressed LEFT selectNextColumn
|
||||
pressed RIGHT selectPreviousColumn
|
||||
shift ctrl pressed KP_LEFT selectNextColumnExtendSelection
|
||||
shift ctrl pressed KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed LEFT selectNextColumnExtendSelection
|
||||
shift ctrl pressed RIGHT selectPreviousColumnExtendSelection
|
||||
shift pressed KP_LEFT selectNextColumnExtendSelection
|
||||
shift pressed KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift pressed LEFT selectNextColumnExtendSelection
|
||||
shift pressed RIGHT selectPreviousColumnExtendSelection
|
||||
ctrl KP_LEFT selectNextColumnChangeLead
|
||||
ctrl KP_RIGHT selectPreviousColumnChangeLead
|
||||
ctrl LEFT selectNextColumnChangeLead
|
||||
ctrl RIGHT selectPreviousColumnChangeLead
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift ctrl KP_LEFT selectNextColumnExtendSelection
|
||||
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift ctrl LEFT selectNextColumnExtendSelection
|
||||
shift ctrl RIGHT selectPreviousColumnExtendSelection
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed A selectAll
|
||||
ctrl pressed BACK_SLASH clearSelection
|
||||
ctrl pressed C copy
|
||||
ctrl pressed DOWN selectNextRowChangeLead
|
||||
ctrl pressed END selectLastRowChangeLead
|
||||
ctrl pressed HOME selectFirstRowChangeLead
|
||||
ctrl pressed INSERT copy
|
||||
ctrl pressed KP_DOWN selectNextRowChangeLead
|
||||
ctrl pressed KP_LEFT selectPreviousColumnChangeLead
|
||||
ctrl pressed KP_RIGHT selectNextColumnChangeLead
|
||||
ctrl pressed KP_UP selectPreviousRowChangeLead
|
||||
ctrl pressed LEFT selectPreviousColumnChangeLead
|
||||
ctrl pressed PAGE_DOWN scrollDownChangeLead
|
||||
ctrl pressed PAGE_UP scrollUpChangeLead
|
||||
ctrl pressed RIGHT selectNextColumnChangeLead
|
||||
ctrl pressed SLASH selectAll
|
||||
ctrl pressed SPACE toggleAndAnchor
|
||||
ctrl pressed UP selectPreviousRowChangeLead
|
||||
ctrl pressed V paste
|
||||
ctrl pressed X cut
|
||||
pressed COPY copy
|
||||
pressed CUT cut
|
||||
pressed DOWN selectNextRow
|
||||
pressed END selectLastRow
|
||||
pressed HOME selectFirstRow
|
||||
pressed KP_DOWN selectNextRow
|
||||
pressed KP_LEFT selectPreviousColumn
|
||||
pressed KP_RIGHT selectNextColumn
|
||||
pressed KP_UP selectPreviousRow
|
||||
pressed LEFT selectPreviousColumn
|
||||
pressed PAGE_DOWN scrollDown
|
||||
pressed PAGE_UP scrollUp
|
||||
pressed PASTE paste
|
||||
pressed RIGHT selectNextColumn
|
||||
pressed SPACE addToSelection
|
||||
pressed UP selectPreviousRow
|
||||
shift ctrl pressed DOWN selectNextRowExtendSelection
|
||||
shift ctrl pressed END selectLastRowExtendSelection
|
||||
shift ctrl pressed HOME selectFirstRowExtendSelection
|
||||
shift ctrl pressed KP_DOWN selectNextRowExtendSelection
|
||||
shift ctrl pressed KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed KP_RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl pressed KP_UP selectPreviousRowExtendSelection
|
||||
shift ctrl pressed LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed PAGE_DOWN scrollDownExtendSelection
|
||||
shift ctrl pressed PAGE_UP scrollUpExtendSelection
|
||||
shift ctrl pressed RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl pressed SPACE moveSelectionTo
|
||||
shift ctrl pressed UP selectPreviousRowExtendSelection
|
||||
shift pressed DELETE cut
|
||||
shift pressed DOWN selectNextRowExtendSelection
|
||||
shift pressed END selectLastRowExtendSelection
|
||||
shift pressed HOME selectFirstRowExtendSelection
|
||||
shift pressed INSERT paste
|
||||
shift pressed KP_DOWN selectNextRowExtendSelection
|
||||
shift pressed KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift pressed KP_RIGHT selectNextColumnExtendSelection
|
||||
shift pressed KP_UP selectPreviousRowExtendSelection
|
||||
shift pressed LEFT selectPreviousColumnExtendSelection
|
||||
shift pressed PAGE_DOWN scrollDownExtendSelection
|
||||
shift pressed PAGE_UP scrollUpExtendSelection
|
||||
shift pressed RIGHT selectNextColumnExtendSelection
|
||||
shift pressed SPACE extendTo
|
||||
shift pressed UP selectPreviousRowExtendSelection
|
||||
ctrl A selectAll
|
||||
ctrl BACK_SLASH clearSelection
|
||||
ctrl C copy
|
||||
ctrl DOWN selectNextRowChangeLead
|
||||
ctrl END selectLastRowChangeLead
|
||||
ctrl HOME selectFirstRowChangeLead
|
||||
ctrl INSERT copy
|
||||
ctrl KP_DOWN selectNextRowChangeLead
|
||||
ctrl KP_LEFT selectPreviousColumnChangeLead
|
||||
ctrl KP_RIGHT selectNextColumnChangeLead
|
||||
ctrl KP_UP selectPreviousRowChangeLead
|
||||
ctrl LEFT selectPreviousColumnChangeLead
|
||||
ctrl PAGE_DOWN scrollDownChangeLead
|
||||
ctrl PAGE_UP scrollUpChangeLead
|
||||
ctrl RIGHT selectNextColumnChangeLead
|
||||
ctrl SLASH selectAll
|
||||
ctrl SPACE toggleAndAnchor
|
||||
ctrl UP selectPreviousRowChangeLead
|
||||
ctrl V paste
|
||||
ctrl X cut
|
||||
COPY copy
|
||||
CUT cut
|
||||
DOWN selectNextRow
|
||||
END selectLastRow
|
||||
HOME selectFirstRow
|
||||
KP_DOWN selectNextRow
|
||||
KP_LEFT selectPreviousColumn
|
||||
KP_RIGHT selectNextColumn
|
||||
KP_UP selectPreviousRow
|
||||
LEFT selectPreviousColumn
|
||||
PAGE_DOWN scrollDown
|
||||
PAGE_UP scrollUp
|
||||
PASTE paste
|
||||
RIGHT selectNextColumn
|
||||
SPACE addToSelection
|
||||
UP selectPreviousRow
|
||||
shift ctrl DOWN selectNextRowExtendSelection
|
||||
shift ctrl END selectLastRowExtendSelection
|
||||
shift ctrl HOME selectFirstRowExtendSelection
|
||||
shift ctrl KP_DOWN selectNextRowExtendSelection
|
||||
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl KP_RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl KP_UP selectPreviousRowExtendSelection
|
||||
shift ctrl LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl PAGE_DOWN scrollDownExtendSelection
|
||||
shift ctrl PAGE_UP scrollUpExtendSelection
|
||||
shift ctrl RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl SPACE moveSelectionTo
|
||||
shift ctrl UP selectPreviousRowExtendSelection
|
||||
shift DELETE cut
|
||||
shift DOWN selectNextRowExtendSelection
|
||||
shift END selectLastRowExtendSelection
|
||||
shift HOME selectFirstRowExtendSelection
|
||||
shift INSERT paste
|
||||
shift KP_DOWN selectNextRowExtendSelection
|
||||
shift KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift KP_RIGHT selectNextColumnExtendSelection
|
||||
shift KP_UP selectPreviousRowExtendSelection
|
||||
shift LEFT selectPreviousColumnExtendSelection
|
||||
shift PAGE_DOWN scrollDownExtendSelection
|
||||
shift PAGE_UP scrollUpExtendSelection
|
||||
shift RIGHT selectNextColumnExtendSelection
|
||||
shift SPACE extendTo
|
||||
shift UP selectPreviousRowExtendSelection
|
||||
|
||||
|
||||
#---- PopupMenu ----
|
||||
@@ -249,331 +249,331 @@ PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
|
||||
#---- RadioButton ----
|
||||
|
||||
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed SPACE pressed
|
||||
released SPACE released
|
||||
SPACE pressed
|
||||
released SPACE released
|
||||
|
||||
|
||||
#---- RootPane ----
|
||||
|
||||
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed CONTEXT_MENU postPopup
|
||||
shift pressed F10 postPopup
|
||||
CONTEXT_MENU postPopup
|
||||
shift F10 postPopup
|
||||
|
||||
|
||||
#---- ScrollBar ----
|
||||
|
||||
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed KP_LEFT positiveUnitIncrement
|
||||
pressed KP_RIGHT negativeUnitIncrement
|
||||
pressed LEFT positiveUnitIncrement
|
||||
pressed RIGHT negativeUnitIncrement
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed DOWN positiveUnitIncrement
|
||||
pressed END maxScroll
|
||||
pressed HOME minScroll
|
||||
pressed KP_DOWN positiveUnitIncrement
|
||||
pressed KP_LEFT negativeUnitIncrement
|
||||
pressed KP_RIGHT positiveUnitIncrement
|
||||
pressed KP_UP negativeUnitIncrement
|
||||
pressed LEFT negativeUnitIncrement
|
||||
pressed PAGE_DOWN positiveBlockIncrement
|
||||
pressed PAGE_UP negativeBlockIncrement
|
||||
pressed RIGHT positiveUnitIncrement
|
||||
pressed UP negativeUnitIncrement
|
||||
DOWN positiveUnitIncrement
|
||||
END maxScroll
|
||||
HOME minScroll
|
||||
KP_DOWN positiveUnitIncrement
|
||||
KP_LEFT negativeUnitIncrement
|
||||
KP_RIGHT positiveUnitIncrement
|
||||
KP_UP negativeUnitIncrement
|
||||
LEFT negativeUnitIncrement
|
||||
PAGE_DOWN positiveBlockIncrement
|
||||
PAGE_UP negativeBlockIncrement
|
||||
RIGHT positiveUnitIncrement
|
||||
UP negativeUnitIncrement
|
||||
|
||||
|
||||
#---- ScrollPane ----
|
||||
|
||||
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed PAGE_DOWN scrollLeft
|
||||
ctrl pressed PAGE_UP scrollRight
|
||||
ctrl PAGE_DOWN scrollLeft
|
||||
ctrl PAGE_UP scrollRight
|
||||
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed END scrollEnd
|
||||
ctrl pressed HOME scrollHome
|
||||
ctrl pressed PAGE_DOWN scrollRight
|
||||
ctrl pressed PAGE_UP scrollLeft
|
||||
pressed DOWN unitScrollDown
|
||||
pressed KP_DOWN unitScrollDown
|
||||
pressed KP_LEFT unitScrollLeft
|
||||
pressed KP_RIGHT unitScrollRight
|
||||
pressed KP_UP unitScrollUp
|
||||
pressed LEFT unitScrollLeft
|
||||
pressed PAGE_DOWN scrollDown
|
||||
pressed PAGE_UP scrollUp
|
||||
pressed RIGHT unitScrollRight
|
||||
pressed UP unitScrollUp
|
||||
ctrl END scrollEnd
|
||||
ctrl HOME scrollHome
|
||||
ctrl PAGE_DOWN scrollRight
|
||||
ctrl PAGE_UP scrollLeft
|
||||
DOWN unitScrollDown
|
||||
KP_DOWN unitScrollDown
|
||||
KP_LEFT unitScrollLeft
|
||||
KP_RIGHT unitScrollRight
|
||||
KP_UP unitScrollUp
|
||||
LEFT unitScrollLeft
|
||||
PAGE_DOWN scrollDown
|
||||
PAGE_UP scrollUp
|
||||
RIGHT unitScrollRight
|
||||
UP unitScrollUp
|
||||
|
||||
|
||||
#---- Slider ----
|
||||
|
||||
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed KP_LEFT positiveUnitIncrement
|
||||
pressed KP_RIGHT negativeUnitIncrement
|
||||
pressed LEFT positiveUnitIncrement
|
||||
pressed RIGHT negativeUnitIncrement
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed DOWN negativeUnitIncrement
|
||||
pressed END maxScroll
|
||||
pressed HOME minScroll
|
||||
pressed KP_DOWN negativeUnitIncrement
|
||||
pressed KP_LEFT negativeUnitIncrement
|
||||
pressed KP_RIGHT positiveUnitIncrement
|
||||
pressed KP_UP positiveUnitIncrement
|
||||
pressed LEFT negativeUnitIncrement
|
||||
pressed PAGE_DOWN negativeBlockIncrement
|
||||
pressed PAGE_UP positiveBlockIncrement
|
||||
pressed RIGHT positiveUnitIncrement
|
||||
pressed UP positiveUnitIncrement
|
||||
DOWN negativeUnitIncrement
|
||||
END maxScroll
|
||||
HOME minScroll
|
||||
KP_DOWN negativeUnitIncrement
|
||||
KP_LEFT negativeUnitIncrement
|
||||
KP_RIGHT positiveUnitIncrement
|
||||
KP_UP positiveUnitIncrement
|
||||
LEFT negativeUnitIncrement
|
||||
PAGE_DOWN negativeBlockIncrement
|
||||
PAGE_UP positiveBlockIncrement
|
||||
RIGHT positiveUnitIncrement
|
||||
UP positiveUnitIncrement
|
||||
|
||||
|
||||
#---- Spinner ----
|
||||
|
||||
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed DOWN decrement
|
||||
pressed KP_DOWN decrement
|
||||
pressed KP_UP increment
|
||||
pressed UP increment
|
||||
DOWN decrement
|
||||
KP_DOWN decrement
|
||||
KP_UP increment
|
||||
UP increment
|
||||
|
||||
|
||||
#---- SplitPane ----
|
||||
|
||||
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed TAB focusOutForward
|
||||
pressed DOWN positiveIncrement
|
||||
pressed END selectMax
|
||||
pressed F6 toggleFocus
|
||||
pressed F8 startResize
|
||||
pressed HOME selectMin
|
||||
pressed KP_DOWN positiveIncrement
|
||||
pressed KP_LEFT negativeIncrement
|
||||
pressed KP_RIGHT positiveIncrement
|
||||
pressed KP_UP negativeIncrement
|
||||
pressed LEFT negativeIncrement
|
||||
pressed RIGHT positiveIncrement
|
||||
pressed UP negativeIncrement
|
||||
shift ctrl pressed TAB focusOutBackward
|
||||
ctrl TAB focusOutForward
|
||||
DOWN positiveIncrement
|
||||
END selectMax
|
||||
F6 toggleFocus
|
||||
F8 startResize
|
||||
HOME selectMin
|
||||
KP_DOWN positiveIncrement
|
||||
KP_LEFT negativeIncrement
|
||||
KP_RIGHT positiveIncrement
|
||||
KP_UP negativeIncrement
|
||||
LEFT negativeIncrement
|
||||
RIGHT positiveIncrement
|
||||
UP negativeIncrement
|
||||
shift ctrl TAB focusOutBackward
|
||||
|
||||
|
||||
#---- TabbedPane ----
|
||||
|
||||
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed KP_UP requestFocus
|
||||
ctrl pressed PAGE_DOWN navigatePageDown
|
||||
ctrl pressed PAGE_UP navigatePageUp
|
||||
ctrl pressed UP requestFocus
|
||||
ctrl KP_UP requestFocus
|
||||
ctrl PAGE_DOWN navigatePageDown
|
||||
ctrl PAGE_UP navigatePageUp
|
||||
ctrl UP requestFocus
|
||||
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed DOWN requestFocusForVisibleComponent
|
||||
ctrl pressed KP_DOWN requestFocusForVisibleComponent
|
||||
pressed DOWN navigateDown
|
||||
pressed KP_DOWN navigateDown
|
||||
pressed KP_LEFT navigateLeft
|
||||
pressed KP_RIGHT navigateRight
|
||||
pressed KP_UP navigateUp
|
||||
pressed LEFT navigateLeft
|
||||
pressed RIGHT navigateRight
|
||||
pressed UP navigateUp
|
||||
ctrl DOWN requestFocusForVisibleComponent
|
||||
ctrl KP_DOWN requestFocusForVisibleComponent
|
||||
DOWN navigateDown
|
||||
KP_DOWN navigateDown
|
||||
KP_LEFT navigateLeft
|
||||
KP_RIGHT navigateRight
|
||||
KP_UP navigateUp
|
||||
LEFT navigateLeft
|
||||
RIGHT navigateRight
|
||||
UP navigateUp
|
||||
|
||||
|
||||
#---- Table ----
|
||||
|
||||
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed KP_LEFT selectNextColumnChangeLead
|
||||
ctrl pressed KP_RIGHT selectPreviousColumnChangeLead
|
||||
ctrl pressed LEFT selectNextColumnChangeLead
|
||||
ctrl pressed PAGE_DOWN scrollLeftChangeSelection
|
||||
ctrl pressed PAGE_UP scrollRightChangeSelection
|
||||
ctrl pressed RIGHT selectPreviousColumnChangeLead
|
||||
pressed KP_LEFT selectNextColumn
|
||||
pressed KP_RIGHT selectPreviousColumn
|
||||
pressed LEFT selectNextColumn
|
||||
pressed RIGHT selectPreviousColumn
|
||||
shift ctrl pressed KP_LEFT selectNextColumnExtendSelection
|
||||
shift ctrl pressed KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed LEFT selectNextColumnExtendSelection
|
||||
shift ctrl pressed PAGE_DOWN scrollLeftExtendSelection
|
||||
shift ctrl pressed PAGE_UP scrollRightExtendSelection
|
||||
shift ctrl pressed RIGHT selectPreviousColumnExtendSelection
|
||||
shift pressed KP_LEFT selectNextColumnExtendSelection
|
||||
shift pressed KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift pressed LEFT selectNextColumnExtendSelection
|
||||
shift pressed RIGHT selectPreviousColumnExtendSelection
|
||||
ctrl KP_LEFT selectNextColumnChangeLead
|
||||
ctrl KP_RIGHT selectPreviousColumnChangeLead
|
||||
ctrl LEFT selectNextColumnChangeLead
|
||||
ctrl PAGE_DOWN scrollLeftChangeSelection
|
||||
ctrl PAGE_UP scrollRightChangeSelection
|
||||
ctrl RIGHT selectPreviousColumnChangeLead
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift ctrl KP_LEFT selectNextColumnExtendSelection
|
||||
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift ctrl LEFT selectNextColumnExtendSelection
|
||||
shift ctrl PAGE_DOWN scrollLeftExtendSelection
|
||||
shift ctrl PAGE_UP scrollRightExtendSelection
|
||||
shift ctrl RIGHT selectPreviousColumnExtendSelection
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed A selectAll
|
||||
ctrl pressed BACK_SLASH clearSelection
|
||||
ctrl pressed C copy
|
||||
ctrl pressed DOWN selectNextRowChangeLead
|
||||
ctrl pressed END selectLastRow
|
||||
ctrl pressed HOME selectFirstRow
|
||||
ctrl pressed INSERT copy
|
||||
ctrl pressed KP_DOWN selectNextRowChangeLead
|
||||
ctrl pressed KP_LEFT selectPreviousColumnChangeLead
|
||||
ctrl pressed KP_RIGHT selectNextColumnChangeLead
|
||||
ctrl pressed KP_UP selectPreviousRowChangeLead
|
||||
ctrl pressed LEFT selectPreviousColumnChangeLead
|
||||
ctrl pressed PAGE_DOWN scrollRightChangeSelection
|
||||
ctrl pressed PAGE_UP scrollLeftChangeSelection
|
||||
ctrl pressed RIGHT selectNextColumnChangeLead
|
||||
ctrl pressed SLASH selectAll
|
||||
ctrl pressed SPACE toggleAndAnchor
|
||||
ctrl pressed UP selectPreviousRowChangeLead
|
||||
ctrl pressed V paste
|
||||
ctrl pressed X cut
|
||||
pressed COPY copy
|
||||
pressed CUT cut
|
||||
pressed DOWN selectNextRow
|
||||
pressed END selectLastColumn
|
||||
pressed ENTER selectNextRowCell
|
||||
pressed ESCAPE cancel
|
||||
pressed F2 startEditing
|
||||
pressed F8 focusHeader
|
||||
pressed HOME selectFirstColumn
|
||||
pressed KP_DOWN selectNextRow
|
||||
pressed KP_LEFT selectPreviousColumn
|
||||
pressed KP_RIGHT selectNextColumn
|
||||
pressed KP_UP selectPreviousRow
|
||||
pressed LEFT selectPreviousColumn
|
||||
pressed PAGE_DOWN scrollDownChangeSelection
|
||||
pressed PAGE_UP scrollUpChangeSelection
|
||||
pressed PASTE paste
|
||||
pressed RIGHT selectNextColumn
|
||||
pressed SPACE addToSelection
|
||||
pressed TAB selectNextColumnCell
|
||||
pressed UP selectPreviousRow
|
||||
shift ctrl pressed DOWN selectNextRowExtendSelection
|
||||
shift ctrl pressed END selectLastRowExtendSelection
|
||||
shift ctrl pressed HOME selectFirstRowExtendSelection
|
||||
shift ctrl pressed KP_DOWN selectNextRowExtendSelection
|
||||
shift ctrl pressed KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed KP_RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl pressed KP_UP selectPreviousRowExtendSelection
|
||||
shift ctrl pressed LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl pressed PAGE_DOWN scrollRightExtendSelection
|
||||
shift ctrl pressed PAGE_UP scrollLeftExtendSelection
|
||||
shift ctrl pressed RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl pressed SPACE moveSelectionTo
|
||||
shift ctrl pressed UP selectPreviousRowExtendSelection
|
||||
shift pressed DELETE cut
|
||||
shift pressed DOWN selectNextRowExtendSelection
|
||||
shift pressed END selectLastColumnExtendSelection
|
||||
shift pressed ENTER selectPreviousRowCell
|
||||
shift pressed HOME selectFirstColumnExtendSelection
|
||||
shift pressed INSERT paste
|
||||
shift pressed KP_DOWN selectNextRowExtendSelection
|
||||
shift pressed KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift pressed KP_RIGHT selectNextColumnExtendSelection
|
||||
shift pressed KP_UP selectPreviousRowExtendSelection
|
||||
shift pressed LEFT selectPreviousColumnExtendSelection
|
||||
shift pressed PAGE_DOWN scrollDownExtendSelection
|
||||
shift pressed PAGE_UP scrollUpExtendSelection
|
||||
shift pressed RIGHT selectNextColumnExtendSelection
|
||||
shift pressed SPACE extendTo
|
||||
shift pressed TAB selectPreviousColumnCell
|
||||
shift pressed UP selectPreviousRowExtendSelection
|
||||
ctrl A selectAll
|
||||
ctrl BACK_SLASH clearSelection
|
||||
ctrl C copy
|
||||
ctrl DOWN selectNextRowChangeLead
|
||||
ctrl END selectLastRow
|
||||
ctrl HOME selectFirstRow
|
||||
ctrl INSERT copy
|
||||
ctrl KP_DOWN selectNextRowChangeLead
|
||||
ctrl KP_LEFT selectPreviousColumnChangeLead
|
||||
ctrl KP_RIGHT selectNextColumnChangeLead
|
||||
ctrl KP_UP selectPreviousRowChangeLead
|
||||
ctrl LEFT selectPreviousColumnChangeLead
|
||||
ctrl PAGE_DOWN scrollRightChangeSelection
|
||||
ctrl PAGE_UP scrollLeftChangeSelection
|
||||
ctrl RIGHT selectNextColumnChangeLead
|
||||
ctrl SLASH selectAll
|
||||
ctrl SPACE toggleAndAnchor
|
||||
ctrl UP selectPreviousRowChangeLead
|
||||
ctrl V paste
|
||||
ctrl X cut
|
||||
COPY copy
|
||||
CUT cut
|
||||
DOWN selectNextRow
|
||||
END selectLastColumn
|
||||
ENTER selectNextRowCell
|
||||
ESCAPE cancel
|
||||
F2 startEditing
|
||||
F8 focusHeader
|
||||
HOME selectFirstColumn
|
||||
KP_DOWN selectNextRow
|
||||
KP_LEFT selectPreviousColumn
|
||||
KP_RIGHT selectNextColumn
|
||||
KP_UP selectPreviousRow
|
||||
LEFT selectPreviousColumn
|
||||
PAGE_DOWN scrollDownChangeSelection
|
||||
PAGE_UP scrollUpChangeSelection
|
||||
PASTE paste
|
||||
RIGHT selectNextColumn
|
||||
SPACE addToSelection
|
||||
TAB selectNextColumnCell
|
||||
UP selectPreviousRow
|
||||
shift ctrl DOWN selectNextRowExtendSelection
|
||||
shift ctrl END selectLastRowExtendSelection
|
||||
shift ctrl HOME selectFirstRowExtendSelection
|
||||
shift ctrl KP_DOWN selectNextRowExtendSelection
|
||||
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl KP_RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl KP_UP selectPreviousRowExtendSelection
|
||||
shift ctrl LEFT selectPreviousColumnExtendSelection
|
||||
shift ctrl PAGE_DOWN scrollRightExtendSelection
|
||||
shift ctrl PAGE_UP scrollLeftExtendSelection
|
||||
shift ctrl RIGHT selectNextColumnExtendSelection
|
||||
shift ctrl SPACE moveSelectionTo
|
||||
shift ctrl UP selectPreviousRowExtendSelection
|
||||
shift DELETE cut
|
||||
shift DOWN selectNextRowExtendSelection
|
||||
shift END selectLastColumnExtendSelection
|
||||
shift ENTER selectPreviousRowCell
|
||||
shift HOME selectFirstColumnExtendSelection
|
||||
shift INSERT paste
|
||||
shift KP_DOWN selectNextRowExtendSelection
|
||||
shift KP_LEFT selectPreviousColumnExtendSelection
|
||||
shift KP_RIGHT selectNextColumnExtendSelection
|
||||
shift KP_UP selectPreviousRowExtendSelection
|
||||
shift LEFT selectPreviousColumnExtendSelection
|
||||
shift PAGE_DOWN scrollDownExtendSelection
|
||||
shift PAGE_UP scrollUpExtendSelection
|
||||
shift RIGHT selectNextColumnExtendSelection
|
||||
shift SPACE extendTo
|
||||
shift TAB selectPreviousColumnCell
|
||||
shift UP selectPreviousRowExtendSelection
|
||||
|
||||
|
||||
#---- TableHeader ----
|
||||
|
||||
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt pressed KP_LEFT moveColumnLeft
|
||||
alt pressed KP_RIGHT moveColumnRight
|
||||
alt pressed LEFT moveColumnLeft
|
||||
alt pressed RIGHT moveColumnRight
|
||||
pressed ESCAPE focusTable
|
||||
pressed KP_LEFT selectColumnToLeft
|
||||
pressed KP_RIGHT selectColumnToRight
|
||||
pressed LEFT selectColumnToLeft
|
||||
pressed RIGHT selectColumnToRight
|
||||
pressed SPACE toggleSortOrder
|
||||
shift alt pressed KP_LEFT resizeLeft
|
||||
shift alt pressed KP_RIGHT resizeRight
|
||||
shift alt pressed LEFT resizeLeft
|
||||
shift alt pressed RIGHT resizeRight
|
||||
alt KP_LEFT moveColumnLeft
|
||||
alt KP_RIGHT moveColumnRight
|
||||
alt LEFT moveColumnLeft
|
||||
alt RIGHT moveColumnRight
|
||||
ESCAPE focusTable
|
||||
KP_LEFT selectColumnToLeft
|
||||
KP_RIGHT selectColumnToRight
|
||||
LEFT selectColumnToLeft
|
||||
RIGHT selectColumnToRight
|
||||
SPACE toggleSortOrder
|
||||
shift alt KP_LEFT resizeLeft
|
||||
shift alt KP_RIGHT resizeRight
|
||||
shift alt LEFT resizeLeft
|
||||
shift alt RIGHT resizeRight
|
||||
|
||||
|
||||
#---- ToggleButton ----
|
||||
|
||||
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed SPACE pressed
|
||||
released SPACE released
|
||||
SPACE pressed
|
||||
released SPACE released
|
||||
|
||||
|
||||
#---- ToolBar ----
|
||||
|
||||
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed DOWN navigateDown
|
||||
pressed KP_DOWN navigateDown
|
||||
pressed KP_LEFT navigateLeft
|
||||
pressed KP_RIGHT navigateRight
|
||||
pressed KP_UP navigateUp
|
||||
pressed LEFT navigateLeft
|
||||
pressed RIGHT navigateRight
|
||||
pressed UP navigateUp
|
||||
DOWN navigateDown
|
||||
KP_DOWN navigateDown
|
||||
KP_LEFT navigateLeft
|
||||
KP_RIGHT navigateRight
|
||||
KP_UP navigateUp
|
||||
LEFT navigateLeft
|
||||
RIGHT navigateRight
|
||||
UP navigateUp
|
||||
|
||||
|
||||
#---- Tree ----
|
||||
|
||||
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed ESCAPE cancel
|
||||
ESCAPE cancel
|
||||
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
pressed KP_LEFT selectChild
|
||||
pressed KP_RIGHT selectParent
|
||||
pressed LEFT selectChild
|
||||
pressed RIGHT selectParent
|
||||
KP_LEFT selectChild
|
||||
KP_RIGHT selectParent
|
||||
LEFT selectChild
|
||||
RIGHT selectParent
|
||||
Tree.focusInputMap [lazy] 57 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl pressed A selectAll
|
||||
ctrl pressed BACK_SLASH clearSelection
|
||||
ctrl pressed C copy
|
||||
ctrl pressed DOWN selectNextChangeLead
|
||||
ctrl pressed END selectLastChangeLead
|
||||
ctrl pressed HOME selectFirstChangeLead
|
||||
ctrl pressed INSERT copy
|
||||
ctrl pressed KP_DOWN selectNextChangeLead
|
||||
ctrl pressed KP_LEFT scrollLeft
|
||||
ctrl pressed KP_RIGHT scrollRight
|
||||
ctrl pressed KP_UP selectPreviousChangeLead
|
||||
ctrl pressed LEFT scrollLeft
|
||||
ctrl pressed PAGE_DOWN scrollDownChangeLead
|
||||
ctrl pressed PAGE_UP scrollUpChangeLead
|
||||
ctrl pressed RIGHT scrollRight
|
||||
ctrl pressed SLASH selectAll
|
||||
ctrl pressed SPACE toggleAndAnchor
|
||||
ctrl pressed UP selectPreviousChangeLead
|
||||
ctrl pressed V paste
|
||||
ctrl pressed X cut
|
||||
pressed COPY copy
|
||||
pressed CUT cut
|
||||
pressed DOWN selectNext
|
||||
pressed END selectLast
|
||||
pressed F2 startEditing
|
||||
pressed HOME selectFirst
|
||||
pressed KP_DOWN selectNext
|
||||
pressed KP_LEFT selectParent
|
||||
pressed KP_RIGHT selectChild
|
||||
pressed KP_UP selectPrevious
|
||||
pressed LEFT selectParent
|
||||
pressed PAGE_DOWN scrollDownChangeSelection
|
||||
pressed PAGE_UP scrollUpChangeSelection
|
||||
pressed PASTE paste
|
||||
pressed RIGHT selectChild
|
||||
pressed SPACE addToSelection
|
||||
pressed UP selectPrevious
|
||||
shift ctrl pressed DOWN selectNextExtendSelection
|
||||
shift ctrl pressed END selectLastExtendSelection
|
||||
shift ctrl pressed HOME selectFirstExtendSelection
|
||||
shift ctrl pressed KP_DOWN selectNextExtendSelection
|
||||
shift ctrl pressed KP_UP selectPreviousExtendSelection
|
||||
shift ctrl pressed PAGE_DOWN scrollDownExtendSelection
|
||||
shift ctrl pressed PAGE_UP scrollUpExtendSelection
|
||||
shift ctrl pressed SPACE moveSelectionTo
|
||||
shift ctrl pressed UP selectPreviousExtendSelection
|
||||
shift pressed DELETE cut
|
||||
shift pressed DOWN selectNextExtendSelection
|
||||
shift pressed END selectLastExtendSelection
|
||||
shift pressed HOME selectFirstExtendSelection
|
||||
shift pressed INSERT paste
|
||||
shift pressed KP_DOWN selectNextExtendSelection
|
||||
shift pressed KP_UP selectPreviousExtendSelection
|
||||
shift pressed PAGE_DOWN scrollDownExtendSelection
|
||||
shift pressed PAGE_UP scrollUpExtendSelection
|
||||
shift pressed SPACE extendTo
|
||||
shift pressed UP selectPreviousExtendSelection
|
||||
ctrl A selectAll
|
||||
ctrl BACK_SLASH clearSelection
|
||||
ctrl C copy
|
||||
ctrl DOWN selectNextChangeLead
|
||||
ctrl END selectLastChangeLead
|
||||
ctrl HOME selectFirstChangeLead
|
||||
ctrl INSERT copy
|
||||
ctrl KP_DOWN selectNextChangeLead
|
||||
ctrl KP_LEFT scrollLeft
|
||||
ctrl KP_RIGHT scrollRight
|
||||
ctrl KP_UP selectPreviousChangeLead
|
||||
ctrl LEFT scrollLeft
|
||||
ctrl PAGE_DOWN scrollDownChangeLead
|
||||
ctrl PAGE_UP scrollUpChangeLead
|
||||
ctrl RIGHT scrollRight
|
||||
ctrl SLASH selectAll
|
||||
ctrl SPACE toggleAndAnchor
|
||||
ctrl UP selectPreviousChangeLead
|
||||
ctrl V paste
|
||||
ctrl X cut
|
||||
COPY copy
|
||||
CUT cut
|
||||
DOWN selectNext
|
||||
END selectLast
|
||||
F2 startEditing
|
||||
HOME selectFirst
|
||||
KP_DOWN selectNext
|
||||
KP_LEFT selectParent
|
||||
KP_RIGHT selectChild
|
||||
KP_UP selectPrevious
|
||||
LEFT selectParent
|
||||
PAGE_DOWN scrollDownChangeSelection
|
||||
PAGE_UP scrollUpChangeSelection
|
||||
PASTE paste
|
||||
RIGHT selectChild
|
||||
SPACE addToSelection
|
||||
UP selectPrevious
|
||||
shift ctrl DOWN selectNextExtendSelection
|
||||
shift ctrl END selectLastExtendSelection
|
||||
shift ctrl HOME selectFirstExtendSelection
|
||||
shift ctrl KP_DOWN selectNextExtendSelection
|
||||
shift ctrl KP_UP selectPreviousExtendSelection
|
||||
shift ctrl PAGE_DOWN scrollDownExtendSelection
|
||||
shift ctrl PAGE_UP scrollUpExtendSelection
|
||||
shift ctrl SPACE moveSelectionTo
|
||||
shift ctrl UP selectPreviousExtendSelection
|
||||
shift DELETE cut
|
||||
shift DOWN selectNextExtendSelection
|
||||
shift END selectLastExtendSelection
|
||||
shift HOME selectFirstExtendSelection
|
||||
shift INSERT paste
|
||||
shift KP_DOWN selectNextExtendSelection
|
||||
shift KP_UP selectPreviousExtendSelection
|
||||
shift PAGE_DOWN scrollDownExtendSelection
|
||||
shift PAGE_UP scrollUpExtendSelection
|
||||
shift SPACE extendTo
|
||||
shift UP selectPreviousExtendSelection
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user