Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AHK Skript #103

Open
zuphilip opened this issue Dec 5, 2018 · 1 comment
Open

AHK Skript #103

zuphilip opened this issue Dec 5, 2018 · 1 comment
Labels

Comments

@zuphilip
Copy link
Member

zuphilip commented Dec 5, 2018

Mit dem Skript kann man Text eine ID markieren und durch Drücken einer Tastenkombination die Suche (entweder ISBN oder PPN im SWB) in malibu im Browser öffnen. Dies ist insbesondere auch bei Email-Nachfragen für eine RVK-Stelle o.ä. nützlich:

#SingleInstance force
#Warn

; Open a browser window to malibu website searching the selected ISBN or PPN


; Copies the selected text to the Windows clipboard, adds it to a
; resolver URL and opens that URL

; hotkey ctrl-shift-i for searching an ISBN
^+i::
  Send, ^c
  Run, "http://data.bib.uni-mannheim.de/malibu/isbn/suche.html?isbn=%Clipboard%"
  Return

; hotkey ctrl-shift-p for searching an PPN in the SWB
^+p::
  Send, ^c
  Run, "http://data.bib.uni-mannheim.de/malibu/isbn/suche.html?verbund=SWB&ppn=%Clipboard%"
  Return

Inspiriert durch @jneubert von https://github.com/jneubert/gnd-wd-link vgl. auch https://www.autohotkey.com/download/

@zuphilip
Copy link
Member Author

zuphilip commented Sep 7, 2023

In dem Kontext evt. einfacher aber auch nur für Browser nutzbar: https://addons.mozilla.org/en-US/firefox/addon/swift-selection-search/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant