Lolo, ich werde es versuchen, aber ich bin immer noch verwirrt.
#SingleInstance Force #installKeybdHook #Persistent SetTitleMatchMode, 2 #IfWinActive, Word ; #n will only trigger when working inside Word. #n:: ; [Win]+n trigger key ClipBoard = ; Clear ClipBoard Send, + ; [Shift]+[End] Send, ^c ; Store selected text in ClipBoard Sleep, 100 ; ClipWait seems unreliable WinActivate, ahk_class Chrome_WidgetWin_1 Send, ^t ; In my Chrome setup I immediately get a Google search page. WinWaitActive, Google - Google Chrome ; Wait for Google search Page Send, %ClipBoard% ; Send ClipBoard Text to Google WinWaitActive, %ClipBoard% ; Wait for window title with search string Send, SoundBeep, 500, 500 Return #IfWinActive
Die Kombination Tab + Enter wurde hinzugefügt. Dies funktioniert NICHT auf meinem Rechner, da Tab zur schwarzen Google+ Menüleiste springt.