;Tangar's addon (http://tangar.info). Enjoy! %) ;numlock off SetNumLockState, AlwaysOff ;capslock off SetCapsLockState, AlwaysOff ;Remapping Num5 -> f11; vk0C::F11 ;winkey -> F10 LWin::F10 ;capslock -> F9 ~Capslock::F9 ;numlock -> F8 Numlock:: { KeyWait, NumLock sendinput, {F8} } ;tab -> F7 Tab::F7 ;tilda -> F6 vkC0::F6 ;ESC -> F5 // do be able to do so, you need to arrange ESC manually in .prf BEWARE: if you would open '%' screen - you won't be able to exit it with remapped ESC (/rfed this problem) ;vk1B::F5 ;Fixing alt-problem ~LAlt Up:: return ;Activate addon WinKey+LMC at the window MButton & LButton:: Winset, Alwaysontop, On, A WinSet, Style, -0xC00000, A WinSet, Style, -0xC40000, A WinSet, Region, 0-30 W1920 H1080, PWMAngband 1.2.0 (Beta 0) ; If you wish to hide first stroke of gaming window - remove ";" at beginning of this line. Also change W1300 H550 at your resolution, for example W1680 H1050. ;WinSet, Region, 275-34 1660-34 1660-988 275-988, Term-6 ; could be used to cut screen from Term-6 return ; ;Deactivate addon WinKey+RMC at the window MButton & RButton:: WinSet, Style, +0xC00000, A return ;