face-hh / fextify

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

Still cannot use command shortcuts with alt #23

Closed Polygons1 closed 1 year ago

Polygons1 commented 1 year 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 1 year ago

Fixed in a394323