tauri-plugin-prevent-default 1.2.1

Disable default browser shortcuts
Documentation
1
2
3
4
5
const COMMANDS: &[&str] = &["keyboard", "pointer"];

fn main() {
  tauri_plugin::Builder::new(COMMANDS).build();
}