Created
January 8, 2018 10:07
-
-
Save oscargong/9ac20714c81109b0a6b83615a6914653 to your computer and use it in GitHub Desktop.
My own Surfingkeys conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mapkey('yz', "#7拷贝当前页标题和 URL", function() { | |
Clipboard.write(document.title +" " + window.location.href); | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment