-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrhythm.toml
36 lines (29 loc) · 1.53 KB
/
rhythm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# rhythm.toml - Configuration file for Rhythm
# Only uncomment the settings you need.
# The main directory where Liz stores its data.
# By default, it's set to the application’s config folder
# **Windows:** `%APPDATA%\liz`, such as: `C:\Users\<YourUsername>\AppData\Roaming\liz`
# **Linux:** `$HOME/.config/liz`, such as: `/home/<YourUsername>/.config/liz`
# Replace with actual path if needed
#liz_path = "/path/to/liz/config/folder"
# Path for the lock file for Bluebird (music sheet)
# The file used as the lock file for Liz, performs as a database.
# Default is `<liz_path>/music_sheet.lock`
#music_sheet_path = "/path/to/liz/config/folder/music_sheet.lock"
# Path to the keymap file
# The path to the keymap configuration file. This file stores the customized key mappings for the application.
# Default is `<liz_path>/keymap_builtin.json`
#keymap_path = "/path/to/liz/config/folder/keymap_builtin.json"
# The interval of each shortcut block (in milliseconds)
# This is the time interval (in milliseconds) for each shortcut block.
# Normally, you don't need to change this.
# The default value is **100 milliseconds**.
#interval_ms = 100
# Shortcut key to trigger a specific action
# The keyboard shortcut used to trigger `Show` in Liz.
# Default is "Ctrl+Alt+L"
#trigger_shortcut = "Ctrl+Alt+L"
# The format to show one shortcut
# Shortcut in Liz will be shown in the defined format, can be customized via html style
# Default is "<b>#description</b> | #application | #shortcut"
#shortcut_print_fmt = "<b>#description</b> | #application | #shortcut"