Skip to content

Commit f4d0fdb

Browse files
committed
updated ReadMe and manifest.json
1 parent 378606d commit f4d0fdb

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
# Doubleshift
1+
## Doubleshift
2+
3+
press `SHIFT` twice to activate Doubleshift.\
4+
![gif](./res/gif-1-obsidian.gif)\
5+
By default it opens the command palette but you can set it to a different command. For example split vertically.\
6+
![gif](./res/gif-2-obsidian.gif)\
7+
It **works with every available command** including commands from other plugins. So if you have a plugin like the better command palette plugin installed you can choose the command to open it in the Doubleshift settings tab.
8+
9+
If you want to contribute to this plugin feel free to create a pull request at https://github.com/Qwyntex/doubleshift
210

3-
press shift twice to open the command palette

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "obsidian-doubleshift",
33
"name": "Doubleshift",
4-
"version": "1.5.0",
4+
"version": "1.7.0",
55
"minAppVersion": "0.12.0",
6-
"description": "Open command palette by pressing Double Shift like in IntelliJ",
6+
"description": "Open the command palette by pressing Double Shift like in IntelliJ",
77
"author": "Qwyntex",
88
"authorUrl": "https://github.com/Qwyntex",
9-
"isDesktopOnly": true
9+
"isDesktopOnly": false
1010
}

res/gif-1-obsidian.gif

3.78 MB
Loading

res/gif-2-obsidian.gif

7.16 MB
Loading

0 commit comments

Comments
 (0)