File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,25 @@ Download AppImage package from [Release page](https://github.com/blahgeek/Minion
10
10
11
11
* Note* : In the first running, the application would needs to build font cache, which could take several minutes.
12
12
13
- Hit ` ctrl+space ` to open Minions.
13
+ Keyboard shortcuts:
14
+
15
+ - ` ctrl+space ` : show minions window
16
+ - ` ctrl+shift+space ` : show minions window with selected text
17
+
18
+ - ` Up/Down/ctrl+k/ctrl+j ` : move up/down
19
+ - ` [a-z] ` : filter items
20
+ - ` enter ` : confirm selection (if valid)
21
+ - ` space ` : enter text for this action (if valid)
22
+ - ` tab ` : open this item with another action
23
+ - ` ctrl-c ` : copy item text
24
+ - ` esc ` : Escape/close
25
+
26
+ Minions would use ` ~/.minions/config.toml ` for custom config. See ` ./config/default.toml ` for default config.
27
+ Note that custom config is not required. The default config would be used if the custom config or certain config section is missing.
14
28
15
29
## Status
16
30
17
- Still in alpha , but usable. Feedback and contribution are welcome.
31
+ Still in beta , but usable. Feedback and contribution are welcome.
18
32
19
33
## Preview
20
34
You can’t perform that action at this time.
0 commit comments