- 主题:水木的上下左右四个键键码是什么?
测试一下转入
【 在 tRNA@newsmth.net-SPAM.no (谁要敢说总理作秀 就把丫抓起来丢映秀去) 的大作中提到: 】
: 1点半时还能转入
--
FROM 211.99.222.*
没问题阿 -_-bb
【 在 fancyrabbit@zzxy-NO-SPAM-org (兔兔猫·我也来zzxy) 的大作中提到: 】
: 测试一下转入
--
FROM 221.219.14.*
我晕,阅读列表是需要translate一下的
上下左右->kjer
【 在 emigrant (熊猫) 的大作中提到: 】
: 太诡异了,我在fterm里面利用alt+ascii来做测试
: 在文章编辑的时候(现在)
: 依次输入
: ...................
--
FROM 221.219.14.*
主菜单的时候呢? 难道也需要转换?
那....我在term里面怎么判断它是什么也页面呀
【 在 fancyrabbit (兔兔猫★Initial F★三个月等来两封拒信) 的大作中提到: 】
: 我晕,阅读列表是需要translate一下的
: 上下左右->kjer
--
FROM 211.167.77.*
我怎么连不上zzxy...
【 在 fancyrabbit@zzxy-NO-SPAM-org (兔兔猫·我也来zzxy) 的大作中提到: 】
: 测试一下转入
--
FROM 218.249.124.14
看看 bbs.h 里怎么定义的,照着那个发,水木这边会自动做转换 ...
【 在 emigrant (熊猫) 的大作中提到: 】
: 主菜单的时候呢? 难道也需要转换?
: 那....我在term里面怎么判断它是什么也页面呀
--
FROM 221.219.14.*
【 在 fancyrabbit (兔兔猫★Initial F★三个月等来两封拒信) 的大作中提到: 】
: 看看 bbs.h 里怎么定义的,照着那个发,水木这边会自动做转换 ...
这个?
这种0x0101,能通过alt + 的方式发送吗?
#ifndef EXTEND_KEY
361 #define EXTEND_KEY
362 #define KEY_TAB 0x0009
363 #define KEY_ESC 0x001b
364 #define KEY_UP 0x0101
365 #define KEY_DOWN 0x0102
366 #define KEY_RIGHT 0x0103
367 #define KEY_LEFT 0x0104
368 #define KEY_HOME 0x0201
369 #define KEY_INS 0x0202
370 #define KEY_DEL 0x0203
371 #define KEY_END 0x0204
372 #define KEY_PGUP 0x0205
373 #define KEY_PGDN 0x0206
374 #define KEY_F1 0x0207
375 #define KEY_F2 0x0208
376 #define KEY_F3 0x0209
377 #define KEY_F4 0x020a
378 #define KEY_F5 0x020b
379 #define KEY_F6 0x020c
380 #define KEY_F7 0x020d
381 #define KEY_F8 0x020e
382 #define KEY_F9 0x020f
383 #define KEY_F10 0x0210
384 #endif /* EXTEND_KEY */
--
FROM 211.167.77.*
听说这种特殊代码只有兔core这种级别的高级用户才能发,我们只能一边呆着去!
【 在 emigrant (熊猫) 的大作中提到: 】
: 标 题: Re: 水木的上下左右四个键键码是什么?
: 发信站: 水木社区 (Fri May 16 18:39:57 2008), 转信
:
:
: 【 在 fancyrabbit (兔兔猫★Initial F★三个月等来两封拒信) 的大作中提到: 】
: : 看看 bbs.h 里怎么定义的,照着那个发,水木这边会自动做转换 ...
:
: 这个?
:
: 这种0x0101,能通过alt + 的方式发送吗?
:
:
:
:
: #ifndef EXTEND_KEY
: 361 #define EXTEND_KEY
: 362 #define KEY_TAB 0x0009
: 363 #define KEY_ESC 0x001b
: 364 #define KEY_UP 0x0101
: 365 #define KEY_DOWN 0x0102
: 366 #define KEY_RIGHT 0x0103
: 367 #define KEY_LEFT 0x0104
: 368 #define KEY_HOME 0x0201
: 369 #define KEY_INS 0x0202
: 370 #define KEY_DEL 0x0203
: 371 #define KEY_END 0x0204
: 372 #define KEY_PGUP 0x0205
: 373 #define KEY_PGDN 0x0206
: 374 #define KEY_F1 0x0207
: 375 #define KEY_F2 0x0208
: 376 #define KEY_F3 0x0209
: 377 #define KEY_F4 0x020a
: 378 #define KEY_F5 0x020b
: 379 #define KEY_F6 0x020c
: 380 #define KEY_F7 0x020d
: 381 #define KEY_F8 0x020e
: 382 #define KEY_F9 0x020f
: 383 #define KEY_F10 0x0210
: 384 #endif /* EXTEND_KEY */
:
:
: --
:
: ※ 来源:·水木社区 newsmth.net·[FROM: 211.167.77.*]
--
FROM 211.99.222.*
I found where the problem is:
in newsmth(also free) only complet control(escape) sequence is processed.For some reasons, I sent the sequence using a for loop and this causes problem-----newsmth just abandons the esc key and takes it as a "[" and a "a".
I've fixed this problem in my code, and now it works find, thanks everyone.
P.s. I'm posting this article in matlab now:) and that's why I'm speaking English
【 在 devilphoenix (汗,邮件保存到笔记本了) 的大作中提到: 】
: 听说这种特殊代码只有兔core这种级别的高级用户才能发,我们只能一边呆着去!
--
FROM 210.72.218.*
兔core 这种高级用户自己的本子上面都没有 Alt 吧...
【 在 devilphoenix (汗,邮件保存到笔记本了) 的大作中提到: 】
: 听说这种特殊代码只有兔core这种级别的高级用户才能发,我们只能一边呆着去!
--
FROM 123.112.68.201