Last active
June 6, 2016 11:06
-
-
Save bookyakuno/5d232cddd64c25351076ba36d0e5556b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- ▼ 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