Start work on delete for frames

This commit is contained in:
Kovid Goyal
2021-01-27 22:40:43 +05:30
parent 17f485d614
commit 43ea58ef48
3 changed files with 143 additions and 117 deletions

View File

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