unmodified_key => key_unmodified https://github.com/talonhub/community/blob/fce77d0a1a3825cc77ea91b487b4276024ec475f/core/keys/keys.py#L96 https://github.com/AndreasArvidsson/andreas-talon/blob/master/core/keys/keys.py#L45
the below I have tested on windows actually should work everywhere. this is because I used the command p
instead of edit.paste()
bring (line|row) <number_small>:
user.vim_run_normal_exterm("{number_small}k")
key("0")
insert("y$")
# works on windows
key('p')
user.vim_set_insert()
# works on linux
# edit.paste()
key(space)