1
Hardware / Re: FN vs CTRL
« kdy: 10. 05. 2013, 23:17:15 »
Zkus hledat xmodmap
Tato sekce Vám umožňuje zobrazit všechny příspěvky tohoto uživatele. Prosím uvědomte si, že můžete vidět příspěvky pouze z oblastí Vám přístupných.
WicdNetwork manager. Mám Debian 2.30.2
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 430] (rev a1)
#!/bin/bash
if [ `xinput list --long | grep -A 1 "ImPS/2 Logitech Wheel Mouse" | grep -c "This device is disabled"` == 1 ];
then xinput set-int-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" "8" "1"
exit
else xinput set-int-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" "8" "0"
exit
fi