mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 15:57:12 -06:00
UIDefaultsDump: fixed property sort order and updated dumps
GTKLookAndFeel dump updated on Ubuntu 24.10
This commit is contained in:
@@ -240,15 +240,6 @@ FormattedTextField.focusInputMap [lazy] 70 javax.swing.plaf.InputMapUIResourc
|
||||
|
||||
#---- List ----
|
||||
|
||||
List.focusInputMap.RightToLeft [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
List.focusInputMap [lazy] 27 javax.swing.plaf.InputMapUIResource [UI]
|
||||
meta A selectAll
|
||||
meta C copy
|
||||
@@ -277,6 +268,15 @@ List.focusInputMap [lazy] 27 javax.swing.plaf.InputMapUIResource
|
||||
shift PAGE_UP scrollUpExtendSelection
|
||||
shift RIGHT selectNextColumnExtendSelection
|
||||
shift UP selectPreviousRowExtendSelection
|
||||
List.focusInputMap.RightToLeft [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
|
||||
|
||||
#---- PasswordField ----
|
||||
@@ -353,6 +353,31 @@ PasswordField.focusInputMap [lazy] 67 javax.swing.plaf.InputMapUIResource
|
||||
|
||||
#---- PopupMenu ----
|
||||
|
||||
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
[1] cancel
|
||||
[2] DOWN
|
||||
[3] selectNext
|
||||
[4] KP_DOWN
|
||||
[5] selectNext
|
||||
[6] UP
|
||||
[7] selectPrevious
|
||||
[8] KP_UP
|
||||
[9] selectPrevious
|
||||
[10] LEFT
|
||||
[11] selectParent
|
||||
[12] KP_LEFT
|
||||
[13] selectParent
|
||||
[14] RIGHT
|
||||
[15] selectChild
|
||||
[16] KP_RIGHT
|
||||
[17] selectChild
|
||||
[18] ENTER
|
||||
[19] return
|
||||
[20] ctrl ENTER
|
||||
[21] return
|
||||
[22] SPACE
|
||||
[23] return
|
||||
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=32 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
[1] cancel
|
||||
@@ -386,31 +411,6 @@ PopupMenu.selectedWindowInputMapBindings.RightToLeft length=32 [Ljava.lang.Ob
|
||||
[29] selectParent
|
||||
[30] KP_RIGHT
|
||||
[31] selectParent
|
||||
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
|
||||
[0] ESCAPE
|
||||
[1] cancel
|
||||
[2] DOWN
|
||||
[3] selectNext
|
||||
[4] KP_DOWN
|
||||
[5] selectNext
|
||||
[6] UP
|
||||
[7] selectPrevious
|
||||
[8] KP_UP
|
||||
[9] selectPrevious
|
||||
[10] LEFT
|
||||
[11] selectParent
|
||||
[12] KP_LEFT
|
||||
[13] selectParent
|
||||
[14] RIGHT
|
||||
[15] selectChild
|
||||
[16] KP_RIGHT
|
||||
[17] selectChild
|
||||
[18] ENTER
|
||||
[19] return
|
||||
[20] ctrl ENTER
|
||||
[21] return
|
||||
[22] SPACE
|
||||
[23] return
|
||||
|
||||
|
||||
#---- RadioButton ----
|
||||
@@ -429,11 +429,6 @@ RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [
|
||||
|
||||
#---- ScrollBar ----
|
||||
|
||||
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
DOWN positiveUnitIncrement
|
||||
END maxScroll
|
||||
@@ -447,11 +442,15 @@ ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource
|
||||
PAGE_UP negativeBlockIncrement
|
||||
RIGHT positiveUnitIncrement
|
||||
UP negativeUnitIncrement
|
||||
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
|
||||
|
||||
#---- ScrollPane ----
|
||||
|
||||
ScrollPane.ancestorInputMap.RightToLeft [lazy] 0 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ScrollPane.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
DOWN unitScrollDown
|
||||
END scrollEnd
|
||||
@@ -465,15 +464,11 @@ ScrollPane.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource
|
||||
PAGE_UP scrollUp
|
||||
RIGHT unitScrollRight
|
||||
UP unitScrollUp
|
||||
ScrollPane.ancestorInputMap.RightToLeft [lazy] 0 javax.swing.plaf.InputMapUIResource [UI]
|
||||
|
||||
|
||||
#---- Slider ----
|
||||
|
||||
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
DOWN negativeUnitIncrement
|
||||
END maxScroll
|
||||
@@ -487,6 +482,11 @@ Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource
|
||||
PAGE_UP positiveBlockIncrement
|
||||
RIGHT positiveUnitIncrement
|
||||
UP positiveUnitIncrement
|
||||
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
|
||||
KP_LEFT positiveUnitIncrement
|
||||
KP_RIGHT negativeUnitIncrement
|
||||
LEFT positiveUnitIncrement
|
||||
RIGHT negativeUnitIncrement
|
||||
|
||||
|
||||
#---- Spinner ----
|
||||
@@ -537,19 +537,6 @@ TabbedPane.focusInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [
|
||||
|
||||
#---- Table ----
|
||||
|
||||
Table.ancestorInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl PAGE_DOWN scrollLeftChangeSelection
|
||||
ctrl PAGE_UP scrollRightChangeSelection
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift ctrl PAGE_DOWN scrollLeftExtendSelection
|
||||
shift ctrl PAGE_UP scrollRightExtendSelection
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
Table.ancestorInputMap [lazy] 34 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt TAB focusHeader
|
||||
meta A selectAll
|
||||
@@ -585,6 +572,19 @@ Table.ancestorInputMap [lazy] 34 javax.swing.plaf.InputMapUIResource
|
||||
shift RIGHT selectNextColumnExtendSelection
|
||||
shift TAB selectPreviousColumnCell
|
||||
shift UP selectPreviousRowExtendSelection
|
||||
Table.ancestorInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ctrl PAGE_DOWN scrollLeftChangeSelection
|
||||
ctrl PAGE_UP scrollRightChangeSelection
|
||||
KP_LEFT selectNextColumn
|
||||
KP_RIGHT selectPreviousColumn
|
||||
LEFT selectNextColumn
|
||||
RIGHT selectPreviousColumn
|
||||
shift ctrl PAGE_DOWN scrollLeftExtendSelection
|
||||
shift ctrl PAGE_UP scrollRightExtendSelection
|
||||
shift KP_LEFT selectNextColumnExtendSelection
|
||||
shift KP_RIGHT selectPreviousColumnExtendSelection
|
||||
shift LEFT selectNextColumnExtendSelection
|
||||
shift RIGHT selectPreviousColumnExtendSelection
|
||||
|
||||
|
||||
#---- TableHeader ----
|
||||
@@ -880,19 +880,6 @@ ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [
|
||||
|
||||
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
|
||||
ESCAPE cancel
|
||||
Tree.focusInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt KP_LEFT selectChild
|
||||
alt KP_RIGHT selectParent
|
||||
alt LEFT selectChild
|
||||
alt RIGHT selectParent
|
||||
KP_LEFT selectChild
|
||||
KP_RIGHT selectParent
|
||||
LEFT selectChild
|
||||
RIGHT selectParent
|
||||
shift KP_LEFT selectChild
|
||||
shift KP_RIGHT selectParent
|
||||
shift LEFT selectChild
|
||||
shift RIGHT selectParent
|
||||
Tree.focusInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt KP_LEFT selectParent
|
||||
alt KP_RIGHT selectChild
|
||||
@@ -923,3 +910,16 @@ Tree.focusInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource
|
||||
shift LEFT selectParent
|
||||
shift RIGHT selectChild
|
||||
shift UP selectPreviousExtendSelection
|
||||
Tree.focusInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
|
||||
alt KP_LEFT selectChild
|
||||
alt KP_RIGHT selectParent
|
||||
alt LEFT selectChild
|
||||
alt RIGHT selectParent
|
||||
KP_LEFT selectChild
|
||||
KP_RIGHT selectParent
|
||||
LEFT selectChild
|
||||
RIGHT selectParent
|
||||
shift KP_LEFT selectChild
|
||||
shift KP_RIGHT selectParent
|
||||
shift LEFT selectChild
|
||||
shift RIGHT selectParent
|
||||
|
||||
Reference in New Issue
Block a user