beeref/beeref
DarkDefender c545ad6ddc Disable keyrepeat for shortcuts
Currently the keyboard shortcut actions gets repeated when holding down the shortcut keys. I don't think this is intentional as I didn't find any shortcuts that would benefit from this behavior. 

Besides just being a bit annoying, this could also lead to crashes as the program would get into an undefined state.

For example if you held down the crop shortcut key (shift + c) and clicked outside of the crop hot zones, beeref would crash most of the time.
2024-06-02 12:03:25 +02:00
..
actions Disable keyrepeat for shortcuts 2024-06-02 12:03:25 +02:00
assets Use importlib.resources instead of __file__ 2024-05-07 21:37:38 +02:00
config Open images from command line 2024-05-26 15:08:45 +02:00
documentation Fix reading docs with importlib.resources in Python 3.9 2024-05-07 22:03:43 +02:00
fileio Add confirmation dialog when discarding an unsaved file 2024-05-20 19:31:06 +02:00
widgets Make arrange method for importing images configurable 2024-05-26 12:03:38 +02:00
__init__.py Missing lib directory 2021-03-22 21:48:05 +01:00
__main__.py Add setting to change default image allocation limit. 2024-05-08 21:35:11 +02:00
commands.py Fixed pasted items being inserted behind existing items 2024-05-04 17:04:40 +02:00
constants.py Bump version number to 0.3.4-dev 2024-05-05 12:10:54 +02:00
items.py Add action 'Arrange by Filename' 2024-05-25 18:21:23 +02:00
logging.py Add new loglevel TRACE 2021-07-28 18:33:27 +02:00
main_controls.py Add setting to change default image allocation limit. 2024-05-08 21:35:11 +02:00
scene.py Make arrange method for importing images configurable 2024-05-26 12:03:38 +02:00
selection.py Display error messages when images can't be loaded from bee file 2024-05-09 15:41:47 +02:00
utils.py Configurable mouse and mouswheel controls 2024-04-01 15:21:54 +02:00
view.py Open images from command line 2024-05-26 15:08:45 +02:00