Closed dakyskye closed 4 years ago
if user puts super, ctrl, alt etc. keywords in the config file, parser will turn them into mod4, mod1 etc. which a user might not expect when dry running dxhd (dxhd -d). So, save the original bindings separately and print them instead.
super
ctrl
alt
mod4
mod1
dxhd -d
if user puts
super
,ctrl
,alt
etc. keywords in the config file, parser will turn them intomod4
,mod1
etc. which a user might not expect when dry running dxhd (dxhd -d
). So, save the original bindings separately and print them instead.