Skip to content
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

Autorepeat #133

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Autorepeat #133

merged 1 commit into from
Oct 26, 2018

Conversation

jsorg71
Copy link
Contributor

@jsorg71 jsorg71 commented Oct 20, 2018

In some cases, the wrong keyboard device autorepeat was disabled because the way TimerSet works.

@jsorg71 jsorg71 mentioned this pull request Oct 20, 2018
@metalefty
Copy link
Member

What does this fix? Autorepeat supposed to be done in RDP but doing in Xorg?

@jsorg71
Copy link
Contributor Author

jsorg71 commented Oct 23, 2018

Yup, autorepeat is handled in RDP but Xorg has one too. We want the Xorg autorepeat disabled. The old code was using the timer incorrectly as sometimes one of the keyboard devices was not getting disabled. You can check if auto-repeat is enabled with
xset q
In an XRDP session if you run
xset r on
It should not let you turn on autorepeat.
I think Ill update the commit log to include this.

We want the Xorg autorepeat disabled.
The old code was using the timer incorrectly as sometimes one of the keyboard devices was not getting disabled.
You can check if auto-repeat is enabled with
xset q
In an XRDP session if you run
xset r on
It should not let you turn on autorepeat.
@jsorg71 jsorg71 merged commit 3cc0da9 into neutrinolabs:devel Oct 26, 2018
@jsorg71 jsorg71 deleted the autorepeat branch October 26, 2018 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants