MeadowでWindowsキーをAltキーに

マニュアルとの格闘だった.設定難解すぎる.Windowsキーは特殊なので厄介.
窓使いの憂鬱 - README

window Meadow3 /Meadow\.exe/ : Global
mod windows -= LeftWindows
mod alt += LeftWindows
key *LeftWindows = *LeftAlt


(追記)
結局,グローバルにAltとWindowsを入れ替えることにした.

mod windows -= LeftWindows
mod alt += LeftWindows
key *LeftWindows = *LeftAlt

mod alt -= LeftAlt
mod windows += LeftAlt
key *LeftAlt = *LeftWindows


理想的にはcommandをCtrlにして空いたcontrolにEmacsキーバインドに,かつcommand+tabがAlt+Tabとして機能して,いろいろと矛盾なく定義できればいいんだけど,考えるのも設定するのも面倒だ.これをするには少なくともAltかWindowsを右Commandに追いやらないといけないのかな.

なんとcapsが余っていた!これは考える余地があるな.