{"id":78,"date":"2013-12-13T07:56:24","date_gmt":"2013-12-13T07:56:24","guid":{"rendered":"http:\/\/tastaturkind.ch\/?p=78"},"modified":"2013-12-13T07:56:24","modified_gmt":"2013-12-13T07:56:24","slug":"autohotkey-macro-to-switch-virtual-desktops","status":"publish","type":"post","link":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2013\/12\/13\/autohotkey-macro-to-switch-virtual-desktops\/","title":{"rendered":"Autohotkey Macro to switch Virtual Desktops"},"content":{"rendered":"<pre>SetTimer, SwitchVirtualDesktops , 30000 \nreturn\n\nSwitchVirtualDesktops:\n\nNextScreen++\nIf ( NextScreen = 1 ) {\n Send #1\n}\nIf ( NextScreen = 2 ) {\n Send #2\n}\nIf ( NextScreen = 3 ) {\n Send #3\n}\nIf ( NextScreen = 4 ) {\n Send #4\n NextScreen = 0\n}\nreturn\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>SetTimer, SwitchVirtualDesktops , 30000 return SwitchVirtualDesktops: NextScreen++ If ( NextScreen = 1 ) { Send #1 } If ( NextScreen = 2 ) { Send #2 } If ( NextScreen = 3 ) { Send #3 } If ( NextScreen &hellip; <a href=\"https:\/\/oliver-frick.ch\/wordpress\/index.php\/2013\/12\/13\/autohotkey-macro-to-switch-virtual-desktops\/\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-78","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/78","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/comments?post=78"}],"version-history":[{"count":0,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/posts\/78\/revisions"}],"wp:attachment":[{"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/media?parent=78"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/categories?post=78"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oliver-frick.ch\/wordpress\/index.php\/wp-json\/wp\/v2\/tags?post=78"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}