mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #149] CMD+A should select all text in the search input on Mac #108
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rinti on GitHub (Aug 26, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/149
Right now nothing happens when i press cmd+a in the search input. I often use this shortcut to delete the current text and replace it with something else.
@omartijn commented on GitHub (Aug 27, 2021):
This doesn't work on linux either. In fact, the whole textbox behaviour is strange: When you focus is and then switch to another application, the textbox is still displayed as if it is currently selected.
To be fair, I think this is not something that psst should fix, but rather something that should be fixed in druid.
@jpochyla commented on GitHub (Aug 28, 2021):
"Select All" works for me with latest master, can you confirm?
@rinti commented on GitHub (Aug 28, 2021):
Definitely works!