Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:C:DVD
clutter
clutter-text-bind-ctrl-A.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File clutter-text-bind-ctrl-A.patch of Package clutter
From f12969fd5276cdcfeeb0a78b827405c975a11bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org> Date: Thu, 12 May 2016 15:25:43 +0200 Subject: text: Bind <ctrl>A in addition to <ctrl>a The 'select-all' action is currently only bound to <ctrl>a, which makes it awkward to use when caps-lock is active, and is inconsistent with GTK+. Just accept both upper- and lower-case variants. https://bugzilla.gnome.org/show_bug.cgi?id=766326 --- clutter/clutter-text.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index 164cb03..54dfae9 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -4044,6 +4044,10 @@ clutter_text_class_init (ClutterTextClass *klass) CLUTTER_KEY_a, CLUTTER_CONTROL_MASK, G_CALLBACK (clutter_text_real_select_all), NULL, NULL); + clutter_binding_pool_install_action (binding_pool, "select-all", + CLUTTER_KEY_A, CLUTTER_CONTROL_MASK, + G_CALLBACK (clutter_text_real_select_all), + NULL, NULL); clutter_binding_pool_install_action (binding_pool, "delete-next", CLUTTER_KEY_Delete, 0, -- cgit v0.12
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor