<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to define an Insert shortcut in the macOS:</div><div><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"JetBrains Mono",monospace;font-size:9.8pt">insert_action.setShortcut(QKeySequence(Qt.Key_Insert))</pre></div><div>Also tried:</div><div><pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:"JetBrains Mono",monospace;font-size:9.8pt">insert_action.setShortcut(QKeySequence(<span style="color:rgb(0,128,128);font-weight:bold">"Ins"</span>))<br></pre></div><div>but neither option works (nothing happens). It does work when I run it on Windows.<br></div><div><br></div><div>I am using an external PC keyboard. I know the keyboard is generating the right key code because when I use the EventViewer of Karabiner-Elements (a keyboard-remapping application), I do see "key_code: insert" when I press the key.</div><div><br></div><div>Thanks,</div><div><br></div><div>Rodrigo<br></div></div>