mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 20:04:36 +03:00
Restore Ctrl+C to quit (for now)
This commit is contained in:
parent
138776456d
commit
cde031f70d
2
paint.py
2
paint.py
@ -1088,7 +1088,7 @@ class PaintApp(App[None]):
|
||||
# it ignores the Shift.
|
||||
("ctrl+shift+z,shift+ctrl+z,ctrl+y,f4", "redo", _("Repeat")),
|
||||
("ctrl+x", "cut", _("Cut")),
|
||||
("ctrl+c", "copy", _("Copy")),
|
||||
# ("ctrl+c", "copy", _("Copy")), # Quit, for now
|
||||
("ctrl+v", "paste", _("Paste")),
|
||||
("ctrl+g", "toggle_grid", _("Show Grid")),
|
||||
("ctrl+f", "view_bitmap", _("View Bitmap")),
|
||||
|
Loading…
Reference in New Issue
Block a user