The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
1

Problem with slow keys.

asked 2012-07-14 08:13:49 +0000

Tahtisilma gravatar image

If you are using gdm3 as a login manager then if you will hold shift for 6-10 seconds then slow keys get turned on and and there is delay of about a second between pressing key and key appearing on the screen. Is there a way to disable that behaviour?

edit retag flag offensive close merge delete

Comments

Think you're better off asking at your distribution / GNOME.

joepd gravatar imagejoepd ( 2012-07-14 08:47:31 +0000 )edit

@Tahtisilma Hi, could you please post a reply if you find a solution ? Thanks in advance.

dardevelin gravatar imagedardevelin ( 2012-11-13 10:03:22 +0000 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-28 10:26:29 +0000

Tahtisilma gravatar image

updated 2014-03-28 10:28:42 +0000

I have switched to kdm from gdm3. But from my notes (I have no way to test it) it seems that command xkbset -a fixed the issue temporarily. To disable toggling by holding shift for 10s you have to change the value of the key /apps/gdm/simple-greeter/settings-manager-plugins/a11y-keyboard/active to false. You can do it for example using gconf-editor or by running command:

gconftool-2 -s -t bool /apps/gdm/simple-greeter/settings-manager-plugins/a11y-keyboard/active false

To check the current value run:

gconftool-2 -g /apps/gdm/simple-greeter/settings-manager-plugins/a11y-keyboard/active

Note that this is tested some time ago - I am not sure it still works.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-07-14 08:13:49 +0000

Seen: 485 times

Last updated: Mar 28 '14