c2r0b / tauri-plugin-context-menu

Native Context Menu in Tauri
https://crates.io/crates/tauri-plugin-context-menu
MIT License
118 stars 6 forks source link

Support more key codes #6

Closed egoist closed 11 months ago

egoist commented 11 months ago

for example: cmd_or_ctrl, backspace

here's more if you want more complete support: https://www.electronjs.org/docs/latest/api/accelerator

c2r0b commented 11 months ago

Implemented in v0.5.0 🎉 Key codes list available here.