forked from Anze/KeyCluExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SequelAce.keyclu
30 lines (30 loc) · 1.45 KB
/
SequelAce.keyclu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"com.sequel-ace.sequel-ace": {
"Advanced Query Editing": [
["Completion (narrow-down list / fuzzy search)", "", 53],
["Insert previous history item (successively)", "control", 126],
["Open query favorites popup menu", "command+option", 3],
["Open query history popup menu", "command+option", 16],
["Show all database names as completion list", "command+option", 18],
["Show all table and view names as completion list", "command+option", 19],
["Show all table names from current database as completion list", "command+option", 20],
["Spell Checker Completion (narrow-down list)", "", 96]
],
"Tables": [
["Add a new row", "command+option", 0],
["Delete selected row(s)", "", 51],
["Duplicate selected row", "command", 2],
["Refresh table contents", "command", 15]
],
"Hotkeys": [
["(Un)Comment current query", "command", 44],
["(Un)Comment line or selection", "command+option", 44],
["Fuzzy Search", "control", 53],
["Insert next history item (successively)", "control", 125],
["Run all queries", "command+option", 15],
["Run current query or selection", "command", 15],
["Shift line or selection leftwards", "command", 30],
["Shift line or selection rightwards", "command", 33]
]
}
}