mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-129885 Ctrl+up/down should scroll in Database Console
This commit is contained in:
@@ -998,8 +998,8 @@
|
||||
<action id="Console.TableResult.Reload"><keyboard-shortcut first-keystroke="control R"/></action>
|
||||
<action id="Console.TableResult.EditValue"><keyboard-shortcut first-keystroke="F2"/><keyboard-shortcut first-keystroke="alt ENTER"/></action>
|
||||
|
||||
<action id="Console.History.Next"><keyboard-shortcut first-keystroke="control UP"/></action>
|
||||
<action id="Console.History.Previous"><keyboard-shortcut first-keystroke="control DOWN"/></action>
|
||||
<action id="Console.History.Next" />
|
||||
<action id="Console.History.Previous" />
|
||||
<action id="Console.History.Browse"><keyboard-shortcut first-keystroke="control alt E"/></action>
|
||||
|
||||
<action id="Console.Jdbc.Execute"><keyboard-shortcut first-keystroke="control ENTER"/></action>
|
||||
|
||||
@@ -453,8 +453,6 @@
|
||||
<keyboard-shortcut first-keystroke="alt HOME"/>
|
||||
</action>
|
||||
|
||||
<action id="Console.History.Next" /> <!-- Disables meta up -->
|
||||
<action id="Console.History.Previous" /> <!-- Disables meta down -->
|
||||
<action id="Console.TableResult.Reload" />
|
||||
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
|
||||
{ "control ADD", "ExpandAll", "ExpandRegion"},
|
||||
{ "control DELETE", "EditorDeleteToWordEnd", "RemoveFromFavorites"},
|
||||
{ "control DIVIDE", "CommentByLineComment", "Images.Editor.ActualSize"},
|
||||
{ "control DOWN", "EditorScrollDown", "Console.History.Previous", "EditorLookupDown"},
|
||||
{ "control DOWN", "EditorScrollDown", "EditorLookupDown"},
|
||||
{ "control ENTER", "EditorSplitLine", "ViewSource", "Console.Jdbc.Execute", "Console.Jpa.Execute", "Groovy.Shell.Execute"},
|
||||
{ "control EQUALS", "ExpandAll", "ExpandRegion"},
|
||||
{ "control F5", "Refresh", "Rerun"},
|
||||
@@ -100,7 +100,7 @@ public abstract class KeymapsTestCase extends PlatformTestCase {
|
||||
{ "control R", "Replace", "Console.TableResult.Reload", "org.jetbrains.plugins.ruby.rails.console.ReloadSources"},
|
||||
{ "control SLASH", "CommentByLineComment", "Images.Editor.ActualSize"},
|
||||
{ "control U", "GotoSuperMethod", "CommanderSwapPanels"},
|
||||
{ "control UP", "EditorScrollUp", "Console.History.Next", "EditorLookupUp"},
|
||||
{ "control UP", "EditorScrollUp", "EditorLookupUp"},
|
||||
{ "control alt A", "ChangesView.AddUnversioned", "Diagram.DeselectAll"},
|
||||
{ "control alt E", "PerforceDirect.Edit", "Console.History.Browse"},
|
||||
{ "control alt DOWN", "NextOccurence", "Console.TableResult.NextPage"},
|
||||
|
||||
Reference in New Issue
Block a user