v/GTT
1
0
mirror of https://github.com/eeeXun/GTT.git synced 2025-05-17 00:00:16 -07:00

8 Commits

Author SHA1 Message Date
eeeXun
fc9009e9ff feat: make host of DeepLX configurable 2024-02-08 22:42:54 +08:00
eeeXun
72034636af feat: add DeepLX 2024-02-08 22:41:29 +08:00
eeeXun
d83cbabc35 feat: move api_key from gtt.yaml to server.yaml
When you exist gtt, if you change something from the menu, gtt.yaml will
be overwritten. Therefore, when you write your api key after opening gtt, you
might lose what you wrote in gtt.yaml. So I change it from gtt.yaml to
server.yaml
2024-02-08 18:05:23 +08:00
eeeXun
22aa6c5333 docs: keymap keys without double prime 2023-07-02 13:11:15 +08:00
Xun
d01ef4e768
feat: support custom key mapping (#22)
* feat: support custom key mapping

* remove testing code

* feat: support function key

* style: add comment

* feat: support read config

* docs: add keymap.yaml example

* docs: add function key in README

* refactor: rename config key name

* feat: support Alt prefix

* docs: fix syntax

* feat: let exit be configurable

* refactor: remove KeyEsc in keyNames

* refactor: space to Space

* refactor: style code
2023-06-30 19:55:41 +08:00
eeeXun
7be328cf8d docs: note purple is for button pressed color 2023-06-18 23:53:23 +08:00
eeeXun
e08e563b1a docs: located under -> located at 2023-05-16 13:49:35 +08:00
Xun
4aa96ec3de
feat: allow user to import their own themes (#17)
* feat: allow user to import their own themes

* refactor: use make to create map

* add catppuccin example

* fix: theme importing should before reading config file

* docs: add create theme in README

* docs: style
2023-05-12 21:57:40 +08:00