kansen1/data/plugin/about.ks
2023-10-23 17:21:57 -05:00

16 lines
465 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
; about.ks
;
[eval exp="tf.help_shortcutkey = 1"]
; バージョン情報ダイアログのキャプションを設定
[title name="ショートカットキー一覧"]
; 幅320×高さ200ピクセル背景画像を読み込み、表示
[image storage="menu_shortcutkey" layer=base page=fore]
; メッセージレイヤを非表示
[layopt layer=message0 page=fore visible=false]
; クリックを待つ
[waitclick]
; ダイアログを閉じる
;閉じる時に確認ダイアログが出てるなーMainWindow.tjs(490)弄ったからか。一旦戻しておこう。
[close]