mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:37:59 +01:00
Fix tab number updates in FF36. Closes issue 300.
This commit is contained in:
@@ -65,7 +65,7 @@ var Browser = Module("browser", {
|
||||
|
||||
mappings: function () {
|
||||
mappings.add([modes.NORMAL],
|
||||
["y"], "Yank current location to the clipboard",
|
||||
["y", "<yank-location>"], "Yank current location to the clipboard",
|
||||
function () { dactyl.clipboardWrite(buffer.uri.spec, true); });
|
||||
|
||||
// opening websites
|
||||
|
||||
Reference in New Issue
Block a user