Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bookyakuno/5d232cddd64c25351076ba36d0e5556b to your computer and use it in GitHub Desktop.

Select an option

Save bookyakuno/5d232cddd64c25351076ba36d0e5556b to your computer and use it in GitHub Desktop.
<!-- ▼ Photoshopのアプリを設定 ▼ -->
<appdef>
<appname>Photoshop</appname>
<equal>com.adobe.Photoshop</equal>
</appdef>
<!-- ▲ Photoshopのアプリを設定 ▲ -->
<item>
<name>PhotoshopのHUDカラーピッカーをショートカットにする</name>
<appendix></appendix>
<appendix>Ctrl + S = HUDカラーピッカー</appendix>
<appendix></appendix>
<!-- ▼ テキスト入力で無効化 ▼ -->
<uielementrole_not>AXTextArea, AXTextField</uielementrole_not>
<!-- ▲ テキスト入力で無効化 ▲ -->
<identifier> asdfnlll.appdef </identifier>
<only>Photoshop</only>
<!-- ▼ HUDカラーピッカー …… Ctrl + S ▼ -->
<autogen>__KeyToKey__
KeyCode::S, ModifierFlag::CONTROL_L,
PointingButton::LEFT,
ModifierFlag::OPTION_L,ModifierFlag::COMMAND_L,ModifierFlag::CONTROL_L,
</autogen>
<!-- ▲ HUDカラーピッカー …… Ctrl + S ▲ -->
</item>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment