crosstable.love/0018-on.keychord_press

5 lines
101 B
Plaintext

on.keychord_press = function(chord, key)
if chord == 'C-r' then
Rows = ordered_keys(Data)
end
end