Re: keyboard repeat

2025-01-23 Thread hohe72
export CST_KBD_DELAY=250# [ms] export CST_KBD_RATE=30 # [char/s] export CST_KBD_REPEAT=34# [ms] # linux console (needs to be root): kbdrate -s -r $CST_KBD_RATE -d $CST_KBD_DELAY # in X xset r rate $CST_KBD_DELAY $CST_KBD_RATE # in wayland: ?? Please note that those settings

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 11:26, Thomas Schmitt wrote: Hi, Will Mengarini wrote: I handle this kind of thing with the kbdrate program, which is in the Debian package named 'kbd'. Sid: /usr/sbin/kbdrate https://packages.debian.org/sid/amd64/kbd/filelist Bookworm: /sbin/kbdrate https://packages.d

Useful information on packages for Gene [WAS Re: keyboard repeat]

2025-01-13 Thread Andrew M.A. Cater
On Mon, Jan 13, 2025 at 11:13:40AM -0500, Greg Wooledge wrote: > On Mon, Jan 13, 2025 at 10:46:18 -0500, gene heskett wrote: > > On 1/13/25 08:03, Will Mengarini wrote: > > > I handle this kind of thing with the kbdrate program, which > > > is in the Debian package named 'kbd'. > > Please read Wil

Re: keyboard repeat

2025-01-13 Thread Thomas Schmitt
Hi, Will Mengarini wrote: > > I handle this kind of thing with the kbdrate program, which > > is in the Debian package named 'kbd'. Sid: /usr/sbin/kbdrate https://packages.debian.org/sid/amd64/kbd/filelist Bookworm: /sbin/kbdrate https://packages.debian.org/bookworm/amd64/kbd/filelist Th

Re: keyboard repeat

2025-01-13 Thread Greg Wooledge
On Mon, Jan 13, 2025 at 10:46:18 -0500, gene heskett wrote: > On 1/13/25 08:03, Will Mengarini wrote: > > I handle this kind of thing with the kbdrate program, which > > is in the Debian package named 'kbd'. > gene@coyote:~$ pinfo kbd > Przemek's Info Viewer v0.6.13 > Error: could not open info fi

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:16, Frank McCormick wrote: On 2025-01-13 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting diffe

Re: keyboard repeat

2025-01-13 Thread mick.crane
On 2025-01-13 15:46, gene heskett wrote: So while apt says its installed, bash can't find it to run it. I like catfish for finding where a file might be. mick

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann before I can

Re: keyboard repeat

2025-01-13 Thread gene heskett
On 1/13/25 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann before I can

Re: keyboard repeat

2025-01-13 Thread Frank McCormick
On 2025-01-13 08:03, Will Mengarini wrote: * gene heskett [25-01/13=Mon 03:15 -0500]: Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I have to spend an hour or more, playing around with the repeat settings, selecting different keyboards, the whole maryann before I

Re: keyboard repeat

2025-01-13 Thread Will Mengarini
* gene heskett [25-01/13=Mon 03:15 -0500]: > Got an odd problem. xfce settings>keyboard repeat is lost on a reboot, and I > have to spend an hour or more, playing around with the repeat settings, > selecting different keyboards, the whole maryann before I can get the repeat > to work gain. > > Thi

Re: keyboard repeat rate

2000-01-30 Thread Jean Pierre LeJacq
On Fri, 28 Jan 2000, Attila Csosz wrote: > How could I set the keyboard repeat rate and the speed? > Because when I start X and end my X session I observe the following: > when I press some key I must wait a while to get any character on the screen. > Then the keyboard echos the characters normal

Re: keyboard repeat rate

2000-01-29 Thread Saisanthosh B
Attila Csosz wrote: > How could I set the keyboard repeat rate and the speed? kbdrate -r -d -- saisanthosh