mirror of
https://github.com/eeeXun/GTT.git
synced 2025-05-29 14:00:29 -07:00
docs: fix syntax
This commit is contained in:
parent
9ee23aedea
commit
7109c19814
@ -90,7 +90,7 @@ And note that:
|
||||
- `yellow` is for label color
|
||||
- `orange` is for KeyMap menu color
|
||||
|
||||
See the example in [theme.yaml](example/theme.yaml) file. This file should located at `$XDG_CONFIG_HOME/gtt/theme.yaml` or `$HOME/.config/gtt/theme.yaml`.
|
||||
See the example in [theme.yaml](example/theme.yaml) file. This file should be located at `$XDG_CONFIG_HOME/gtt/theme.yaml` or `$HOME/.config/gtt/theme.yaml`.
|
||||
|
||||
## Language in argument
|
||||
|
||||
@ -183,7 +183,7 @@ For key to combine with `Alt`, the value can be `"A-space"` or `"A-"` + the char
|
||||
|
||||
Or you can use function key, the value can be `"F1"` to `"F64"`.
|
||||
|
||||
See the example in [keymap.yaml](example/keymap.yaml) file. This file should located at `$XDG_CONFIG_HOME/gtt/keymap.yaml` or `$HOME/.config/gtt/keymap.yaml`.
|
||||
See the example in [keymap.yaml](example/keymap.yaml) file. This file should be located at `$XDG_CONFIG_HOME/gtt/keymap.yaml` or `$HOME/.config/gtt/keymap.yaml`.
|
||||
|
||||
## Credit
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This file should located at $XDG_CONFIG_HOME/gtt/keymap.yaml or $HOME/.config/gtt/keymap.yaml.
|
||||
# This file should be located at $XDG_CONFIG_HOME/gtt/keymap.yaml or $HOME/.config/gtt/keymap.yaml.
|
||||
|
||||
# For key to combine with Ctrl, the value can be "C-space", "C-\\", "C-]", "C-^", "C-_" or "C-a" to "C-z".
|
||||
# ⚠️ Note, don't use "C-c", <C-c> is for exit program.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# This file should located at $XDG_CONFIG_HOME/gtt/theme.yaml or $HOME/.config/gtt/theme.yaml.
|
||||
# This file should be located at $XDG_CONFIG_HOME/gtt/theme.yaml or $HOME/.config/gtt/theme.yaml.
|
||||
# You have to provide theme name. e.g. tokyonight.
|
||||
# And colors: bg, fg, gray, red, green, yellow, blue, purple, cyan, orange.
|
||||
# bg is for background color
|
||||
|
Loading…
x
Reference in New Issue
Block a user