Copy Paste using ALT instead of Ctrl on Haiku OS
Answered
Hi
IntelliJ works great on Haiku OS except one thing.
Haiku uses Alt+C / Alt+V instead of Ctrl+C / Ctrl+V as copy paste key.
But in Intellij it's mapped to Ctrl+C / Ctrl+V.
I couldn't find a way to change that. In the keybinding settings I cannot use Alt.
Is there any way this can be done? It would be great if IntelliJ would support that on Haiku itself.
Please sign in to leave a comment.
Alt is used for mnemonics:
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Enable mnemonics in controls
Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Enable mnemonics in menu
Disabling the above options might help.
Thanks for the suggestion, but it doesn't work. Still can't use alt in the keybindings.
Hi! Please try adding the shortcuts to the keymap config file manually (you can find it under "keymap" subfolder in IDE settings directory):
Also, I filed a new issue: https://youtrack.jetbrains.com/issue/IDEA-266819
Please, vote and follow for updates. If you aren't familiar with YouTrack, see this instruction.
Thanks, I will try it