jdk/src/share/classes/sun/swing/plaf/WindowsKeybindings.java
changeset 2816 847399d5b5e9
parent 2658 43e06bc950ec
child 5506 202f599c92aa
equal deleted inserted replaced
2815:871a18365b14 2816:847399d5b5e9
   358                         "UP", "increment",
   358                         "UP", "increment",
   359                         "KP_UP", "increment",
   359                         "KP_UP", "increment",
   360                         "DOWN", "decrement",
   360                         "DOWN", "decrement",
   361                         "KP_DOWN", "decrement",
   361                         "KP_DOWN", "decrement",
   362                 }),
   362                 }),
       
   363                 "RootPane.ancestorInputMap",
       
   364                 new UIDefaults.LazyInputMap(new Object[]{
       
   365                         "shift F10", "postPopup",
       
   366                         "CONTEXT_MENU", "postPopup"
       
   367                 }),
   363                 // These bindings are only enabled when there is a default
   368                 // These bindings are only enabled when there is a default
   364                 // button set on the rootpane.
   369                 // button set on the rootpane.
   365                 "RootPane.defaultButtonWindowKeyBindings", new Object[]{
   370                 "RootPane.defaultButtonWindowKeyBindings", new Object[]{
   366                         "ENTER", "press",
   371                         "ENTER", "press",
   367                         "released ENTER", "release",
   372                         "released ENTER", "release",