Skip to content

Finds words that when typed in one layout are valid words in another.

License

Notifications You must be signed in to change notification settings

jorenvo/kbd_layout_synonym_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard layout synonym finder

This program calculates the words that typed in one layout result in a valid word in the other layout. Results of 4 characters or more can be found in results. These results were obtained using the English GNU Aspell dictionary.

Usage

USAGE:
    kbd_layout_synonym_finder [OPTIONS] -d <dictionary> -f <from> -t <to>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d <dictionary>            Path to dictionary to use
    -f <from>                  The configured keyboard layout [possible values: dvorak, workman, colemak, qwerty]
    -l <minimum_length>        Minimum length of synonym to output [default: 2]
    -t <to>                    The keyboard layout in which is typed [possible values: dvorak, workman, colemak, qwerty]

About

Finds words that when typed in one layout are valid words in another.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages