v/GTT
1
0
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:
eeeXun 2023-06-24 00:55:02 +08:00
parent 9ee23aedea
commit 7109c19814
3 changed files with 4 additions and 4 deletions

View File

@ -90,7 +90,7 @@ And note that:
- `yellow` is for label color - `yellow` is for label color
- `orange` is for KeyMap menu 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 ## 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"`. 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 ## Credit

View File

@ -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". # 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. # ⚠️ Note, don't use "C-c", <C-c> is for exit program.

View File

@ -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. # You have to provide theme name. e.g. tokyonight.
# And colors: bg, fg, gray, red, green, yellow, blue, purple, cyan, orange. # And colors: bg, fg, gray, red, green, yellow, blue, purple, cyan, orange.
# bg is for background color # bg is for background color