mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 06:17:58 +01:00
new liberator.util.readFromClipboard, so also non-Firefox extensions have access to the clipboard
This commit is contained in:
@@ -117,7 +117,7 @@ liberator.config = {
|
||||
|
||||
liberator.mappings.add([liberator.modes.NORMAL],
|
||||
["y"], "Yank current location to the clipboard",
|
||||
function () { liberator.copyToClipboard(liberator.buffer.URL, true); });
|
||||
function () { liberator.util.copyToClipboard(liberator.buffer.URL, true); });
|
||||
|
||||
// opening websites
|
||||
liberator.mappings.add([liberator.modes.NORMAL],
|
||||
|
||||
Reference in New Issue
Block a user