Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way for Cog to request handling of key bindings #22

Open
aperezdc opened this issue May 31, 2018 · 1 comment
Open

Provide a way for Cog to request handling of key bindings #22

aperezdc opened this issue May 31, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@aperezdc
Copy link
Member

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 aperezdc added the enhancement New feature or request label May 31, 2018
@aperezdc
Copy link
Member Author

The first step towards this is #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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant