This helps overcome issue which appears when config contains
binding for key symbol which is absent from active keyboard layout so config load fails.
To check out real keycodes next commands in mjolnir console may be
used:
local keycodes = require "mjolnir.keycodes.internal"
for k,v in pairs (keycodes.map) do print(k, v) end
This helps overcome issue which appears when config contains binding for key symbol which is absent from active keyboard layout so config load fails.
To check out real keycodes next commands in mjolnir console may be used: local keycodes = require "mjolnir.keycodes.internal" for k,v in pairs (keycodes.map) do print(k, v) end