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
name: Jekyll site CI | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: |
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
;For Firefox should set middlemouse.paste to true, in about:config | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
;Exclude applications for auto copy by mouse selected | |
GroupAdd, NoCopy, ahk_class CASCADIA_HOSTING_WINDOW_CLASS ;Windows Terminal | |
GroupAdd, NoCopy, ahk_class ConsoleWindowClass ;CMD and PowerShell | |
GroupAdd, NoCopy, ahk_exe Explorer.EXE ;Windows Explorer |