2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Radial Menu V4 でショートカットを使う時のちょっとしたテク

Posted at

ラジアルメニューソフト Ragial Menu V.4のちょっと楽をするテクニックです
radial menu v4はこちらから
https://autohotkey.com/boards/viewtopic.php?f=6&t=12078
Screenshot - 2016_03_06 , 13_48_45.png

radial menuを使うメリット

  • 使用頻度が低いために、覚えられない(或いは覚えにくい)ショートカットを登録しておく
  • ボタンから各種操作・アプリの起動・スクリプトの実行
  • ボタンの配置を自分でカスタマイズ

radial menu から白フチアクションを実行させる

*ctrl+alt+shift+F16に画像に白いフチを生成するアクションが割り振ってあるとする

Radial Menu のボタンの定義 (ex. Menu definitions/xxxprofile.txt)
[Item7]
Text= 白フチ
Icon = Csp_PlainLarge.png
Action= fun SendSc|"^+!{F16}"

Radial Menu の関数定義 (ex. My codes/My functions.ahk)

	Send, %k%
}```

### 実際の操作
![Screenshot - 2016_03_06 , 14_04_09.png](https://qiita-image-store.s3.amazonaws.com/0/84265/c557395b-d98a-5974-5102-9db7f8c74228.png)

![Screenshot - 2016_03_06 , 14_04_51.png](https://qiita-image-store.s3.amazonaws.com/0/84265/aeb1fdc9-4860-b8c2-e575-8b05f7e4d7d3.png)
(カーソル消えちゃってますが、白フチのボタンを押してます)
![Screenshot - 2016_03_06 , 14_05_08.png](https://qiita-image-store.s3.amazonaws.com/0/84265/d1d2c335-679e-b9de-6d21-452c20595a75.png)

### メモ
今回はclip studio paint での操作ですが、他のアプリケーションでも汎用的に使っていける
ネタだと思います

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?