cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.76k stars 83 forks source link

Cmd+Backspace should delete to start of line #1301

Open kkoreilly opened 1 week ago

kkoreilly commented 1 week ago

Describe the feature

That is standard behavior on macOS. And maybe Cmd+Delete should delete to end of line, although that does not seem to happen in other apps on macOS. We also need to confirm whether there is any way to do the same on Linux and Windows (perhaps with Alt). This arose from discussion in #1300.

Relevant code

No response

rcoreilly commented 1 week ago

Should also add the keyfun markdown tables to the docs -- they are now just in some random discussion #650