#Does Tauri register `ctrl+p` and `ctrl+n` as default shortcut?
2 messages · Page 1 of 1 (latest)
Tauri does not register any shortcuts itself. The webview may, but i would guess that they have a similar functionality to their browser equivalen (ctrl n - new window, ctrl p = print dialog), so i don't think the behavior you're seeing is necessarily the webview's fault 🤔