JOSM/FKeys

From OpenStreetMap Wiki
Jump to: navigation, search

AutoHotKey Script um Tag-Presets auf Funktionstasten zu legen

Für Windows XP.
Getestet mit JOSM 3690.

AutoHotKey Homepage

Kommentare bitte auf die Diskussionsseite.

Voraussetzungen:

Installation:


; josmkeys.ahk V0.1
; written by chris66
; released as public domain
; use on your own risk

#NoEnv

SendMode Event
SetTitleMatchMode, 2

return

; F4 farmyard

f4::
sendinput !b
sleep,100
IfWinActive Werte
{
send landuse{tab}farmyard{return}
sleep,100
send {space}
sleep,100
send source{tab}bing{return}
}
return

; Weitere hier hinzufügen
Personal tools
Namespaces
Variants
Actions
site
Toolbox