This commit is contained in:
Rachel Lambda Samuelsson 2024-09-15 19:52:52 +02:00
parent 3a6561da03
commit 8c4d4b911c

View File

@ -21,20 +21,20 @@
hotkeys.commands."eye" = {
name = "eye zoom";
key = "Alt+PageUp";
key = "Alt+PgUp";
command = "${extra.eyezoom} eye";
};
hotkeys.commands."default" = {
name = "default zoom";
key = "Alt+PageDown";
key = "Alt+PgDown";
command = "${extra.eyezoom} default";
};
hotkeys.commands."thin" = {
name = "thin zoom";
key = "Alt+Home";
command = "${extra.eyezoom} eye";
key = "Alt+End";
command = "${extra.eyezoom} tiktok";
};
hotkeys.commands."cpypsk" = {