mirror of
https://github.com/Diolinux/PhotoGIMP.git
synced 2026-04-05 19:51:58 +02:00
Fix keyboard shortcuts #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @getsnoopy on 6/29/2025
There were some keyboard shortcuts in the GIMP 2.0 version of the repository that were not properly transferred when the repository was upgraded to support GIMP 3.0. Also, there were some keyboard shortcuts that were too narrowly defined or simply were not working, so this commit fixes all of these issues.
Fixes #23, #77