fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.43k stars 434 forks source link

Fluidd keyboard shortcuts take precedence over OS shortcuts #1475

Closed bwnance closed 3 months ago

bwnance commented 3 months ago

Fluidd Version

v1.30.1

Browser

Chrome

Device

Laptop

Operating System

macOS

What happened

OS-level shortcuts are overridden by the new keyboard shortcuts system. Primarily, this is annoying when trying to copy text via cmd + c.

What did you expect to happen

cmd + c should copy text, not take me to the console

How to reproduce

select text (while not in the console tab) and press cmd + c - the text won't be copied, and you'll be moved to the console tab.

Additional information

No response

pedrolamas commented 3 months ago

Hi @bwnance, thank you for opening this issue.

To be honest this was mostly due to my ignorance to how mac keyboards work than anything else... we will try to get this fixed for the next release.

bwnance commented 3 months ago

Hi @bwnance, thank you for opening this issue.

To be honest this was mostly due to my ignorance to how mac keyboards work than anything else... we will try to get this fixed for the next release.

Thank you! 🙏