0
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.

C++ Builder 10.2 Tokyo > shortcut > Ctrl+Alt+P > ツールパレットの検索に飛ぶ | F12と組み合わせてマウスを使わないデザイン作業

Last updated at Posted at 2017-12-28
動作環境
RAD Studio 10.2 Tokyo Update 2

フォームデザイン中にコンポーネントを追加したい。

v0.1

手順

  1. マウスでツールパレットの検索ボックスに移動
  2. キーボードでフィルタ用のキーワード入力 (例: Rich)
  3. RichEditを選択

マウスとキーボードの混合使用をどうにかしたい。

v0.2

ツールパレット

[表示|ツール パレット]のショートカット キーは Ctrl+Alt+P です。

手順

  1. Ctrl + Alt + P
    • 検索ボックスに移動される
  2. キーボードでフィルタ用のキーワード入力 (例: Rich)
  3. RichEditを選択
  4. F12
  5. F12
    • 追加されたRichEditにフォーカスが移る
  6. Shift + Ctrlを押しながら位置の調整

キーボードだけで複数のコンポーネントを配置するデザイン作業ができる。

マウスは必要になった時に適宜使う。

0
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
0
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?