搜索资源列表
VB111
- 这是一个使用SetWindowsHookEx的程序,屏蔽了键盘按键(包括系统按键)。 如果只想屏蔽某个按键,请更改下面的代码。 Form1.Text1 = wParam Form1.Label1 = kk.vkCode & \":\" & kk.scanCode & \":\" & kk.Time If wParam = 256 Then Myfunc = 1: Exit Function endif wParam 的按键值可以在程序运行中测试中找到。-S
scancode
- 功能:windows下直接检测键盘的扫描码, 语言:asm 特色:它是对bios低层的中断调用的很好应用实例,对ps/2键盘的处理很有参考价值-functions : windows under the direct detection of the keyboard scan code, language : asm2 characteristics : It is the low-level disruption bios called a good example of ps
KEY
- keyboard scancode (linix/unix)
keyboard
- 有關鍵盤,接上ps/2鍵盤,按鍵後,會將scancode和breadcode顯示在led燈-On the keyboard, connected to ps/2 keyboard, keys, the scancode and breadcode will appear in the led lights
keyboardcontroller
- 键盘控制器VHDL代码 该控制器实时扫描矩阵键盘的行列,当用户有按键按下时,可以定位到对应的按键并产生一个中断信号-Keyboard controller entity -- -- The controller scans the columns, cols, by making a different column logic-0 -- therefor the inputs have to be pull-up high. It processes the input,
scancode
- contains keyboard standard scan codes.
keyboard_scancode
- 第二套和第三套键盘扫描码,程序员在针对键盘的编程时候,经常会用到查询的,非常实用,以前的搜藏。-Second and third set of keyboard scan code, the programmer when programming against the keyboard, often used in queries, very practical, before wishlists.
44
- C51 keyboard scancode
show_scancode
- 使用bios中断获取键盘的scancode,并且显示出来,对于键盘开发有一定的帮助!-Bios interrupt to get the scancode of the keyboard and display, keyboard development will certainly help!
KeyMapping
- Disable [Ctrl]+[Alt]+[Del] keys by mapping the keyboard scancode, work on Windows XP/Vista/7.
Windows-ScanCode
- 微软驱动编程键盘ScanCode官方文档,翻译成了两种格式,可以选择一种打开。-Microsoft-driven programming keyboard ScanCode official documents, translated into the two formats, you can one to open.