Fix keyhint tests
This commit is contained in:
parent
d92674dd04
commit
a8d1187ba0
@ -50,10 +50,13 @@ def keyhint(qtbot, config_stub, key_config_stub):
|
|||||||
'colors': {
|
'colors': {
|
||||||
'keyhint.fg': 'white',
|
'keyhint.fg': 'white',
|
||||||
'keyhint.fg.suffix': 'yellow',
|
'keyhint.fg.suffix': 'yellow',
|
||||||
'keyhint.bg': 'black'
|
'keyhint.bg': 'black',
|
||||||
},
|
},
|
||||||
'fonts': {'keyhint': 'Comic Sans'},
|
'fonts': {'keyhint': 'Comic Sans'},
|
||||||
'ui': {'keyhint-blacklist': '', 'status-position': 'bottom'},
|
'ui': {
|
||||||
|
'keyhint-blacklist': '',
|
||||||
|
'status-position': 'bottom',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
keyhint = KeyHintView(0, None)
|
keyhint = KeyHintView(0, None)
|
||||||
qtbot.add_widget(keyhint)
|
qtbot.add_widget(keyhint)
|
||||||
|
Loading…
Reference in New Issue
Block a user