After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698412 - Popup character variations when a key is held down
Popup character variations when a key is held down
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-19 21:58 UTC by Allan Day
Modified: 2021-07-05 14:29 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8



Description Allan Day 2013-04-19 21:58:37 UTC
We currently do this for the onscreen keyboard - if I hold down "a", I get a helpful popup showing variations of the letter (à, á, â, ä, etc). We should do the same thing for physical keyboards too - this would be a really easy way to enter different latin characters.

This implies that we would do away with "repeat keys" (holding down a key would show the popup, not enter the same character repeatedly).
Comment 1 Rui Matos 2013-04-19 22:14:35 UTC
Technically this can't be done in X11 since the compositor doesn't see input events itself, they go directly to the client application. It could be done on gtk+ today but then it wouldn't be consistent with other toolkits. It should also be possible to do on Wayland.

But, to be honest, I'm not sure this is such a good idea. Hardware and software keyboards are so different that I don't think we should shoehorn one's features into the other. I fear that that would only end up in frustration for users.
Comment 2 Jakub Steiner 2013-04-20 13:50:53 UTC
What is the use case for the key repeat? I can't think of one.
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-04-20 14:20:00 UTC
Holding space for aligning code.
Comment 4 Bastien Nocera 2013-04-20 15:00:30 UTC
(In reply to comment #0)
> This implies that we would do away with "repeat keys" (holding down a key would
> show the popup, not enter the same character repeatedly).

We cannot remove repeat keys, it's used for accessibility.

(In reply to comment #3)
> Holding space for aligning code.

Holding backspace to remove code. Holding shift and the cursor keys to select code.
:)
Comment 5 GNOME Infrastructure Team 2021-07-05 14:29:42 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of  gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/

Thank you for your understanding and your help.