Push some text to WSLg GUI text box
WSL, WSLg から起動するエディタなどにWindowsのIMEを利用して日本語入力が できないので、暫定的に作りました。
入力したいGUIの入力したい場所にカーソルをあてておいてから このプログラムのテキストボックスに文字を入力します。 そして、リタンキーを押すごとに、テキストボックスの内容を クリップボード経由で元のGUIのにペーストします。
This program put some text into another GUI even if the GUI is WSLg GUI.
- start this program
- start target GUI program
- set cursor where you will put text
- input any text in this program, you can use windows IME
- when you press ENTER key, this program copy text to clipboard, hide own window, send Ctrl-V event to paste clipboard text
- make it a resident program and start it with hotkey
- show window near target cursor position
- good looking window (^^)
Hotkey registration in this program does not work well. Thanks to this page.
- Visual Studio 2022