• R/O
  • HTTP
  • SSH
  • HTTPS

Repository summary

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

ショートカットキーでVTウィンドウの位置を動かせるようにします。


Recent Commits RSS

Rev. Time Author Message
7ba7218 2022-07-19 02:47:09 IWAMOTO Kouichi master Tera Term 5 のソースに対応した
7dbb479 2022-07-19 02:39:00 IWAMOTO Kouichi VS2019用プロジェクトファイルを追加
4c6af20 2019-08-26 16:02:03 IWAMOTO Kouichi Eliminate FAR keyword.
0ef0c52 2015-11-20 11:50:44 IWAMOTO Kouichi LICENSEを追加
ebd9ce0 2015-11-20 10:57:28 IWAMOTO Kouichi Initial Import

Branches

Name Rev. Time Author Message
master 7ba7218 2022-07-19 02:47:09 IWAMOTO Kouichi Tera Term 5 のソースに対応...

ReadMe.txt

TTXSetPosition -- VTウィンドウの位置を移動する。

機能:
  VTウィンドウの位置を移動する。

解説:
  VTウィンドウの位置を、指定方向の次に他のウィンドウに接する位置や、
  モニタの端に移動します。

  KEYBOARD.CNF でユーザキー設定を利用するのを想定しています。

メニューID:
  ・55400  上方向の他のウィンドウに接する位置に移動
  ・55401  下方向の他のウィンドウに接する位置に移動
  ・55402  左方向の他のウィンドウに接する位置に移動
  ・55403  右方向の他のウィンドウに接する位置に移動
  ・55404  画面上端に移動
  ・55405  画面下端に移動
  ・55406  画面左端に移動
  ・55407  画面右端に移動
  ・55408  プライマリモニタの左上に移動
  ・55409  プライマリモニタの右上に移動
  ・55410  プライマリモニタの左下に移動
  ・55411  プライマリモニタの右下に移動

設定:
  [User keys]
  ; Control+Shift+↑ => 上移動
  User1=1864,3,55400
  ; Control+Shift+← => 左移動
  User2=1867,3,55402
  ; Control+Shift+→ => 右移動
  User3=1869,3,55403
  ; Control+Shift+↓ => 下移動
  User4=1872,3,55401

  ; Control+Alt+↑ => 上端移動
  User5=3400,3,55404
  ; Control+Alt+← => 左端移動
  User6=3403,3,55406
  ; Control+Alt+→ => 右端移動
  User7=3405,3,55407
  ; Control+Alt+↓ => 下端移動
  User8=3408,3,55405

  ; Control+Alt+1 => 左上端移動
  User9=3074,3,55408
  ; Control+Alt+2 => 右上端移動
  User10=3075,3,55409
  ; Control+Alt+3 => 左下端移動
  User11=3076,3,55410
  ; Control+Alt+4 => 右下端移動
  User12=3077,3,55411

バグ:
  今のところ見つかっていません。