#Does Tauri register `ctrl+p` and `ctrl+n` as default shortcut?

2 messages · Page 1 of 1 (latest)

sturdy jolt
#

When using codemirror or monaco-editor with tauri, there is a ctrl+p problem, each time it causes 2 lines jumping, so as ctrl+n.

normal shuttle
#

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 🤔