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

Still cannot use command shortcuts with alt #23

Closed Polygons1 closed 10 months ago

Polygons1 commented 10 months ago

I still can't the alt key,

just change it please to e.code === "KeyS"

and the solution was just for the s key, so just change it to e.code === "Key(key)"

face-hh commented 10 months ago

Fixed in a394323