[][src]Module keytokey::premade

Structs

ActionAbort
ActionHandler

Enable/disable handler (layer) on activation/deactivation for use with PressRelease, StickyKeys, OneShot, SpaceCadet

ActionNone

Abort all event handling, throw away remaining events, unset all modifiers and enable/disable handers as requested by handler_overwrite

ActionToggleHandler

toggle a handler on activate do noting on deactivate probably only usefull with PressReleaseMacro used by toggle_handler()

CopyPaste

Handler for turing Copy/Paste/Cut Keycodes into 'universal' Ctrl-Insert, Shift-insert, shift-delete keystrokes for dedicated copy paste keys 0

InverseActionHandler

Disable/enable handler (layer) on activation/deactivation for use with PressRelease, StickyKeys, OneShot, SpaceCadet

Functions

dvorak

A layer that maps qwerty to dvorak. Don't forget to enable it, layers are off by default

one_shot_alt

make the alt keys behave as a OneShot

one_shot_ctrl

make the ctrl keys behave as a OneShot

one_shot_gui

make the gui/windows key behave as a OneShot

one_shot_handler

Toggle a handler (layer) based on OneShot behaviour

one_shot_shift

make the shift keys behave as a OneShot

space_cadet_handler

A space cadet (pass through on tap, on/off on pressed+other keys) that turns a handler on/off.

toggle_handler

Toggles a handler on and off when a key is pressed