Replies: 1 comment 1 reply
-
Currently the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Noting this change in behavior from 0.1. When creating bindings for symbols like '=', '.', you now use the name of the binding
equals_sign
,full_stop
etc. for the bindings to be recognized. Similar to:This works, but has the effect of in the Footer widget, instead of seeing
= Main Menu
in the Footer, I seeEQUALS_SIGN Main Menu
. I get around this now by using a full Binding class similar and passingkey_display
similar to:Shouldn't the character representation and not the full text representation be the default for the Footer? Is there a use case for showing the text description rather than the key character?
Beta Was this translation helpful? Give feedback.
All reactions