LCtrlのモディファイヤーをCtrlからWinにして、キー自体も入れ替える設定ファイル。
#
include "109.nodoka"
Keymap Global
key F1 = &DescribeBindings
mod Ctrl -= LCtrl
mod Win += LCtrl
key LCtrl = LWin
以下、F1キーを押したときのログ
window Global ( /.*/ || /.*/ ) = &OtherWindowClass
mod Shift = LeftShift RightShift
mod Control = RightControl
mod Alt = LeftAlt RightAlt
mod Windows = LeftWindows RightWindows LeftControl
key F1 = &DescribeBindings
key LeftControl = LeftWindows