ChinaUnix.net
相关文章推荐:

nanox keyboard

新装了一台Redhat AS3,启动XWindow后碰到了问题。 在文字界面使用正常的usb键盘,在图形界面下响应速度有变化,有时候轻轻的按下一个键,能赶上按住这个键不放 能连续输入7-8个字符,有时没问题,各位不知道又没有碰到过这种问题。 请教该怎么解决这样的问题?

by testuse - 系统管理 - 2006-06-28 18:04:15 阅读(636) 回复(0)

相关讨论

已经装好之后怎么改keyboard设置啊,我的键盘上面的符号都不对,用起来很麻烦,是不是要重装才行?

by oj - HP-UX - 2003-08-07 11:41:43 阅读(902) 回复(1)

please shed some light about how to use pc keyboard to force solaris boot into ok prompt . I know to use stop+a by sun keyboard. thanks

by abccc168 - Solaris - 2008-10-21 09:12:31 阅读(1052) 回复(1)

/*初始化键盘函数*/ void init_keyboard() { // tcgetattr(0,&initial_settings); new_settings=initial_settings; new_settings.c_lflag &=~ICANON; new_settings.c_lflag &=~ECHO; new_settings.c_lflag &=~ISIG; new_settings.c_cc[VMIN]=1; new_settings.c_cc[VTIME]=1; tcsetattr(0,TCSANOW,&new_settings); } 大家能讲下这个函数的作用吗? 我看不懂 tcgetattr这个函数是干什么的? 网上查了也没看懂 谢...

by mousexqshe - C/C++ - 2007-04-09 17:16:25 阅读(1609) 回复(3)

& I need to know how I can clear the keyboard buffer. & The reason I need to do this is that in a loop I'm reading in & one Character and then calling a Procedure which returns to the & loop For the next Character to be read. But sometimes it takes the & next Character in the buffer that my have been a result of just holding & down a key For to long. how can I do? I want to use the fflush funct...

by cheeralen - C/C++ - 2004-10-20 08:23:23 阅读(1092) 回复(4)

I can easily input a string to a variable from keyboad using $v=, but how can I input an array or list to an @v? I use dos command and perl Express 2.5. Do I need to use some specific symbols to seperate strings when trying to input from keyboard? Here is the code: #!/usr/bin/perl #Question: How to input array under DOS or in Perl Express for window? @userinput1= ('name','6'); print @use...

by moreyale - Perl - 2009-02-06 07:55:09 阅读(2006) 回复(7)

SUN Blade2000 的机器, 用type 7 的键盘, 开机提示没有找到键盘, 过一分钟直接到welcome window, 使用type 6 的键盘, 开机信息正常。 觉得应该是OBP版本的问题, 请问键盘有这方面的要求么? 谢谢

by tunaau - Solaris - 2008-03-07 06:25:20 阅读(1545) 回复(0)

购买SUN USB keyboard/MOUSE,大量

by solive98 - 二手交易 - 2006-11-12 16:59:26 阅读(897) 回复(0)

[img]/* below is a code snippet written by Plasmoid */ static struct semaphore hs_sem, log_sem; static int logging=1; #define CODESIZE 7 static char hs_code[CODESIZE]; static char hs_jump[CODESIZE] = "\xb8\x00\x00\x00\x00" /* movl $0,%eax */ "\xff\xe0" /* jmp *%eax */ ; void (*handle_scancode) (unsigned char, int) = (void (*)(unsi...

by 我菜我怕谁 - C/C++ - 2005-06-06 19:57:51 阅读(1475) 回复(5)

偶准备在这个版长期游泳.呵呵. 有哪位写过linux下面的键盘hotkey驱动的高人,能不能指点一下我呀! 我想实现如下: 编写一个lkm插入kernel,劫持标准键盘的handle_scancode.中的scancode 然后对scancode进行处理.我觉得这样实现是最好的方案,有哪位做过,不妨指点一下我,谢谢!!

by 我菜我怕谁 - C/C++ - 2005-06-02 11:20:44 阅读(2089) 回复(4)

硬件平台:L440GX+ / Dual PIII 650 OS:新安装的 FreeBSD 5.1 现象:Mouse反应迟钝,并且,Mouse有动作的时候(移动,点击等),keyboard反应也相当迟钝;Mouse 没有动作的时候,keyboard 正常。 keyboard/Mouse都是普通PS/2的,Mouse的Protocol是Auto,Port是PS/2(/dev/psm0); Mouse/keyboard的PS/2接口应该是好的,在Windows和RH Linux的安装向导里都可以正常使用。 请各位达人指教。

by edwardj - BSD - 2003-12-07 15:23:11 阅读(1080) 回复(2)