gnome-shell-extended-gestures icon indicating copy to clipboard operation
gnome-shell-extended-gestures copied to clipboard

Add custom keybinding actions

Open mpiannucci opened this issue 7 years ago • 4 comments

Add more actions to choose from including custom keybindings

mpiannucci avatar Jul 11 '17 13:07 mpiannucci

On custom keybindings, there are two areas of interest to be done:

  1. Figure out how to get key bindings to trigger
  2. Expose a usable user interface for picking keybindings

On the first, I found this

image

Which can probably be used to simulate a keypress through the clutter even system (I hope)

mpiannucci avatar Aug 29 '18 15:08 mpiannucci

However it looks like that may not be allowed...

https://stackoverflow.com/a/34954527/3174581

mpiannucci avatar Aug 29 '18 15:08 mpiannucci

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

mpiannucci avatar Oct 11 '18 16:10 mpiannucci

Tracking here: https://github.com/mpiannucci/gnome-shell-extended-gestures/tree/custom_keybindings

mpiannucci avatar Oct 11 '18 21:10 mpiannucci