Skip to content

didoesdigital/plover-modifiers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

plover-modifiers

Script to create a modifiers.json dictionary to facilitate modifiers in Plover.

Usage

  • Edit the make-modifiers.py file and add desired keys to the hotkeys variable. For example, add ["KH-FG", "grave"], to the hotkeys array to create a shortcut for ⌘ ` to switch windows.

  • Run the Python script:

$ python make-modifiers.py
  • Copy the newly created modifiers.json file to your dictionary folder:
$ cp modifiers.json $HOME/path_to_your_dictionary_folder/modifiers.json
  • In your Plover dictionary configuration, add the modifiers.json dictionary.

About

Script to create a modifiers.json dictionary to work around Plover not supporting modifiers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%