{"id":6866,"date":"2024-08-29T14:41:49","date_gmt":"2024-08-29T05:41:49","guid":{"rendered":"https:\/\/do-gugan.com\/~furuta\/?p=6866"},"modified":"2024-08-29T14:46:02","modified_gmt":"2024-08-29T05:46:02","slug":"autohotkey_open_obs","status":"publish","type":"post","link":"https:\/\/do-gugan.com\/~furuta\/archives\/2024\/08\/autohotkey_open_obs.html","title":{"rendered":"AutoHotKey\u3067OBS\u672a\u8d77\u52d5\u6642\u306f\u8d77\u52d5\u3001\u8d77\u52d5\u6642\u306f\u624b\u524d\u306b\u79fb\u52d5"},"content":{"rendered":"\n<p>Stream Deck\u3084LoupeDeck\u306a\u3069\u306e\u30de\u30af\u30ed\u30ad\u30fc\u30d1\u30c3\u30c9\u3067OBS Studio\uff08\u3067\u3082\u306a\u3093\u3067\u3082\uff09\u306e\u8d77\u52d5\u30dc\u30bf\u30f3\u3092\u4f5c\u308b\u6642\u3001\u5358\u7d14\u306b.exe\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u3088\u3046\u3068\u3059\u308b\u3068\u3001\u65e2\u306b\u8d77\u52d5\u3057\u3066\u3044\u308b\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u3042\u3063\u305f\u6642\u306b\u591a\u91cd\u8d77\u52d5\u8b66\u544a\u304c\u51fa\u3066\u3057\u307e\u3044\u307e\u3059\u3002\u8d77\u52d5\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3056\u3063\u3068\u773a\u3081\u3066\u3082\u3001\u8b66\u544a\u3092\u51fa\u306a\u304f\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u308b\u3082\u306e\u306e\u3001\u591a\u91cd\u8d77\u52d5\u306b\u306f\u306a\u3063\u3066\u3057\u307e\u3046\u307d\u3044\u3002<\/p>\n\n\n\n<p>\u305d\u3053\u3067\u3001AutoHotKey\u3092\u4f7f\u3063\u3066<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u672a\u8d77\u52d5\u6642\u306f\u8d77\u52d5\u3059\u308b<\/li>\n\n\n\n<li>\u65e2\u306b\u8d77\u52d5\u3057\u3066\u3044\u305f\u3089\u305d\u3061\u3089\u306e\u30a6\u30a4\u30f3\u30c9\u30a6\u306b\u5207\u308a\u66ff\u3048\u308b<\/li>\n<\/ul>\n\n\n\n<p>\u3068\u3044\u3046\u52d5\u4f5c\u3092\u5b9f\u73fe\u3057\u3066\u307f\u307e\u3057\u305f\u3002\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u9069\u5f53\u306a\u7a7a\u3044\u3066\u308b\u30ad\u30fc\uff08\u4e0b\u306e\u30b3\u30fc\u30c9\u4f8b\u3067\u306fCtrl+Shift+Alt+F1\uff09\u306b\u30a2\u30b5\u30a4\u30f3\u3057\u3001\u305d\u308c\u3092Stream Deck\u3067\u547c\u3073\u51fa\u3059\u611f\u3058\u3067\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>; Bring OBS Studio front.\n^+!F1::\n{\n\tif (WinExist(\"ahk_exe obs64.exe\")){\n\t\tWinActivate\n\t} else {\n\t\tSetWorkingDir \"c:\\Program Files\\obs-studio\\bin\\64bit\\\"\n\t\tRun \"c:\\Program Files\\obs-studio\\bin\\64bit\\obs64.exe\"\n\t}\n}\n<\/code><\/pre>\n\n\n\n<p>\u4ed6\u306e\u30a2\u30d7\u30ea\u3084\u30b2\u30fc\u30e0\u306b\u5fdc\u7528\u3057\u305f\u3044\u6642\u306f\u3001<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>SetWorkingDir\uff08\u4f5c\u696d\u30d5\u30a9\u30eb\u30c0\u306e\u6307\u5b9a\uff09\u306e\u884c\u306b\u5b9f\u884c\u3057\u305f\u3044\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3080\u30d5\u30a9\u30eb\u30c0\u306e\u30d1\u30b9\uff08\u30a2\u30d7\u30ea\u306b\u3088\u3063\u3066\u306f\u4e0d\u8981\u304b\u3082\uff09<\/li>\n\n\n\n<li>Run\uff08\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u6307\u5b9a\uff09\u306e\u884c\u306b\u8d77\u52d5\u3057\u305f\u3044.exe\u30d5\u30a1\u30a4\u30eb\u306e\u30d5\u30eb\u30d1\u30b9<\/li>\n\n\n\n<li>WinExist\uff08\u8d77\u52d5\u4e2d\u304b\u306e\u5224\u5b9a\u6761\u4ef6\uff09\u306e\u3068\u3053\u308d\u306f&#8221;ahk_exe (.exe\u30d5\u30a1\u30a4\u30eb\u540d)&#8221;<\/li>\n<\/ul>\n\n\n\n<p>\u3076\uff4e\u306b\u305d\u308c\u305e\u308c\u7f6e\u304d\u63db\u3048\u308c\u3070\u3088\u3044\u306f\u305a\u3067\u3059\u3002\u3053\u306e\u4f8b\u3067\u306fWinExist\u3067\u5b9f\u884c\u4e2d\u30d7\u30ed\u30bb\u30b9\u304b\u3089\u8a72\u5f53.exe\u540d\u3092\u63a2\u3057\u3066\u5224\u5b9a\u3057\u307e\u3059\u304c\u3001AutoHotKey\u3067\u306f\u4ed6\u306b\u3082\u30a6\u30a4\u30f3\u30c9\u30a6\u30bf\u30a4\u30c8\u30eb\u3068\u304b\u3067\u3082\u30de\u30c3\u30c1\u3057\u3066\u5224\u5b9a\u3067\u304d\u308b\u306e\u3067\u3001\u4f8b\u3048\u3070\u300c\u30d6\u30e9\u30a6\u30b6\u3067\u7279\u5b9a\u306e\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u3092\u542b\u3080\u30bf\u30d6\u304c\u5b58\u5728\u3057\u305f\u3089\u300d\u307f\u305f\u3044\u306a\u5224\u5b9a\u3082\u3067\u304d\u308b\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>AutoHotKey\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u521d\u671f\u8a2d\u5b9a\u304c\u5fc5\u8981\u306a\u306e\u3067\u3084\u3084\u307e\u308f\u308a\u304f\u3069\u3044\u3067\u3059\u304c\u3001Stream Deck\u4ee5\u5916\u304b\u3089\u3067\u3082\u3001\u306a\u3093\u306a\u3089\u76f4\u63a5\u30ad\u30fc\u30dc\u30fc\u30c9\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3068\u3057\u3066\u3082\u4f7f\u3048\u308b\u306e\u3067\u53c2\u8003\u307e\u3067\u3002<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Stream Deck\u3084LoupeDeck\u306a\u3069\u306e\u30de\u30af\u30ed\u30ad\u30fc\u30d1\u30c3\u30c9\u3067OBS Studio\uff08\u3067\u3082\u306a\u3093\u3067\u3082\uff09\u306e\u8d77\u52d5\u30dc\u30bf\u30f3\u3092\u4f5c\u308b\u6642\u3001\u5358\u7d14\u306b.exe\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u3088\u3046\u3068\u3059\u308b\u3068\u3001\u65e2\u306b\u8d77\u52d5\u3057\u3066\u3044\u308b\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u3042\u3063\u305f\u6642\u306b\u591a\u91cd\u8d77\u52d5\u8b66\u544a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[294,676,1323,1324],"class_list":["post-6866","post","type-post","status-publish","format-standard","hentry","category-pc","tag-obs-studio","tag-autohotkey","tag-stream-deck","tag-loupedeck"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/posts\/6866","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/comments?post=6866"}],"version-history":[{"count":3,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/posts\/6866\/revisions"}],"predecessor-version":[{"id":6869,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/posts\/6866\/revisions\/6869"}],"wp:attachment":[{"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/media?parent=6866"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/categories?post=6866"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/do-gugan.com\/~furuta\/wp-json\/wp\/v2\/tags?post=6866"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}