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
I'm really pleased to use this OSK, as it solves my need to invoke it via the command line.
However, I notice that I can't seem to determine the keyboard’s status.
After running dconf dump /org/gnome/shell/extensions/gjsosk/, the result shows:
[indicator]
opened=false
Here, the value remains false regardless of whether the keyboard is visible or not. This leaves me quite confused.
The text was updated successfully, but these errors were encountered:
The indicator is a switch that, when toggled to true, opens the keyboard and toggles it back to false. I will change it to check and change the open status based on the indicator value
EDIT: It toggles the keyboard, meaning that if this is set to true while the keyboard is open, the keyboard closes. That is why the functionality is the way it is.
I'm really pleased to use this OSK, as it solves my need to invoke it via the command line.
However, I notice that I can't seem to determine the keyboard’s status.
After running dconf dump /org/gnome/shell/extensions/gjsosk/, the result shows:
Here, the value remains false regardless of whether the keyboard is visible or not. This leaves me quite confused.
The text was updated successfully, but these errors were encountered: