Open qubist opened 2 years ago
I see how in main.qml, some keystrokes combined with control perform actions like quit or Omni. How can I modify the code to make Ctrl-N just send a different keystroke (down-arrow) of performing an action?
main.qml
I see how in
main.qml
, some keystrokes combined with control perform actions like quit or Omni. How can I modify the code to make Ctrl-N just send a different keystroke (down-arrow) of performing an action?