Bug 4050

Summary: Replace "Disabled" hotkey with empty string
Product: clawsker Reporter: George <removed-gdpr>
Component: defaultAssignee: users
Status: RESOLVED WONTFIX    
Severity: enhancement    
Priority: P3    
Version: 1.0.1   
Hardware: PC   
OS: Linux   

Description George 2018-07-15 10:25:10 UTC
Please replace "Disabled" with empty string to make it easier for the eye to see the actual shortcuts

*I have read comment#10 in bug#4013 but I don't know how it can be done. Perhaps faded text color would work too.
Comment 1 Ricardo Mones 2022-01-15 13:52:29 UTC
Looks like there's no simple way of changing that GTK+ harcoded string [1]: the 'text' property is not valid for CellRendererAccel, and fiddling with it in some other way seems too hackish. Furthermore changing this will break user experience with how key accels are shown in GTK+ applications, so not worth the effort IMO.

[1] https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkcellrendereraccel.c#L295