I would like to edit the keyboard shortcuts used by the Enlightenment window manager and I would like to do so textually by editing some text/XML file. Sort of like how I edit ~/.config/openbox/lxde-rc.xml to change the keybindings used by openbox. Is this possible? I know of the GUI editor of keyboard shortcuts but I would prefer a textual method, if possible.
Asked
Active
Viewed 1,133 times
4
Josh Pinto
- 3,483
- 15
- 52
- 87
1 Answers
3
Enlightenment's configuration is stored in ".cfg" files using the Eet library. This is not human-readable, but you can use the vieet command to edit a textual representation of a file. For the key bindings, I believe these are stored in ~/.e/e/config/standard/e_bindings.cfg by default. Vieet also needs a 'section' to edit, put in 'config' here.
The complete command would be vieet ~/.e/e/config/standard/e_bindings.cfg config.
Thomas Dickey
- 75,040
- 9
- 171
- 268
Samuel Hodgkins
- 46
- 1