{"id":333,"date":"2018-05-02T09:46:01","date_gmt":"2018-05-01T21:46:01","guid":{"rendered":"https:\/\/content.ronella.xyz\/apps\/wordpress\/?p=333"},"modified":"2018-05-02T09:46:01","modified_gmt":"2018-05-01T21:46:01","slug":"always-on-top-using-autohotkey","status":"publish","type":"post","link":"https:\/\/www.ronella.xyz\/?p=333","title":{"rendered":"Always On Top using AutoHotKey"},"content":{"rendered":"<ol>\n<li>Create an autohotkey script <em>(e.g. alwaysontop.ahk)<\/em>.<\/li>\n<li style=\"margin-top: 25px;\">Add the following entries:\n<pre>#^+t::\r\n\tWinSet, AlwaysOnTop, On, A\r\nReturn\r\n\r\n#^t::\r\n\tWinSet, AlwaysOnTop, Off, A\r\nReturn<\/pre>\n<p>Example script<\/p>\n<pre>#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.\r\n; #Warn  ; Enable warnings to assist with detecting common errors.\r\nSendMode Input  ; Recommended for new scripts due to its superior speed and reliability.\r\nSetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.\r\n\r\n#^+t::\r\n\tWinSet, AlwaysOnTop, On, A\r\nReturn\r\n\r\n#^t::\r\n\tWinSet, AlwaysOnTop, Off, A\r\nReturn<\/pre>\n<\/li>\n<\/ol>\n<p>To make a window always on top press the following combination:<\/p>\n<pre>Win + Ctrl + Shift + t<\/pre>\n<p>To disable the effect of the always on top press the following combination:<\/p>\n<pre>Win + Ctrl + t<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create an autohotkey script (e.g. alwaysontop.ahk). Add the following entries: #^+t:: WinSet, AlwaysOnTop, On, A Return #^t:: WinSet, AlwaysOnTop, Off, A Return Example script #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[28,10],"tags":[],"_links":{"self":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/333"}],"collection":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=333"}],"version-history":[{"count":1,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/333\/revisions"}],"predecessor-version":[{"id":334,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=\/wp\/v2\/posts\/333\/revisions\/334"}],"wp:attachment":[{"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ronella.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}