Non persistent keyboard shortcuts in Unity
- by nblumoe
I did change the keyboard shortcuts for window navigation in Unity to use hjkl (vim movement). I did reassign the shortcuts via GUI in System Settings Keyboard Shortcuts.
Here are two examples of the assigned shortcuts:
Move window one workspace to the left = Shift+Ctrl+Alt+H
Switch to workspace left = Ctrl+Alt+H
Occasionally, when restarting the maching, these shortcuts are being reset to theit default values:
Move window one workspace to the left = Shift+Ctrl+Alt+Left
Switch to workspace left = Ctrl+Alt+Left
How can I make these changes permanent? Can someone help me, narrowing down the problem?