Browse Subversion RepositoryLog of /trunk/teraterm/teraterm/keyboard.c
Revision 4414 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Apr 6 03:38:07 2011 UTC (2 years, 1 month ago) by doda File length: 22641 byte(s) Diff to previous 4271 MetaKey 設定で、左右の片方だけを指定できるようにした。[ttssh2-devel 1804] http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=23821 Revision 4271 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Jan 9 18:34:01 2011 UTC (2 years, 4 months ago) by doda File length: 22315 byte(s) Diff to previous 4031 mintty の Application Escape Mode をサポート。 http://code.google.com/p/mintty/wiki/CtrlSeqs#Escape_keycode http://code.google.com/p/mintty/wiki/Tips#Avoiding_escape_timeout_issues_in_vim Revision 4031 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 21 03:12:13 2010 UTC (2 years, 9 months ago) by maya File length: 21988 byte(s) Diff to previous 3878 ファイル名に使う配列の長さを見直した ファイル名の長さに MAXPATHLEN を使っていたところは MAX_PATH を使うようにした MAXPATHLEN はフォルダ名の長さとしては正しいはず Revision 3878 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed May 12 03:43:22 2010 UTC (3 years ago) by doda File length: 21990 byte(s) Diff to previous 3805 一部のキーの VKEY 名の指定がおかしかったのを修正。 Revision 3805 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Mar 4 01:19:38 2010 UTC (3 years, 2 months ago) by doda File length: 21745 byte(s) Diff to previous 3637 KEYBOARD.CNF で ALT+Key に機能や文字列を割り当てた時、余計な文字列が追加で出力されるのを修正。 # http://logmett.com/forum/viewtopic.php?f=2&t=1332 Revision 3637 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Oct 8 16:38:28 2009 UTC (3 years, 7 months ago) by yutakapon File length: 21607 byte(s) Diff to previous 3507 setdebug マクロコマンドを追加した。 制御コードを wait することができるようになる。また、ts.Debug を立てることなく、デバッグモードを切り替えられる。 Revision 3507 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 16 10:53:55 2009 UTC (3 years, 11 months ago) by doda File length: 21582 byte(s) Diff to previous 3506 Meta8Bitを拡張。
Meta8Bit=off -- 従来通り ESC を前置する
Meta8Bit=raw -- MSBを立てた文字を、そのまま送出する
Meta8Bit=text -- MSBを立てた文字を、送信漢字コードの設定に従って変換してから送出する
変更前の Meta8Bit=on の動作
Meta8Bit=on -- Meta8Bit=raw と同じ
Revision 3506 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 16 10:02:22 2009 UTC (3 years, 11 months ago) by doda File length: 21432 byte(s) Diff to previous 3505 Alt+BS 等の一部の組み合わせで Meta8Bit が効いていなかったのを修正。 Revision 3505 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 16 09:37:13 2009 UTC (3 years, 11 months ago) by doda File length: 21349 byte(s) Diff to previous 3494 ファンクションキーの出力等もバッファリングするようにした。 Revision 3494 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jun 15 18:37:05 2009 UTC (3 years, 11 months ago) by doda File length: 21341 byte(s) Diff to previous 3353 Line at a timeモードに仮対応 Revision 3353 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 28 09:14:28 2009 UTC (4 years ago) by doda File length: 21311 byte(s) Diff to previous 3349 共通部分を関数にした。 # KeyDownとKeyCodeSendで処理が違ってしまっていた事への対処のつもり Revision 3349 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Apr 24 14:58:32 2009 UTC (4 years, 1 month ago) by doda File length: 34137 byte(s) Diff to previous 3227 KeyDownの方でF13〜F20の設定を忘れていたので修正。 # F13〜F20があるPC用のキーボードは知らないけど Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 15:10:33 2009 UTC (4 years, 2 months ago) by maya File length: 31817 byte(s) Diff to previous 3221 CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換 Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Mar 24 09:37:20 2009 UTC (4 years, 2 months ago) by maya File length: 30674 byte(s) Diff to previous 2667 CVS から SVN へ移行: trunk に集約 Revision 2667 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Mar 2 03:22:18 2009 UTC (4 years, 2 months ago) by doda Original Path: teraterm/trunk/teraterm/keyboard.c File length: 30674 byte(s) Diff to previous 2643 F1-F20キーのデフォルトの動作を変更。 # F13-F20キーがある環境ってどんなのだろう? # PC-9801シリーズにはF15(vf5)まであるみたいだけれど、未確認。 # WinUser.hにはVK_F24まで定義されているけれど、VT側がF20までしかないのでVK_F21以降は無視。 Revision 2643 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Jan 25 15:46:18 2009 UTC (4 years, 3 months ago) by doda Original Path: teraterm/trunk/teraterm/keyboard.c File length: 17284 byte(s) Diff to previous 2503 幾つかの特殊キー等にシーケンスを割り当てた。 Revision 2503 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun May 11 00:15:38 2008 UTC (5 years ago) by salarm Original Path: teraterm/trunk/teraterm/keyboard.c File length: 10750 byte(s) Diff to previous 2476 最下行以外では自動スクロールしないようにする機能で キー入力でスクロールされる用に修正 Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs] Added Mon Apr 14 17:35:50 2008 UTC (5 years, 1 month ago) by maya Original Path: teraterm/trunk/teraterm/keyboard.c File length: 10625 byte(s) ファイル移動に伴う修正 This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision. |