Skip to content
/ altk Public

Input unicode with numpad without changing input method

Notifications You must be signed in to change notification settings

hashelq/altk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

ALTK is an utility that helps you insert unicode characters through macroses without changing your input method. ALTK uses numpad number keys (Numpad0, Numpad1 .. Numpad9) to insert decimal numbers into the buffer and NumpadPlus key to convert the input into a character.

It can be illustrated so:

some text, (user presses Numpad9, Numpad5, Numpad5, NumpadPlus in a order)λ blah blah

Usage

  1. You need to disable the numpad keys, you can use this shell script:
for i in 90 87 88 89 83 84 85 79 80 81 86; do
  xmodmap -e "keycode $i = "
done
  1. Simply run the application.
  2. Gratz, enjoy.

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <[email protected]>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

About

Input unicode with numpad without changing input method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published