gnome-shell-extended-gestures
gnome-shell-extended-gestures copied to clipboard
Add custom keybinding actions
Add more actions to choose from including custom keybindings
On custom keybindings, there are two areas of interest to be done:
- Figure out how to get key bindings to trigger
- Expose a usable user interface for picking keybindings
On the first, I found this
Which can probably be used to simulate a keypress through the clutter even system (I hope)
However it looks like that may not be allowed...
https://stackoverflow.com/a/34954527/3174581
Example for calling key commands here !!! https://github.com/mpiannucci/gnome-shell-extended-gestures/pull/55
Just need a UI to configure it and we are good to go
Tracking here: https://github.com/mpiannucci/gnome-shell-extended-gestures/tree/custom_keybindings