UI defaults: removed optional "pressed " from InputMap dumps (to make it easier to read)

This commit is contained in:
Karl Tauber
2020-02-18 22:29:03 +01:00
parent b63cd241d2
commit 9d1ed241b9
10 changed files with 5978 additions and 5977 deletions

View File

@@ -314,7 +314,8 @@ public class UIDefaultsDump
} ); } );
for( KeyStroke keyStroke : keys ) { for( KeyStroke keyStroke : keys ) {
Object value = inputMap.get( keyStroke ); 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 );
} }
} }

View File

@@ -8,204 +8,204 @@ OS Windows 10
#---- Button ---- #---- Button ----
Button.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] Button.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
pressed ENTER pressed ENTER pressed
pressed SPACE pressed SPACE pressed
released ENTER released released ENTER released
released SPACE released released SPACE released
#---- CheckBox ---- #---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
pressed SPACE pressed SPACE pressed
released SPACE released released SPACE released
#---- ComboBox ---- #---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI] ComboBox.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
pressed END endPassThrough END endPassThrough
pressed ENTER enterPressed ENTER enterPressed
pressed ESCAPE hidePopup ESCAPE hidePopup
pressed HOME homePassThrough HOME homePassThrough
pressed PAGE_DOWN pageDownPassThrough PAGE_DOWN pageDownPassThrough
pressed PAGE_UP pageUpPassThrough PAGE_UP pageUpPassThrough
#---- Desktop ---- #---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI] Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt pressed F6 selectNextFrame ctrl alt F6 selectNextFrame
ctrl pressed F10 maximize ctrl F10 maximize
ctrl pressed F12 navigateNext ctrl F12 navigateNext
ctrl pressed F4 close ctrl F4 close
ctrl pressed F5 restore ctrl F5 restore
ctrl pressed F6 selectNextFrame ctrl F6 selectNextFrame
ctrl pressed F7 move ctrl F7 move
ctrl pressed F8 resize ctrl F8 resize
ctrl pressed F9 minimize ctrl F9 minimize
ctrl pressed TAB selectNextFrame ctrl TAB selectNextFrame
pressed DOWN down DOWN down
pressed ESCAPE escape ESCAPE escape
pressed KP_DOWN down KP_DOWN down
pressed KP_LEFT left KP_LEFT left
pressed KP_RIGHT right KP_RIGHT right
pressed KP_UP up KP_UP up
pressed LEFT left LEFT left
pressed RIGHT right RIGHT right
pressed UP up UP up
shift ctrl alt pressed F6 selectPreviousFrame shift ctrl alt F6 selectPreviousFrame
shift ctrl pressed F12 navigatePrevious shift ctrl F12 navigatePrevious
shift pressed DOWN shrinkDown shift DOWN shrinkDown
shift pressed KP_DOWN shrinkDown shift KP_DOWN shrinkDown
shift pressed KP_LEFT shrinkLeft shift KP_LEFT shrinkLeft
shift pressed KP_RIGHT shrinkRight shift KP_RIGHT shrinkRight
shift pressed KP_UP shrinkUp shift KP_UP shrinkUp
shift pressed LEFT shrinkLeft shift LEFT shrinkLeft
shift pressed RIGHT shrinkRight shift RIGHT shrinkRight
shift pressed UP shrinkUp shift UP shrinkUp
#---- FileChooser ---- #---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
pressed ESCAPE cancelSelection ESCAPE cancelSelection
pressed F5 refresh F5 refresh
#---- FormattedTextField ---- #---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI] FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed A select-all ctrl A select-all
ctrl pressed BACK_SLASH unselect ctrl BACK_SLASH unselect
ctrl pressed BACK_SPACE delete-previous-word ctrl BACK_SPACE delete-previous-word
ctrl pressed C copy-to-clipboard ctrl C copy-to-clipboard
ctrl pressed DELETE delete-next-word ctrl DELETE delete-next-word
ctrl pressed H delete-previous ctrl H delete-previous
ctrl pressed INSERT copy-to-clipboard ctrl INSERT copy-to-clipboard
ctrl pressed KP_LEFT caret-previous-word ctrl KP_LEFT caret-previous-word
ctrl pressed KP_RIGHT caret-next-word ctrl KP_RIGHT caret-next-word
ctrl pressed LEFT caret-previous-word ctrl LEFT caret-previous-word
ctrl pressed RIGHT caret-next-word ctrl RIGHT caret-next-word
ctrl pressed V paste-from-clipboard ctrl V paste-from-clipboard
ctrl pressed X cut-to-clipboard ctrl X cut-to-clipboard
pressed BACK_SPACE delete-previous BACK_SPACE delete-previous
pressed COPY copy-to-clipboard COPY copy-to-clipboard
pressed CUT cut-to-clipboard CUT cut-to-clipboard
pressed DELETE delete-next DELETE delete-next
pressed DOWN decrement DOWN decrement
pressed END caret-end-line END caret-end-line
pressed ENTER notify-field-accept ENTER notify-field-accept
pressed ESCAPE reset-field-edit ESCAPE reset-field-edit
pressed HOME caret-begin-line HOME caret-begin-line
pressed KP_DOWN decrement KP_DOWN decrement
pressed KP_LEFT caret-backward KP_LEFT caret-backward
pressed KP_RIGHT caret-forward KP_RIGHT caret-forward
pressed KP_UP increment KP_UP increment
pressed LEFT caret-backward LEFT caret-backward
pressed PASTE paste-from-clipboard PASTE paste-from-clipboard
pressed RIGHT caret-forward RIGHT caret-forward
pressed UP increment UP increment
shift ctrl pressed KP_LEFT selection-previous-word shift ctrl KP_LEFT selection-previous-word
shift ctrl pressed KP_RIGHT selection-next-word shift ctrl KP_RIGHT selection-next-word
shift ctrl pressed LEFT selection-previous-word shift ctrl LEFT selection-previous-word
shift ctrl pressed O toggle-componentOrientation shift ctrl O toggle-componentOrientation
shift ctrl pressed RIGHT selection-next-word shift ctrl RIGHT selection-next-word
shift pressed BACK_SPACE delete-previous shift BACK_SPACE delete-previous
shift pressed DELETE cut-to-clipboard shift DELETE cut-to-clipboard
shift pressed END selection-end-line shift END selection-end-line
shift pressed HOME selection-begin-line shift HOME selection-begin-line
shift pressed INSERT paste-from-clipboard shift INSERT paste-from-clipboard
shift pressed KP_LEFT selection-backward shift KP_LEFT selection-backward
shift pressed KP_RIGHT selection-forward shift KP_RIGHT selection-forward
shift pressed LEFT selection-backward shift LEFT selection-backward
shift pressed RIGHT selection-forward shift RIGHT selection-forward
#---- List ---- #---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI] List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed KP_LEFT selectNextColumnChangeLead ctrl KP_LEFT selectNextColumnChangeLead
ctrl pressed KP_RIGHT selectPreviousColumnChangeLead ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl pressed LEFT selectNextColumnChangeLead ctrl LEFT selectNextColumnChangeLead
ctrl pressed RIGHT selectPreviousColumnChangeLead ctrl RIGHT selectPreviousColumnChangeLead
pressed KP_LEFT selectNextColumn KP_LEFT selectNextColumn
pressed KP_RIGHT selectPreviousColumn KP_RIGHT selectPreviousColumn
pressed LEFT selectNextColumn LEFT selectNextColumn
pressed RIGHT selectPreviousColumn RIGHT selectPreviousColumn
shift ctrl pressed KP_LEFT selectNextColumnExtendSelection shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl pressed KP_RIGHT selectPreviousColumnExtendSelection shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl pressed LEFT selectNextColumnExtendSelection shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl pressed RIGHT selectPreviousColumnExtendSelection shift ctrl RIGHT selectPreviousColumnExtendSelection
shift pressed KP_LEFT selectNextColumnExtendSelection shift KP_LEFT selectNextColumnExtendSelection
shift pressed KP_RIGHT selectPreviousColumnExtendSelection shift KP_RIGHT selectPreviousColumnExtendSelection
shift pressed LEFT selectNextColumnExtendSelection shift LEFT selectNextColumnExtendSelection
shift pressed RIGHT selectPreviousColumnExtendSelection shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI] List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed A selectAll ctrl A selectAll
ctrl pressed BACK_SLASH clearSelection ctrl BACK_SLASH clearSelection
ctrl pressed C copy ctrl C copy
ctrl pressed DOWN selectNextRowChangeLead ctrl DOWN selectNextRowChangeLead
ctrl pressed END selectLastRowChangeLead ctrl END selectLastRowChangeLead
ctrl pressed HOME selectFirstRowChangeLead ctrl HOME selectFirstRowChangeLead
ctrl pressed INSERT copy ctrl INSERT copy
ctrl pressed KP_DOWN selectNextRowChangeLead ctrl KP_DOWN selectNextRowChangeLead
ctrl pressed KP_LEFT selectPreviousColumnChangeLead ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl pressed KP_RIGHT selectNextColumnChangeLead ctrl KP_RIGHT selectNextColumnChangeLead
ctrl pressed KP_UP selectPreviousRowChangeLead ctrl KP_UP selectPreviousRowChangeLead
ctrl pressed LEFT selectPreviousColumnChangeLead ctrl LEFT selectPreviousColumnChangeLead
ctrl pressed PAGE_DOWN scrollDownChangeLead ctrl PAGE_DOWN scrollDownChangeLead
ctrl pressed PAGE_UP scrollUpChangeLead ctrl PAGE_UP scrollUpChangeLead
ctrl pressed RIGHT selectNextColumnChangeLead ctrl RIGHT selectNextColumnChangeLead
ctrl pressed SLASH selectAll ctrl SLASH selectAll
ctrl pressed SPACE toggleAndAnchor ctrl SPACE toggleAndAnchor
ctrl pressed UP selectPreviousRowChangeLead ctrl UP selectPreviousRowChangeLead
ctrl pressed V paste ctrl V paste
ctrl pressed X cut ctrl X cut
pressed COPY copy COPY copy
pressed CUT cut CUT cut
pressed DOWN selectNextRow DOWN selectNextRow
pressed END selectLastRow END selectLastRow
pressed HOME selectFirstRow HOME selectFirstRow
pressed KP_DOWN selectNextRow KP_DOWN selectNextRow
pressed KP_LEFT selectPreviousColumn KP_LEFT selectPreviousColumn
pressed KP_RIGHT selectNextColumn KP_RIGHT selectNextColumn
pressed KP_UP selectPreviousRow KP_UP selectPreviousRow
pressed LEFT selectPreviousColumn LEFT selectPreviousColumn
pressed PAGE_DOWN scrollDown PAGE_DOWN scrollDown
pressed PAGE_UP scrollUp PAGE_UP scrollUp
pressed PASTE paste PASTE paste
pressed RIGHT selectNextColumn RIGHT selectNextColumn
pressed SPACE addToSelection SPACE addToSelection
pressed UP selectPreviousRow UP selectPreviousRow
shift ctrl pressed DOWN selectNextRowExtendSelection shift ctrl DOWN selectNextRowExtendSelection
shift ctrl pressed END selectLastRowExtendSelection shift ctrl END selectLastRowExtendSelection
shift ctrl pressed HOME selectFirstRowExtendSelection shift ctrl HOME selectFirstRowExtendSelection
shift ctrl pressed KP_DOWN selectNextRowExtendSelection shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl pressed KP_LEFT selectPreviousColumnExtendSelection shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl pressed KP_RIGHT selectNextColumnExtendSelection shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl pressed KP_UP selectPreviousRowExtendSelection shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl pressed LEFT selectPreviousColumnExtendSelection shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl pressed PAGE_DOWN scrollDownExtendSelection shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl pressed PAGE_UP scrollUpExtendSelection shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl pressed RIGHT selectNextColumnExtendSelection shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl pressed SPACE moveSelectionTo shift ctrl SPACE moveSelectionTo
shift ctrl pressed UP selectPreviousRowExtendSelection shift ctrl UP selectPreviousRowExtendSelection
shift pressed DELETE cut shift DELETE cut
shift pressed DOWN selectNextRowExtendSelection shift DOWN selectNextRowExtendSelection
shift pressed END selectLastRowExtendSelection shift END selectLastRowExtendSelection
shift pressed HOME selectFirstRowExtendSelection shift HOME selectFirstRowExtendSelection
shift pressed INSERT paste shift INSERT paste
shift pressed KP_DOWN selectNextRowExtendSelection shift KP_DOWN selectNextRowExtendSelection
shift pressed KP_LEFT selectPreviousColumnExtendSelection shift KP_LEFT selectPreviousColumnExtendSelection
shift pressed KP_RIGHT selectNextColumnExtendSelection shift KP_RIGHT selectNextColumnExtendSelection
shift pressed KP_UP selectPreviousRowExtendSelection shift KP_UP selectPreviousRowExtendSelection
shift pressed LEFT selectPreviousColumnExtendSelection shift LEFT selectPreviousColumnExtendSelection
shift pressed PAGE_DOWN scrollDownExtendSelection shift PAGE_DOWN scrollDownExtendSelection
shift pressed PAGE_UP scrollUpExtendSelection shift PAGE_UP scrollUpExtendSelection
shift pressed RIGHT selectNextColumnExtendSelection shift RIGHT selectNextColumnExtendSelection
shift pressed SPACE extendTo shift SPACE extendTo
shift pressed UP selectPreviousRowExtendSelection shift UP selectPreviousRowExtendSelection
#---- PopupMenu ---- #---- PopupMenu ----
@@ -249,331 +249,331 @@ PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
#---- RadioButton ---- #---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
pressed SPACE pressed SPACE pressed
released SPACE released released SPACE released
#---- RootPane ---- #---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
pressed CONTEXT_MENU postPopup CONTEXT_MENU postPopup
shift pressed F10 postPopup shift F10 postPopup
#---- ScrollBar ---- #---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
pressed KP_LEFT positiveUnitIncrement KP_LEFT positiveUnitIncrement
pressed KP_RIGHT negativeUnitIncrement KP_RIGHT negativeUnitIncrement
pressed LEFT positiveUnitIncrement LEFT positiveUnitIncrement
pressed RIGHT negativeUnitIncrement RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI] ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
pressed DOWN positiveUnitIncrement DOWN positiveUnitIncrement
pressed END maxScroll END maxScroll
pressed HOME minScroll HOME minScroll
pressed KP_DOWN positiveUnitIncrement KP_DOWN positiveUnitIncrement
pressed KP_LEFT negativeUnitIncrement KP_LEFT negativeUnitIncrement
pressed KP_RIGHT positiveUnitIncrement KP_RIGHT positiveUnitIncrement
pressed KP_UP negativeUnitIncrement KP_UP negativeUnitIncrement
pressed LEFT negativeUnitIncrement LEFT negativeUnitIncrement
pressed PAGE_DOWN positiveBlockIncrement PAGE_DOWN positiveBlockIncrement
pressed PAGE_UP negativeBlockIncrement PAGE_UP negativeBlockIncrement
pressed RIGHT positiveUnitIncrement RIGHT positiveUnitIncrement
pressed UP negativeUnitIncrement UP negativeUnitIncrement
#---- ScrollPane ---- #---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed PAGE_DOWN scrollLeft ctrl PAGE_DOWN scrollLeft
ctrl pressed PAGE_UP scrollRight ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI] ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed END scrollEnd ctrl END scrollEnd
ctrl pressed HOME scrollHome ctrl HOME scrollHome
ctrl pressed PAGE_DOWN scrollRight ctrl PAGE_DOWN scrollRight
ctrl pressed PAGE_UP scrollLeft ctrl PAGE_UP scrollLeft
pressed DOWN unitScrollDown DOWN unitScrollDown
pressed KP_DOWN unitScrollDown KP_DOWN unitScrollDown
pressed KP_LEFT unitScrollLeft KP_LEFT unitScrollLeft
pressed KP_RIGHT unitScrollRight KP_RIGHT unitScrollRight
pressed KP_UP unitScrollUp KP_UP unitScrollUp
pressed LEFT unitScrollLeft LEFT unitScrollLeft
pressed PAGE_DOWN scrollDown PAGE_DOWN scrollDown
pressed PAGE_UP scrollUp PAGE_UP scrollUp
pressed RIGHT unitScrollRight RIGHT unitScrollRight
pressed UP unitScrollUp UP unitScrollUp
#---- Slider ---- #---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
pressed KP_LEFT positiveUnitIncrement KP_LEFT positiveUnitIncrement
pressed KP_RIGHT negativeUnitIncrement KP_RIGHT negativeUnitIncrement
pressed LEFT positiveUnitIncrement LEFT positiveUnitIncrement
pressed RIGHT negativeUnitIncrement RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI] Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
pressed DOWN negativeUnitIncrement DOWN negativeUnitIncrement
pressed END maxScroll END maxScroll
pressed HOME minScroll HOME minScroll
pressed KP_DOWN negativeUnitIncrement KP_DOWN negativeUnitIncrement
pressed KP_LEFT negativeUnitIncrement KP_LEFT negativeUnitIncrement
pressed KP_RIGHT positiveUnitIncrement KP_RIGHT positiveUnitIncrement
pressed KP_UP positiveUnitIncrement KP_UP positiveUnitIncrement
pressed LEFT negativeUnitIncrement LEFT negativeUnitIncrement
pressed PAGE_DOWN negativeBlockIncrement PAGE_DOWN negativeBlockIncrement
pressed PAGE_UP positiveBlockIncrement PAGE_UP positiveBlockIncrement
pressed RIGHT positiveUnitIncrement RIGHT positiveUnitIncrement
pressed UP positiveUnitIncrement UP positiveUnitIncrement
#---- Spinner ---- #---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
pressed DOWN decrement DOWN decrement
pressed KP_DOWN decrement KP_DOWN decrement
pressed KP_UP increment KP_UP increment
pressed UP increment UP increment
#---- SplitPane ---- #---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI] SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed TAB focusOutForward ctrl TAB focusOutForward
pressed DOWN positiveIncrement DOWN positiveIncrement
pressed END selectMax END selectMax
pressed F6 toggleFocus F6 toggleFocus
pressed F8 startResize F8 startResize
pressed HOME selectMin HOME selectMin
pressed KP_DOWN positiveIncrement KP_DOWN positiveIncrement
pressed KP_LEFT negativeIncrement KP_LEFT negativeIncrement
pressed KP_RIGHT positiveIncrement KP_RIGHT positiveIncrement
pressed KP_UP negativeIncrement KP_UP negativeIncrement
pressed LEFT negativeIncrement LEFT negativeIncrement
pressed RIGHT positiveIncrement RIGHT positiveIncrement
pressed UP negativeIncrement UP negativeIncrement
shift ctrl pressed TAB focusOutBackward shift ctrl TAB focusOutBackward
#---- TabbedPane ---- #---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed KP_UP requestFocus ctrl KP_UP requestFocus
ctrl pressed PAGE_DOWN navigatePageDown ctrl PAGE_DOWN navigatePageDown
ctrl pressed PAGE_UP navigatePageUp ctrl PAGE_UP navigatePageUp
ctrl pressed UP requestFocus ctrl UP requestFocus
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI] TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed DOWN requestFocusForVisibleComponent ctrl DOWN requestFocusForVisibleComponent
ctrl pressed KP_DOWN requestFocusForVisibleComponent ctrl KP_DOWN requestFocusForVisibleComponent
pressed DOWN navigateDown DOWN navigateDown
pressed KP_DOWN navigateDown KP_DOWN navigateDown
pressed KP_LEFT navigateLeft KP_LEFT navigateLeft
pressed KP_RIGHT navigateRight KP_RIGHT navigateRight
pressed KP_UP navigateUp KP_UP navigateUp
pressed LEFT navigateLeft LEFT navigateLeft
pressed RIGHT navigateRight RIGHT navigateRight
pressed UP navigateUp UP navigateUp
#---- Table ---- #---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI] Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed KP_LEFT selectNextColumnChangeLead ctrl KP_LEFT selectNextColumnChangeLead
ctrl pressed KP_RIGHT selectPreviousColumnChangeLead ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl pressed LEFT selectNextColumnChangeLead ctrl LEFT selectNextColumnChangeLead
ctrl pressed PAGE_DOWN scrollLeftChangeSelection ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl pressed PAGE_UP scrollRightChangeSelection ctrl PAGE_UP scrollRightChangeSelection
ctrl pressed RIGHT selectPreviousColumnChangeLead ctrl RIGHT selectPreviousColumnChangeLead
pressed KP_LEFT selectNextColumn KP_LEFT selectNextColumn
pressed KP_RIGHT selectPreviousColumn KP_RIGHT selectPreviousColumn
pressed LEFT selectNextColumn LEFT selectNextColumn
pressed RIGHT selectPreviousColumn RIGHT selectPreviousColumn
shift ctrl pressed KP_LEFT selectNextColumnExtendSelection shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl pressed KP_RIGHT selectPreviousColumnExtendSelection shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl pressed LEFT selectNextColumnExtendSelection shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl pressed PAGE_DOWN scrollLeftExtendSelection shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl pressed PAGE_UP scrollRightExtendSelection shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl pressed RIGHT selectPreviousColumnExtendSelection shift ctrl RIGHT selectPreviousColumnExtendSelection
shift pressed KP_LEFT selectNextColumnExtendSelection shift KP_LEFT selectNextColumnExtendSelection
shift pressed KP_RIGHT selectPreviousColumnExtendSelection shift KP_RIGHT selectPreviousColumnExtendSelection
shift pressed LEFT selectNextColumnExtendSelection shift LEFT selectNextColumnExtendSelection
shift pressed RIGHT selectPreviousColumnExtendSelection shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI] Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed A selectAll ctrl A selectAll
ctrl pressed BACK_SLASH clearSelection ctrl BACK_SLASH clearSelection
ctrl pressed C copy ctrl C copy
ctrl pressed DOWN selectNextRowChangeLead ctrl DOWN selectNextRowChangeLead
ctrl pressed END selectLastRow ctrl END selectLastRow
ctrl pressed HOME selectFirstRow ctrl HOME selectFirstRow
ctrl pressed INSERT copy ctrl INSERT copy
ctrl pressed KP_DOWN selectNextRowChangeLead ctrl KP_DOWN selectNextRowChangeLead
ctrl pressed KP_LEFT selectPreviousColumnChangeLead ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl pressed KP_RIGHT selectNextColumnChangeLead ctrl KP_RIGHT selectNextColumnChangeLead
ctrl pressed KP_UP selectPreviousRowChangeLead ctrl KP_UP selectPreviousRowChangeLead
ctrl pressed LEFT selectPreviousColumnChangeLead ctrl LEFT selectPreviousColumnChangeLead
ctrl pressed PAGE_DOWN scrollRightChangeSelection ctrl PAGE_DOWN scrollRightChangeSelection
ctrl pressed PAGE_UP scrollLeftChangeSelection ctrl PAGE_UP scrollLeftChangeSelection
ctrl pressed RIGHT selectNextColumnChangeLead ctrl RIGHT selectNextColumnChangeLead
ctrl pressed SLASH selectAll ctrl SLASH selectAll
ctrl pressed SPACE toggleAndAnchor ctrl SPACE toggleAndAnchor
ctrl pressed UP selectPreviousRowChangeLead ctrl UP selectPreviousRowChangeLead
ctrl pressed V paste ctrl V paste
ctrl pressed X cut ctrl X cut
pressed COPY copy COPY copy
pressed CUT cut CUT cut
pressed DOWN selectNextRow DOWN selectNextRow
pressed END selectLastColumn END selectLastColumn
pressed ENTER selectNextRowCell ENTER selectNextRowCell
pressed ESCAPE cancel ESCAPE cancel
pressed F2 startEditing F2 startEditing
pressed F8 focusHeader F8 focusHeader
pressed HOME selectFirstColumn HOME selectFirstColumn
pressed KP_DOWN selectNextRow KP_DOWN selectNextRow
pressed KP_LEFT selectPreviousColumn KP_LEFT selectPreviousColumn
pressed KP_RIGHT selectNextColumn KP_RIGHT selectNextColumn
pressed KP_UP selectPreviousRow KP_UP selectPreviousRow
pressed LEFT selectPreviousColumn LEFT selectPreviousColumn
pressed PAGE_DOWN scrollDownChangeSelection PAGE_DOWN scrollDownChangeSelection
pressed PAGE_UP scrollUpChangeSelection PAGE_UP scrollUpChangeSelection
pressed PASTE paste PASTE paste
pressed RIGHT selectNextColumn RIGHT selectNextColumn
pressed SPACE addToSelection SPACE addToSelection
pressed TAB selectNextColumnCell TAB selectNextColumnCell
pressed UP selectPreviousRow UP selectPreviousRow
shift ctrl pressed DOWN selectNextRowExtendSelection shift ctrl DOWN selectNextRowExtendSelection
shift ctrl pressed END selectLastRowExtendSelection shift ctrl END selectLastRowExtendSelection
shift ctrl pressed HOME selectFirstRowExtendSelection shift ctrl HOME selectFirstRowExtendSelection
shift ctrl pressed KP_DOWN selectNextRowExtendSelection shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl pressed KP_LEFT selectPreviousColumnExtendSelection shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl pressed KP_RIGHT selectNextColumnExtendSelection shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl pressed KP_UP selectPreviousRowExtendSelection shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl pressed LEFT selectPreviousColumnExtendSelection shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl pressed PAGE_DOWN scrollRightExtendSelection shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl pressed PAGE_UP scrollLeftExtendSelection shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl pressed RIGHT selectNextColumnExtendSelection shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl pressed SPACE moveSelectionTo shift ctrl SPACE moveSelectionTo
shift ctrl pressed UP selectPreviousRowExtendSelection shift ctrl UP selectPreviousRowExtendSelection
shift pressed DELETE cut shift DELETE cut
shift pressed DOWN selectNextRowExtendSelection shift DOWN selectNextRowExtendSelection
shift pressed END selectLastColumnExtendSelection shift END selectLastColumnExtendSelection
shift pressed ENTER selectPreviousRowCell shift ENTER selectPreviousRowCell
shift pressed HOME selectFirstColumnExtendSelection shift HOME selectFirstColumnExtendSelection
shift pressed INSERT paste shift INSERT paste
shift pressed KP_DOWN selectNextRowExtendSelection shift KP_DOWN selectNextRowExtendSelection
shift pressed KP_LEFT selectPreviousColumnExtendSelection shift KP_LEFT selectPreviousColumnExtendSelection
shift pressed KP_RIGHT selectNextColumnExtendSelection shift KP_RIGHT selectNextColumnExtendSelection
shift pressed KP_UP selectPreviousRowExtendSelection shift KP_UP selectPreviousRowExtendSelection
shift pressed LEFT selectPreviousColumnExtendSelection shift LEFT selectPreviousColumnExtendSelection
shift pressed PAGE_DOWN scrollDownExtendSelection shift PAGE_DOWN scrollDownExtendSelection
shift pressed PAGE_UP scrollUpExtendSelection shift PAGE_UP scrollUpExtendSelection
shift pressed RIGHT selectNextColumnExtendSelection shift RIGHT selectNextColumnExtendSelection
shift pressed SPACE extendTo shift SPACE extendTo
shift pressed TAB selectPreviousColumnCell shift TAB selectPreviousColumnCell
shift pressed UP selectPreviousRowExtendSelection shift UP selectPreviousRowExtendSelection
#---- TableHeader ---- #---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI] TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt pressed KP_LEFT moveColumnLeft alt KP_LEFT moveColumnLeft
alt pressed KP_RIGHT moveColumnRight alt KP_RIGHT moveColumnRight
alt pressed LEFT moveColumnLeft alt LEFT moveColumnLeft
alt pressed RIGHT moveColumnRight alt RIGHT moveColumnRight
pressed ESCAPE focusTable ESCAPE focusTable
pressed KP_LEFT selectColumnToLeft KP_LEFT selectColumnToLeft
pressed KP_RIGHT selectColumnToRight KP_RIGHT selectColumnToRight
pressed LEFT selectColumnToLeft LEFT selectColumnToLeft
pressed RIGHT selectColumnToRight RIGHT selectColumnToRight
pressed SPACE toggleSortOrder SPACE toggleSortOrder
shift alt pressed KP_LEFT resizeLeft shift alt KP_LEFT resizeLeft
shift alt pressed KP_RIGHT resizeRight shift alt KP_RIGHT resizeRight
shift alt pressed LEFT resizeLeft shift alt LEFT resizeLeft
shift alt pressed RIGHT resizeRight shift alt RIGHT resizeRight
#---- ToggleButton ---- #---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI] ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
pressed SPACE pressed SPACE pressed
released SPACE released released SPACE released
#---- ToolBar ---- #---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI] ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
pressed DOWN navigateDown DOWN navigateDown
pressed KP_DOWN navigateDown KP_DOWN navigateDown
pressed KP_LEFT navigateLeft KP_LEFT navigateLeft
pressed KP_RIGHT navigateRight KP_RIGHT navigateRight
pressed KP_UP navigateUp KP_UP navigateUp
pressed LEFT navigateLeft LEFT navigateLeft
pressed RIGHT navigateRight RIGHT navigateRight
pressed UP navigateUp UP navigateUp
#---- Tree ---- #---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI] Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
pressed ESCAPE cancel ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI] Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
pressed KP_LEFT selectChild KP_LEFT selectChild
pressed KP_RIGHT selectParent KP_RIGHT selectParent
pressed LEFT selectChild LEFT selectChild
pressed RIGHT selectParent RIGHT selectParent
Tree.focusInputMap [lazy] 57 javax.swing.plaf.InputMapUIResource [UI] Tree.focusInputMap [lazy] 57 javax.swing.plaf.InputMapUIResource [UI]
ctrl pressed A selectAll ctrl A selectAll
ctrl pressed BACK_SLASH clearSelection ctrl BACK_SLASH clearSelection
ctrl pressed C copy ctrl C copy
ctrl pressed DOWN selectNextChangeLead ctrl DOWN selectNextChangeLead
ctrl pressed END selectLastChangeLead ctrl END selectLastChangeLead
ctrl pressed HOME selectFirstChangeLead ctrl HOME selectFirstChangeLead
ctrl pressed INSERT copy ctrl INSERT copy
ctrl pressed KP_DOWN selectNextChangeLead ctrl KP_DOWN selectNextChangeLead
ctrl pressed KP_LEFT scrollLeft ctrl KP_LEFT scrollLeft
ctrl pressed KP_RIGHT scrollRight ctrl KP_RIGHT scrollRight
ctrl pressed KP_UP selectPreviousChangeLead ctrl KP_UP selectPreviousChangeLead
ctrl pressed LEFT scrollLeft ctrl LEFT scrollLeft
ctrl pressed PAGE_DOWN scrollDownChangeLead ctrl PAGE_DOWN scrollDownChangeLead
ctrl pressed PAGE_UP scrollUpChangeLead ctrl PAGE_UP scrollUpChangeLead
ctrl pressed RIGHT scrollRight ctrl RIGHT scrollRight
ctrl pressed SLASH selectAll ctrl SLASH selectAll
ctrl pressed SPACE toggleAndAnchor ctrl SPACE toggleAndAnchor
ctrl pressed UP selectPreviousChangeLead ctrl UP selectPreviousChangeLead
ctrl pressed V paste ctrl V paste
ctrl pressed X cut ctrl X cut
pressed COPY copy COPY copy
pressed CUT cut CUT cut
pressed DOWN selectNext DOWN selectNext
pressed END selectLast END selectLast
pressed F2 startEditing F2 startEditing
pressed HOME selectFirst HOME selectFirst
pressed KP_DOWN selectNext KP_DOWN selectNext
pressed KP_LEFT selectParent KP_LEFT selectParent
pressed KP_RIGHT selectChild KP_RIGHT selectChild
pressed KP_UP selectPrevious KP_UP selectPrevious
pressed LEFT selectParent LEFT selectParent
pressed PAGE_DOWN scrollDownChangeSelection PAGE_DOWN scrollDownChangeSelection
pressed PAGE_UP scrollUpChangeSelection PAGE_UP scrollUpChangeSelection
pressed PASTE paste PASTE paste
pressed RIGHT selectChild RIGHT selectChild
pressed SPACE addToSelection SPACE addToSelection
pressed UP selectPrevious UP selectPrevious
shift ctrl pressed DOWN selectNextExtendSelection shift ctrl DOWN selectNextExtendSelection
shift ctrl pressed END selectLastExtendSelection shift ctrl END selectLastExtendSelection
shift ctrl pressed HOME selectFirstExtendSelection shift ctrl HOME selectFirstExtendSelection
shift ctrl pressed KP_DOWN selectNextExtendSelection shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl pressed KP_UP selectPreviousExtendSelection shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl pressed PAGE_DOWN scrollDownExtendSelection shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl pressed PAGE_UP scrollUpExtendSelection shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl pressed SPACE moveSelectionTo shift ctrl SPACE moveSelectionTo
shift ctrl pressed UP selectPreviousExtendSelection shift ctrl UP selectPreviousExtendSelection
shift pressed DELETE cut shift DELETE cut
shift pressed DOWN selectNextExtendSelection shift DOWN selectNextExtendSelection
shift pressed END selectLastExtendSelection shift END selectLastExtendSelection
shift pressed HOME selectFirstExtendSelection shift HOME selectFirstExtendSelection
shift pressed INSERT paste shift INSERT paste
shift pressed KP_DOWN selectNextExtendSelection shift KP_DOWN selectNextExtendSelection
shift pressed KP_UP selectPreviousExtendSelection shift KP_UP selectPreviousExtendSelection
shift pressed PAGE_DOWN scrollDownExtendSelection shift PAGE_DOWN scrollDownExtendSelection
shift pressed PAGE_UP scrollUpExtendSelection shift PAGE_UP scrollUpExtendSelection
shift pressed SPACE extendTo shift SPACE extendTo
shift pressed UP selectPreviousExtendSelection shift UP selectPreviousExtendSelection