add propery to save tab input mode
This commit is contained in:
parent
f7a08dfd34
commit
c87d8d0d8f
@ -107,6 +107,7 @@ class TabData:
|
|||||||
override_target = attr.ib(None)
|
override_target = attr.ib(None)
|
||||||
pinned = attr.ib(False)
|
pinned = attr.ib(False)
|
||||||
fullscreen = attr.ib(False)
|
fullscreen = attr.ib(False)
|
||||||
|
input_mode = usertypes.KeyMode.normal
|
||||||
|
|
||||||
|
|
||||||
class AbstractAction:
|
class AbstractAction:
|
||||||
|
Loading…
Reference in New Issue
Block a user