basharovV / musicat

A sleek desktop music player and tagger for offline music 🪕. With gapless playback, smart playlists, and a map view! Built with Svelte and Tauri
GNU General Public License v3.0
354 stars 20 forks source link

Can't type certain letter in text inputs #14

Open eye-wave opened 1 month ago

eye-wave commented 1 month ago

Probably it has something to do with shortcuts overriding keydown events. anyways here are all the keys that don't work for me

Q, A and L

basharovV commented 1 month ago

I can reproduce this on Linux but not on macOS for some reason (the shortcut isn't triggered when typing in a focused input field). I've opened a Tauri bug here: https://github.com/tauri-apps/tauri/issues/10482