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
It shows both of my layouts at the same time and external layout changes don't affect it at all.
I also tried the "{name}" formatting string to no avail.
Although it is said that {symbol} is the default formatter, trying to set it as such manually i.e. format="{symbol}" or combined i.e. format="{name} {symbol}" results in Xkblayout: KeyError: 'symbol' showed instead at the status bar. I get KeyError also for numcountvariants.
Python 3.9
It shows both of my layouts at the same time and external layout changes don't affect it at all.
I also tried the "{name}" formatting string to no avail.
Although it is said that
{symbol}
is the default formatter, trying to set it as such manually i.e.format="{symbol}"
or combined i.e.format="{name} {symbol}"
results inXkblayout: KeyError: 'symbol'
showed instead at the status bar. I get KeyError also fornum
count
variants
.Followed the docs here
The text was updated successfully, but these errors were encountered: