Make AutoHotKey ignore Alt as menu key

前端 未结 7 2014
情歌与酒
情歌与酒 2021-02-04 11:14

I\'m trying to use autohotkey to simulate elements of Mac keyboard on a PC (Windows) keyboard. My muscle memory reaches for the Command key for simple tasks like copying and pas

7条回答
  •  半阙折子戏
    2021-02-04 11:57

    Use

    LAlt::LCtrl
    

    put it into a ahk file compile it and run .exe with administrator rights

    right click -> Run as administrator

    I tested it on Windows 7 and it works, LAlt no longer fires anywhere and it is completely replaced with LCtrl.

提交回复
热议问题