KeyHelper ネットワーク接続仕様

ネットワーク接続の選択肢が多くなってきたのでメニューから接続・切断できるように。
/home/zaurus/Settings/keyhelper.xml

<!-- Shift+Addressをmenuに -->
<define key="F10" kind="menu">
	<modifier Shift="On"/>
</define>

/home/zaurus/Settings/keyhelper.confに

[Menu]
01_BtDUN(&B) = @exec	/home/QtPalmtop/bin/netctl -c BtDUN
02_PAN(&P) = @exec	/home/QtPalmtop/bin/netctl -c PAN
03_ResetBT(&R) = @exec	/usr/bin/sudo /etc/rc.d/init.d/bluetooth restart
04_WLAN(&W) = @exec	/home/QtPalmtop/bin/netctl -c WLAN
05_Disconnect(&D) = @exec	/home/QtPalmtop/bin/netctl -d

を追記。

$ khctl reload

で、有効にする。