Currently, clicking Ctrl-C opens the menu then clicking it again closes it, but ideally ctrl-c would be used for copying highlighted text.
I tried Ctrl-M but that's an alias for Enter so it doesn't really work. I tried another random keybind of Ctrl-K but Enter still breaks the application so we need to figure out if we want a copy command or find a way to fix this.
Currently, clicking Ctrl-C opens the menu then clicking it again closes it, but ideally ctrl-c would be used for copying highlighted text.
I tried Ctrl-M but that's an alias for
Enter
so it doesn't really work. I tried another random keybind of Ctrl-K butEnter
still breaks the application so we need to figure out if we want a copy command or find a way to fix this.