Add setting to enable/disable video hotkeys

This commit is contained in:
James Taylor
2020-09-09 18:53:11 -07:00
parent 75171b7bd5
commit c2ca47c5d3
3 changed files with 16 additions and 10 deletions

View File

@@ -108,6 +108,13 @@ For security reasons, enabling this is not recommended.''',
],
}),
('use_video_hotkeys', {
'label': 'Enable video hotkeys',
'type': bool,
'default': True,
'comment': '',
}),
('theme', {
'type': int,
'default': 0,