Update README.md

formatting
This commit is contained in:
flagstone78 2018-04-15 15:59:27 -06:00 committed by GitHub
parent 35d8fc036a
commit 50b5e5b5d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,23 +8,31 @@ The script is not aware of the current state of the McLighting server and will o
This was developed on Windows 7. The notification balloons look best and update in real time on Windows 7. On Windows 10, I reccommend changing the notification settings for AutoHotKey to not play a sound when they arrive. You must open the notification center on windows 10 to see the notifications in real time. This was developed on Windows 7. The notification balloons look best and update in real time on Windows 7. On Windows 10, I reccommend changing the notification settings for AutoHotKey to not play a sound when they arrive. You must open the notification center on windows 10 to see the notifications in real time.
The shortcuts are as follows: The shortcuts are as follows:
ctrl+windows+numpad4 decrements the animation mode ctrl+windows+numpad4 decrements the animation mode
ctrl+windows+numpad6 increments the animation mode ctrl+windows+numpad6 increments the animation mode
ctrl+windows+numpad5 turns off the lights ctrl+windows+numpad5 turns off the lights
ctrl+windows+numpad0 turns on all of the lights to the current color ctrl+windows+numpad0 turns on all of the lights to the current color
ctrl+windows+numpadPlus increases the brightness ctrl+windows+numpadPlus increases the brightness
ctrl+windows+numpadSubtract decreases the brightness ctrl+windows+numpadSubtract decreases the brightness
ctrl+windows+numpadMultiply increases the speed ctrl+windows+numpadMultiply increases the speed
ctrl+windows+numpadDivide decreases the speed ctrl+windows+numpadDivide decreases the speed
ctrl+windows+numpad7 increments the red component of the current color ctrl+windows+numpad7 increments the red component of the current color
ctrl+windows+numpad1 decrements the red component of the current color ctrl+windows+numpad1 decrements the red component of the current color
ctrl+windows+numpad8 increments the green component of the current color ctrl+windows+numpad8 increments the green component of the current color
ctrl+windows+numpad2 decrements the green component of the current color ctrl+windows+numpad2 decrements the green component of the current color
ctrl+windows+numpad9 increments the blue component of the current color ctrl+windows+numpad9 increments the blue component of the current color
ctrl+windows+numpad3 decrements the blue component of the current color ctrl+windows+numpad3 decrements the blue component of the current color