Bug 424127 - &S Accelerator gone missing on "Send" button
Summary: &S Accelerator gone missing on "Send" button
Status: RESOLVED FIXED
Alias: None
Product: kdeconnect
Classification: Applications
Component: messaging-application (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Simon Redman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-12 15:12 UTC by Marcel Partap
Modified: 2024-02-12 22:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Partap 2020-07-12 15:12:38 UTC
On a much older version (debian stable's 1.3.3-2), replying to f.e. SMS notifications, the »send«-button had an accelerator on the S, allowing to send a reply with ALT-S. In recent update of kdeconnect to 20.04.2-1 (debian unstable) that has gone missing.
Is it enough to add an ampersand to line 41 of kdeconnect-kde/plugins/notifications/sendreplydialog.cpp as in `    button->setText(i18n("&Send"));` ? If so, would be great if someone could add it : )
Comment 1 Simon Redman 2024-02-12 22:01:27 UTC
The pop up window described (sendreplydialog) has been replaced in favour of reply-able notifications, which are provided by KNotification and should support all the relevant accelerators, etc.