LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-30-2019, 04:42 PM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
Augmenting delay for keyboard autorepeat .


Slackware 14.2
Xfce 4

Hi: Is that delay governed by the DE? In the affirmative case how do I modify it? (If you press a key and hold it down for more than a given time, the corresponding character will be echoed to the screen until you release the key. This I call autorepeat).

Last edited by stf92; 04-30-2019 at 04:43 PM.
 
Old 04-30-2019, 05:24 PM   #2
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Key press repeat delay and speed are controlled in the BIOS and in the DE. For the DE, look in the respective keyboard section of the control center.
 
1 members found this post helpful.
Old 04-30-2019, 05:51 PM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Code:
xset r rate <delay> [<rate>]
The delay is in milliseconds, the rate (optional) is the number of repeats per second.
For instance:
xset r rate 500 # delay 0.5 second
xset r rate 300 20 # delay 0.5 second rate 10 repeats per second.

To know more: man xset
 
2 members found this post helpful.
Old 04-30-2019, 06:06 PM   #4
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Well, thanks a lot Didier. And thanks upnort too. By the way: the control center is a KDE thing. However, runiing Xfce 4 one can run KDE applications. How do I run Control center from Xfce 4?

Last edited by stf92; 04-30-2019 at 06:10 PM.
 
Old 04-30-2019, 07:48 PM   #5
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
How do I run Control center from Xfce 4?
On almost any Linux system, press Alt+F2 to pen a launcher. Type the name of the file, such as systemsettings.

For pointy-clicky requires some knowledge about XDG standards. Many *.desktop files will show an app menu only in the respective DE or will prevent showing a menu item in certain DE. That limitation can be bypassed by creating a custom *.desktop file.
 
Old 04-30-2019, 08:52 PM   #6
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
And what the name of the binary corresponding to Control Center could be?
 
Old 04-30-2019, 09:10 PM   #7
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Quote:
And what the name of the binary corresponding to Control Center could be?
For KDE, systemsettings. For Xfce, xfce4-settings-manager. For MATE, mate-control-center.
 
1 members found this post helpful.
Old 04-30-2019, 09:25 PM   #8
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Thanks a lot!
 
Old 04-30-2019, 09:51 PM   #9
baumei
Member
 
Registered: Feb 2019
Location: USA; North Carolina
Distribution: Slackware 15.0 (replacing 14.2)
Posts: 365

Rep: Reputation: 124Reputation: 124
I have a little laptop which runs 14.2, and back when it was freshly installed the keyboard repeat rate annoyed me. Mostly, this computer does not run a GUI, so I fixed the problem by putting the following code in "/etc/rc.d/rc.local":
Code:
/usr/bin/kbdrate -d 250 -r 24
The "-d 250" is for a 250 millisecond delay, and "-r 24" is the repeat rate in characters/sec. For more information, use "man kbdrate". :-)

When I got around to using the GUI there was no problem which I noticed. I have no idea whether the repeat rate in the GUI changed as a result of running kbdrate.
 
1 members found this post helpful.
Old 05-02-2019, 08:01 PM   #10
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
Quote:
Originally Posted by upnort View Post
For KDE, systemsettings. For Xfce, xfce4-settings-manager. For MATE, mate-control-center.
By running xfce4-settings-manager I get the same window as Main menu>Applications>Settings>Settings Manager! Not the sofisticated application I have in KDE under ControlCenter.
 
Old 05-03-2019, 08:41 AM   #11
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I'd open a terminal and experiment with xset and my keyboard, then using rc.local or startup settings which ever works for me. that way it is / should basically be system wide set in rc.local, and DT set in a startup file after logging in.
 
Old 05-03-2019, 07:39 PM   #12
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
But I miss the lovely control center under KDE!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Building and augmenting libraries by calling Rust from JavaScript LXer Syndicated Linux News 0 03-18-2019 09:00 AM
[SOLVED] Remapped Control Key - Now Can't Get Remapped Key to Autorepeat Digger1 Linux - Newbie 1 07-16-2013 12:03 PM
Can I disable the pause before keyboard autorepeat starts? errigour Linux - Newbie 1 01-29-2013 09:05 PM
Keyboard autorepeat keeps turning off Cride5 Linux - Desktop 3 02-14-2009 06:20 PM
Window Maker and keyboard autorepeat option w1k0 Slackware 0 05-28-2008 11:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration