Skip to content

Instantly share code, notes, and snippets.

@daimatz
daimatz / mac.ahk
Last active February 28, 2022 00:20
Example of AutoHotkey. Mac like keybinds
;================================================================
;mac風キーバインド(Cmd+Q) など
; https://gist.github.com/daimatz/1385713
;================================================================
#InstallKeybdHook
#UseHook
;================================================================
;関数
-- Parsec 3 tutorial code --
-- module Main where -- this isn't necessary
import Text.Parsec
import Text.Parsec.String (Parser) -- type Parser = Parsec String ()
import Text.Parsec.Expr
import qualified Text.Parsec.Token as P
import Text.Parsec.Language (haskellStyle)
import Data.Char