cog icon indicating copy to clipboard operation
cog copied to clipboard

Provide a way for Cog to request handling of key bindings

Open aperezdc opened this issue 7 years ago • 1 comments

Currently, the FDO platform plug-in hardcodes a set of key bindings (e.g. Alt+Left and Alt+Right to navigate back and forth, see #20 for example), but the correct thing to do would be to provide API in libcogcore to install a set of key bindings in a generic way.

aperezdc avatar May 31 '18 16:05 aperezdc

The first step towards this is https://github.com/Igalia/cog/pull/574 which moves the key binding handling into CogView, then after that we would still need a way to set keybindings and action (or callbacks?) that handle them.

aperezdc avatar May 19 '23 19:05 aperezdc