-
Notifications
You must be signed in to change notification settings - Fork 15
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
Integrating Screenkey for key capturing #27
base: master
Are you sure you want to change the base?
Conversation
@Mohelm97 what do you think about this idea? |
@peteruithoven Well, that was soo fast :D Thanks a lot mate, |
@peteruithoven It's awesome, and I don't know why I need to unset XMODIFIERS to make it works, see this issue wavexx/screenkey#36, and what do you think about showing only modifier sequences? |
I still need to do that as well, I totally forgot about that issue I just opened a new question on stack exchange: https://elementaryos.stackexchange.com/questions/18810/running-screenkey-on-elementary-os One of the biggest risks in integrating this into Screen Recorder is that we might get a lot of screenkey related issues reported to us. Like this |
I've reopened and updated this old issue of mine: https://github.com/elementary/gala/issues/27 |
I should try overriding environment variables for screenkey by using SubprocessLauncher. |
Temporary workaround:
|
While reading other issues this comment from @ryonakano caught my attention:
elementary/switchboard-plug-keyboard#231 (comment) Looks like screenkey works just file after starting: |
@peteruithoven So instead of unsetting stuff, we can run the ibus daemon? cool |
I personally think running IBus Daemon should be handled by the OS itself: the OS should start IBus Daemon automatically even in any language. As far as I confirmed on Ubuntu 18.04 (en_US) Ubuntu does this. |
Fixing: #26