Advertisement
Guest User

Undertale keys remap

a guest
Mar 27th, 2016
9,874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6.  
  7. #IfWinActive, UNDERTALE ahk_class YYGameMakerYY
  8.   w::Up
  9.   a::Left
  10.   s::Down
  11.   d::Right
  12.   l::z
  13.   k::x
  14.   m::c
  15. #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement