Fix deletion with image numbers

This commit is contained in:
Kovid Goyal
2020-12-16 18:57:46 +05:30
parent 2fd6bf7442
commit e82a6dedd9
4 changed files with 37 additions and 18 deletions

View File

@@ -251,7 +251,7 @@ def graphics_parser() -> None:
flag = frozenset
keymap: KeymapType = {
'a': ('action', flag('tTqpd')),
'd': ('delete_action', flag('aAiIcCpPqQxXyYzZ')),
'd': ('delete_action', flag('aAiIcCnNpPqQxXyYzZ')),
't': ('transmission_type', flag('dfts')),
'o': ('compressed', flag('z')),
'f': ('format', 'uint'),