face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Cannot use command shortcuts with alt #22

Closed Polygons1 closed 10 months ago

Polygons1 commented 10 months ago

I am using macOS and in macOS the option key is the replacement for the alt key, but it's not working to me

Polygons1 commented 10 months ago

I saw the problem, and the key (e.key) is ß

face-hh commented 10 months ago

(Hopefully) fixed in 6932f48

Polygons1 commented 10 months ago

@face-hh note, it's just for the s key

Polygons1 commented 10 months ago

btw @face-hh, it's still not working. just change it to e.code === "KeyS"

face-hh commented 10 months ago

btw @face-hh, it's still not working. just change it to e.code === "KeyS"

could you try modifying it & open a PR so I don't have to blindly test solutions?