Skip to content

Instantly share code, notes, and snippets.

#IfWinActive ahk_class Age3 ; Hotkeys above will works only if age of empires 3 (re/ep) is open
XButton2::
Send {Shift down}{XButton2}{Shift up} ; select all idle vills (side button on mouse (side/bottom)) . Change `XButton2` with whatever you setup idle villagers in hotkeys
return
CapsLock::+a ; select all military (select all military button is set to `shift+a` in my hotkeys)
~Tab::Send, /^w/ ; switch and focus between your heros with tab (`shift+w` : remove from groups, `/`: find hero in my hotkeys) (this removes hero from group and selects it)
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.uytu
#Persistent
#SingleInstance Force ; Allow only one running instance of script.
#InstallKeybdHook
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#IfWinActive ahk_exe atom.exe
^r:: ; press control+r to reload
Reload
return
@geryit
geryit / ws.ws
Created December 21, 2020 23:09
import utils.HardcodedDatabaseIds.carbonPracticeIds
import models._
import DBDriver.api._
import slick.dbio.Effect
import utils.Util._
import scala.concurrent.Future
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Await
import scala.concurrent.duration._
Goksel Eryigit
Senior Full Stack Developer
Helsinki, Finland
+358442453888
geryit@gmail.com
https://geryit.com • https://www.linkedin.com/in/geryit/ • https://github.com/geryit
ABOUT ME
I am a Full-stack Software Engineer with over 10 years of specialized experience in Web and Mobile App development. Previously, I worked with Udemy (4 years on-site, 2 years remote) and Carbon Health San Francisco (7 years remote). I am currently searching for either a new contract or a permanent position.