change default keys for screenshot and video

This commit is contained in:
ohsqueezy 2022-07-26 17:28:56 -04:00
parent a3fba9c38a
commit 9fd3ee282e
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ Configuration::Configuration(Node *parent, fs::path path) : Node(parent)
void Configuration::set_defaults()
{
sys_config["keys"] = {
{"record", {"CTRL", "SHIFT", "f10"}},
{"record", {"CTRL", "SHIFT", "i"}},
{"save-current-stash", {"CTRL", "SHIFT", "v"}},
{"screenshot", "f9"},
{"screenshot", {"CTRL", "i"}},
{"action", "space"},
{"up", "up"},
{"right", "right"},