mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-13 06:59:38 +00:00
8075904: The regression-swing case failed as Ctrl-F4 can't work with the special options"-client -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel"
Reviewed-by: alexsch, serb
This commit is contained in:
parent
a6ccb3739e
commit
4617c4a29b
@ -219,6 +219,38 @@ public class GTKKeybindings {
|
||||
"KP_UP", "selectPrevious"
|
||||
|
||||
}),
|
||||
"Desktop.ancestorInputMap",
|
||||
new UIDefaults.LazyInputMap(new Object[] {
|
||||
"ctrl F5", "restore",
|
||||
"ctrl F4", "close",
|
||||
"ctrl F7", "move",
|
||||
"ctrl F8", "resize",
|
||||
"RIGHT", "right",
|
||||
"KP_RIGHT", "right",
|
||||
"shift RIGHT", "shrinkRight",
|
||||
"shift KP_RIGHT", "shrinkRight",
|
||||
"LEFT", "left",
|
||||
"KP_LEFT", "left",
|
||||
"shift LEFT", "shrinkLeft",
|
||||
"shift KP_LEFT", "shrinkLeft",
|
||||
"UP", "up",
|
||||
"KP_UP", "up",
|
||||
"shift UP", "shrinkUp",
|
||||
"shift KP_UP", "shrinkUp",
|
||||
"DOWN", "down",
|
||||
"KP_DOWN", "down",
|
||||
"shift DOWN", "shrinkDown",
|
||||
"shift KP_DOWN", "shrinkDown",
|
||||
"ESCAPE", "escape",
|
||||
"ctrl F9", "minimize",
|
||||
"ctrl F10", "maximize",
|
||||
"ctrl F6", "selectNextFrame",
|
||||
"ctrl TAB", "selectNextFrame",
|
||||
"ctrl alt F6", "selectNextFrame",
|
||||
"shift ctrl alt F6", "selectPreviousFrame",
|
||||
"ctrl F12", "navigateNext",
|
||||
"shift ctrl F12", "navigatePrevious"
|
||||
}),
|
||||
"EditorPane.focusInputMap", multilineInputMap,
|
||||
"FileChooser.ancestorInputMap",
|
||||
new UIDefaults.LazyInputMap(new Object[]{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user