You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Currently, the FDO platform plug-in hardcodes a set of key bindings (e.g.
Alt+Left
andAlt+Right
to navigate back and forth, see #20 for example), but the correct thing to do would be to provide API inlibcogcore
to install a set of key bindings in a generic way.The text was updated successfully, but these errors were encountered: