Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
6.83k stars 372 forks source link

Setting Tool Shortcut To Use Control Doesn't Work #935

Closed 123outerme closed 9 months ago

123outerme commented 9 months ago

Pixelorama version: v0.11.3-1, installed from the AUR package "pixelorama-bin". (I know there are visual issues with another AUR package for Pixelorama, but this one doesn't have those issues)

OS/device including version: EndeavourOS Arch Linux (up to date)

Issue description: After changing a tool shortcut to use a Control+\ keybind, using the keybind does not select the tool.

Steps to reproduce:

  1. Change a tool shortcut to Control+\ for any additional key (I was testing with Control+W).
  2. Exit the shortcuts menu and press the keys for the shortcut. The tool should not be selected.
OverloadedOrama commented 9 months ago

The issue should be fixed now in commit 5b67880 for 1.x and 7c0de64 for 0.11.4.

Originally this was because of issue #406. The solution we used back then meant that users couldn't use Control in their shortcuts for the tools. The fix I committed just now does not seem to reproduce that issue.

Thanks for reporting!