kbdasm
kbdasm copied to clipboard
Assembler/disassembler of Windows keyboard layouts in flat assembler
kbdasm by Grom PE May, 2016
Assembler/disassembler of Windows keyboard layouts in flat assembler
This program allows to create, edit and install keyboard layouts natively in Windows 2000, XP, 7, 8, 10; 32-bit or 64-bit.
Customize your keyboard layout to:
- easily type additional symbols without resorting to Alt+codes;
- remap or disable keys;
- combine several alphabets in a single layout, switchable with Caps Lock or Kana key or both;
How to use kbdusru_undead keyboard layout
-
make.bat
-
install.bat
-
open_control_input.bat
- Set the new keyboard layout
- Restart programs you're typing in
How to modify an existing keyboard layout
-
diskbd.bat kbdtarget.dll
- edit kbdtarget_source.asm
-
make.bat kbdtarget_source.asm
How to install Workman keyboard layout
-
install_workman.bat
-
open_control_input.bat
- Set the new keyboard layout
- Restart programs you're typing in
How to install custom keyboard layout
-
install.bat kbdtarget.dll
-
open_control_input.bat
- Set the new keyboard layout
- Restart programs you're typing in
Note that you can also drag&drop target files on the .bat files.
flat assembler Copyright (c) 1999-2013, Tomasz Grysztar. http://flatassembler.net/
Keyboard images generated with keyboard-layout-editor by Ian Prest. http://keyboard-layout-editor.com/ https://github.com/ijprest/keyboard-layout-editor
The rest is public domain.