From: Silvio Rhatto Date: Mon, 25 Mar 2013 14:40:44 +0000 (-0300) Subject: Right now we're not interested on NumLock status on lead application X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2b8d7e0de0448f901006c5283399d2a590048ae5;p=scripts.git Right now we're not interested on NumLock status on lead application --- diff --git a/leds b/leds index 0192976..89c46c6 100755 --- a/leds +++ b/leds @@ -11,10 +11,14 @@ case "$ledstate" in echo "[CapsLock]" ;; '2') - echo "[NumLock]" + # Right now we're not interested on NumLock status + #echo "[NumLock]" + echo "" ;; '3') - echo "[CapsLock][NumLock]" + # Right now we're not interested on NumLock status + #echo "[CapsLock][NumLock]" + echo "[CapsLock]" ;; *) echo ""