SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: netbrain on July 17, 2018, 06:07:43 AM

Title: Press ESC to close CapsLock and IME
Post by: netbrain on July 17, 2018, 06:07:43 AM

Press ESC to close CapsLock and IME, automatically.
using Vim emulation, it's helpful.
the attach zip file includes source and x64 dll file.

To build the dll file, add SE_INSTALL_PATH\h and sub-directory to include path,
add SE_INSTALL_PATH\lib to library path, add vsapi.lib to link library, set
configuration to x64/release depends on your platform.
To load the dll file, activate command line, type 'dload somepath\capslock.dll'.
To test, type 'capslock_information' in command line.