Skip to content

Commit 116b2a6

Browse files
author
Kenichi Hoshi
committed
add key bindings
1 parent bbc35d1 commit 116b2a6

5 files changed

+11
-0
lines changed

Default (Linux).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["ctrl+alt+f"], "command": "uroborosql_format" }
3+
]

Default (OSX).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["ctrl+super+f"], "command": "uroborosql_format" }
3+
]

Default (Windows).sublime-keymap

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
{ "keys": ["ctrl+alt+f"], "command": "uroborosql_format" }
3+
]

Readme.ja.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ How to Use
5353
- Editメニューから「SQL Format」を選択
5454
- エディタ上のコンテキストメニューから「SQL Format」を選択
5555
- コマンドPaletteから「uroboroSQL Formatter: Format SQL」を選択
56+
- ctrl + cmd + f on OS X, or ctrl + alt + f on Windows
5657

5758
Settings
5859
--------

Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ How to Use
5151
- Select "SQL Format" from the Edit menu
5252
- Select "SQL Format" from the context menu on the editor
5353
- Select "uroboroSQL Formatter: Format SQL" from the command Palette
54+
- ctrl + cmd + f on OS X, or ctrl + alt + f on Windows
5455

5556
Settings
5657
--------

0 commit comments

Comments
 (0)