Bug 437560

Summary: Implement ESC to Exit Virtual Desktop Rename and Double Click to Rename
Product: [Applications] systemsettings Reporter: Andres Betts <anditosan1000>
Component: kcm_kwinvirtualdesktopsAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nate, nicolas.fella, plasma-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andres Betts 2021-05-23 16:58:01 UTC
I wanted to suggest adding more actions to the addition of new virtual desktops on the Virtual Desktop KCM. Renaming is currently only possible when clicking the edit button, instead, it would be consistent and helpful to also have double click on the desktop name for quick renaming and pressing ESC for saving the change or exiting the action.
Comment 1 Nicolas Fella 2021-05-23 19:44:29 UTC
https://invent.kde.org/plasma/kwin/-/merge_requests/1026 changed the rename behavior a bit. Now the name is always saved, not only when enter is pressed.

Double clicking to rename seems like a good idea though
Comment 2 Andres Betts 2021-05-23 21:17:05 UTC
Thanks Nico!
Comment 3 Nate Graham 2021-05-26 17:55:17 UTC
In fact double-click to rename was just done in Bug 421882.

Esc to confirm the change seems bad; typically Esc is used for discarding a change. Enter/Return are used for confirming it, and I also just now added a visible button to confirm the change. Hopefully that should be good enough. :)

*** This bug has been marked as a duplicate of bug 421882 ***