WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: i have an economical keyboard that is too fast  (Read 3565 times)

Offline andrea_tinycore

  • Newbie
  • *
  • Posts: 7
i have an economical keyboard that is too fast
« on: November 23, 2009, 07:25:55 PM »
Hi,i have an economical keyboard that is too fast.
How to disable the autorepeat or how to increase the delay before keys start repeating?
In damn small linux i use the kbdrate command,but tinycore has not this command.
Also,Puppy linux has a pupx tool,to disable autorepeat.
Thank you for help me!

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: i have an economical keyboard that is too fast
« Reply #1 on: November 24, 2009, 03:15:02 AM »
You could request an extension, or make one yourself.

Otherwise, I think there is usually a bios option for that.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: i have an economical keyboard that is too fast
« Reply #2 on: November 24, 2009, 03:25:08 AM »
You may try lxinput.tcz
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline andrea_tinycore

  • Newbie
  • *
  • Posts: 7
phoenix-award workstation bios
« Reply #3 on: November 24, 2009, 04:37:23 PM »
my pc has a phoenix-award workstation bios that has not this option...
Ok,i try with lxinput.tcz

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: i have an economical keyboard that is too fast
« Reply #4 on: November 28, 2009, 08:32:00 AM »
In X you can use "xset".
The only barriers that can stop you are the ones you create yourself.

Offline andrea_tinycore

  • Newbie
  • *
  • Posts: 7
Re: i have an economical keyboard that is too fast
« Reply #5 on: November 28, 2009, 01:36:44 PM »
how to use xset to disable the autorepeat? or to increase the delay?

Online curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: i have an economical keyboard that is too fast
« Reply #6 on: November 28, 2009, 03:27:09 PM »
Quote
usage:  xset [-display host:dpy] option ...
...
    To turn auto-repeat off or on:
   -r [keycode]        r off
    r [keycode]        r on
    r rate [delay [rate]]
...
    For status information:  q

So, "xset r off" to disable, "xset q" to check the state.
The only barriers that can stop you are the ones you create yourself.

Offline andrea_tinycore

  • Newbie
  • *
  • Posts: 7
thank you
« Reply #7 on: November 29, 2009, 11:42:05 AM »
thank you curaga!
how to make permanently autorepeat off?
i dont have found a .xinitrc file in the home directory....

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: i have an economical keyboard that is too fast
« Reply #8 on: November 29, 2009, 12:40:22 PM »
~/.xsession ~/.profile /opt/bootlocal.sh ?
dCore user

Offline ^thehatsrule^

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 1726
Re: i have an economical keyboard that is too fast
« Reply #9 on: November 29, 2009, 08:56:49 PM »
Probably .xsession

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: i have an economical keyboard that is too fast
« Reply #10 on: November 30, 2009, 08:35:15 AM »
It would have to be .xsession, since xset doesn't work outside of X.
.profile and bootlocal.sh both run before X