Add shortcut to change font size

This commit is contained in:
Natsu Kagami 2022-10-12 18:07:09 +02:00
parent 61924ba95f
commit f1f509b38f
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -69,7 +69,10 @@ with lib;
}
];
keybindings = { };
keybindings = {
"ctrl+shift+equal" = "no_op"; # Not possible with a JIS keyboard
"ctrl+shift+^" = "change_font_size all +2.0"; # ... so use ^ instead
};
};
}