Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: multiple config file loading & '@' '~' prefix #87

Merged
merged 23 commits into from
Mar 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9227c30
[feat] load multiple config files (very unstable)
EdenQwQ Mar 3, 2022
e5e60d5
[remove] remove alias patch cuz it won't work after the refactor
EdenQwQ Mar 3, 2022
cd7aa42
Merge remote-tracking branch 'origin/main' into test_multiple_config
EdenQwQ Mar 3, 2022
3b4c3b5
[update] config: use fs::canonicalize to handle relative paths
EdenQwQ Mar 3, 2022
23f22d6
[revert] config: still can't handle relative path
EdenQwQ Mar 3, 2022
5e172d3
Merge remote-tracking branch 'origin/main' into test_multiple_config
EdenQwQ Mar 5, 2022
c41c5a2
[refactor] begin to switch to oop style starting from some preparatio…
EdenQwQ Mar 5, 2022
b82bd98
[refactor] added check for @ and ~ prefix
EdenQwQ Mar 5, 2022
da46af0
Merge branch 'main' into config_devel
EdenQwQ Mar 6, 2022
b0ff442
[update] tests for prefix
EdenQwQ Mar 6, 2022
b33b3ae
[update] revert implementations in daemon; add value trait
EdenQwQ Mar 6, 2022
134bc0c
[update] config: error display specific config file path
EdenQwQ Mar 6, 2022
54a768d
Delete build.yml
Shinyzenith Mar 8, 2022
ac4d7df
merge
EdenQwQ Mar 8, 2022
5d1ee70
[update] config: better handle prefixes
EdenQwQ Mar 10, 2022
90a58d7
[feat] daemon: emit keysym to virtual device if it's prefixed with '~'
EdenQwQ Mar 10, 2022
84bd11a
[feat] daemon: run command when key is released if it's prefixed with…
EdenQwQ Mar 10, 2022
1d4e190
[improve] Option -> bool, move if inside match
EdenQwQ Mar 11, 2022
f762ef9
[format] manually format
EdenQwQ Mar 11, 2022
894ca68
[update] settle import statement to include
EdenQwQ Mar 12, 2022
7019044
Merge branch 'main' into config_devel
EdenQwQ Mar 12, 2022
beb8173
[improve] change test function name
EdenQwQ Mar 12, 2022
8a11ff5
[fix] manually impl PartialEq for KeyBinding so that modifiers' order…
EdenQwQ Mar 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 0 additions & 144 deletions src/alias_patch.diff

This file was deleted.

Loading