Kanata simulator

v1.6.0

Open kanata guide

You can use the recording functionality to automatically generate inputs. The recording will end on demand or after running for 30s.

The input format is action:item. Valid actions are:

d | down : key down
r | repeat : key repeat
u | up : key up
t | tick : advance time

The items for key up/down actions are a single key name like what you would use in defsrc. The items for tick actions are a single number representing the number of milliseconds to advance time by.

Example:

d:a t:50 u:a t:50 d:b t:50 u:b t:50

NOTE: The simulator behaves as if process-unmapped-keys is always set to yes. This cannot be turned off. This is unlike the real Kanata program where this configuration is off by default.

Actions