Firefox: Add keyd to pin tab and paste-n-go.
This commit is contained in:
parent
740c95f6a2
commit
02bf76dfd7
|
@ -11,8 +11,7 @@
|
||||||
"alt.E" = "C-S-pagedown"; # Move tab right.
|
"alt.E" = "C-S-pagedown"; # Move tab right.
|
||||||
"alt.a" = "A-left"; # Go back.
|
"alt.a" = "A-left"; # Go back.
|
||||||
"alt.d" = "A-right"; # Go forward.
|
"alt.d" = "A-right"; # Go forward.
|
||||||
"alt.s" = "down"; # Scroll down.
|
"alt.w" = "p"; # Paste and go.
|
||||||
"alt.w" = "up"; # Scroll up.
|
|
||||||
"alt.f" = "C-f"; # Find text.
|
"alt.f" = "C-f"; # Find text.
|
||||||
"alt.N" = "S-f3"; # Find prev.
|
"alt.N" = "S-f3"; # Find prev.
|
||||||
"alt.n" = "f3"; # Find next.
|
"alt.n" = "f3"; # Find next.
|
||||||
|
@ -21,6 +20,7 @@
|
||||||
"alt.l" = "A-S-a"; # Toggle dark mode.
|
"alt.l" = "A-S-a"; # Toggle dark mode.
|
||||||
"alt.m" = "C-m"; # Toggle tab mute.
|
"alt.m" = "C-m"; # Toggle tab mute.
|
||||||
"alt.enter" = "C-S-l"; # Fill password.
|
"alt.enter" = "C-S-l"; # Fill password.
|
||||||
|
"alt.s" = "A-p"; # Pin tab.
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue