A radial menu tool for quickly sending predefined phrases in games and other applications.
Press and hold a hotkey, swipe in a direction, and release to copy/type your phrase instantly.
- Radial wheel overlay — Press a hotkey to show a direction wheel centered on your cursor
- 8/6/4 direction modes — Per-profile configurable number of slots
- Clipboard & direct input — Copy to clipboard, type via
SendInput, or both - Configurable hotkeys — Assign any key (A–Z, 0–9, F1–F12, Space, Enter, Ctrl, Shift, Alt, etc.)
- Multiple profiles — Create named sets with different hotkeys and phrases
- Game-specific profiles — Limit a profile to a game/window title so it only activates while that game is focused
- Selection sound & animation — Optional audio/visual feedback
- Bilingual UI — Japanese and English supported, switchable from settings
- Per-monitor DPI aware — Renders sharply on high-DPI displays
- Run the application (egui settings window opens)
- Configure your profiles: assign a hotkey and enter phrases for each direction
- Optional: enter part of a game window title in Game Window to make that profile active only while that game is focused
- Keep the app running in the background
- In any game or application, hold the hotkey → swipe mouse in a direction → release
- The selected phrase is sent to clipboard, typed, or both
Open chat, hold your hotkey, swipe toward the phrase you want, release, then paste (Ctrl+V) or the text will be typed automatically depending on your output mode.
cargo build --releaseRequires the Rust toolchain (edition 2024).
Settings are saved as JSON to your config folder:
%APPDATA%/CallWheel/CallWheel/settings.json
Press the Save button in the UI to persist changes.
| Category | Names |
|---|---|
| Letters | A B … Z |
| Numbers | 0 1 … 9 |
| Function | F1 F2 … F12 |
| Navigation | Up Down Left Right |
| Modifiers | Shift Ctrl Alt (with L/R prefix) |
| Special | Space Enter Tab Escape Backspace |
- The overlay is designed for borderless windowed or windowed mode; exclusive fullscreen may hide it.
- Right-click or middle-click cancels the wheel.
- The tool does not inject into game processes — it only copies to clipboard or simulates keyboard input via Windows
SendInput.
ゲームなどで定型文を素早く送信するためのラジアルメニューツールです。
ホットキーを長押ししてマウスをスワイプし、キーを離すと定型文をクリップボードへコピー / 直接入力できます。
- ラジアルホイールオーバーレイ — ホットキーを押すとカーソル位置に方向ホイールを表示
- 8 / 6 / 4 方向モード — プロファイルごとにスロット数を設定可能
- クリップボード & 直接入力 — クリップボードにコピー、
SendInputで入力、またはその両方 - 自由なホットキー割り当て — A–Z, 0–9, F1–F12, Space, Enter, Ctrl, Shift, Alt など任意のキーを割り当て可能
- 複数プロファイル — 名前付きセットを作成し、ホットキーとフレーズを設定
- ゲーム別プロファイル — ゲーム / ウィンドウタイトルを指定すると、そのゲームが前面の時だけ有効化
- 選択サウンド & アニメーション — オプションの音声・視覚フィードバック
- 二言語UI — 日本語と英語に対応、設定画面から切替可能
- DPI対応 — 高DPIディスプレイでもシャープに表示
- アプリを起動(egui設定ウィンドウが開きます)
- プロファイルを設定:ホットキーと各方向の定型文を入力
- 必要に応じて ゲームウィンドウ にゲームのウィンドウタイトルの一部を入力し、そのゲーム中だけ有効化
- アプリを起動したままバックグラウンドで待機
- ゲームなどで ホットキーを長押し → マウスをスワイプ → キーを離す
- 選択した定型文がクリップボードにコピー / 入力されます
チャットを開き、ホットキーを長押し → 目的の方向にスワイプ → キーを離す → Ctrl+V で貼り付け(出力モードによっては自動入力されます)
cargo build --releaseRustツールチェーン(edition 2024)が必要です。
設定はJSONとして以下のフォルダに保存されます:
%APPDATA%/CallWheel/CallWheel/settings.json
UIの保存ボタンを押すと変更が反映されます。
| カテゴリ | 名前 |
|---|---|
| 英字 | A B … Z |
| 数字 | 0 1 … 9 |
| ファンクション | F1 F2 … F12 |
| ナビゲーション | Up Down Left Right |
| 修飾キー | Shift Ctrl Alt(L/R プレフィックス付き) |
| 特殊キー | Space Enter Tab Escape Backspace |
- オーバーレイはボーダーレスウィンドウまたはウィンドウモードでの利用を想定しています。排他フルスクリーンでは表示されないことがあります。
- 右クリックまたはホイールクリックでホイールをキャンセルできます。
- 本ツールはゲームプロセスに注入しません。クリップボードへのコピー、またはWindows
SendInputによるキーボード入力のシミュレーションのみを行います。
CallWheel — Made with Rust & egui