Replies: 2 comments 4 replies
-
|
Hello I Made a script to unbind conflicting keybindings so if you put your custom keybindings inside userprefs.conf then run the script it will unbind the default keybindings. If that sounds alright to you I will try to issue a PR and I hope you'll try it. You could do this manually using unbind = mod , key so at the top of your userprefs unbind all keybinding that might conflict |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
also forking is the way to go for now . It's a good way to know how the Dots work |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
The wiki says to add your own custom changes in
userprefs.conf,but there are some keybindings that i wanted to change and if i just add them inuserprefs.conf, both keybing gets run - fromkeybindings.confanduserprefs.conf. So i have to first comment the keybinding inkeybindings.conf.Now if i update the default gets overwritten with my settings.
So how to add my own custom changes?
What i think i would have to do is, either fork/or maitain a local branch and to --rebase while using --git pull.
is this the way? Any other way?
Beta Was this translation helpful? Give feedback.
All reactions