Can I use code to change the color of my MacBook Pro keyboard backlight?
I would like to have the colors of my Macbook's keyboard backlight change either permanently or on a cycle. If this can be done in terminal, let me know. I don't want to at all ever open my computer.
mac terminal backlight
add a comment |
I would like to have the colors of my Macbook's keyboard backlight change either permanently or on a cycle. If this can be done in terminal, let me know. I don't want to at all ever open my computer.
mac terminal backlight
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26
add a comment |
I would like to have the colors of my Macbook's keyboard backlight change either permanently or on a cycle. If this can be done in terminal, let me know. I don't want to at all ever open my computer.
mac terminal backlight
I would like to have the colors of my Macbook's keyboard backlight change either permanently or on a cycle. If this can be done in terminal, let me know. I don't want to at all ever open my computer.
mac terminal backlight
mac terminal backlight
edited Mar 17 '12 at 2:04
Simon Sheehan
7,665124268
7,665124268
asked Mar 16 '12 at 15:21
JShoeJShoe
64772139
64772139
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26
add a comment |
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26
add a comment |
3 Answers
3
active
oldest
votes
Changing the color of your display or keyboard backlight is impossible to do programatically, unless the manufacturer designed it with that capability to change color and to do so using software controllers.
It is highly likely that this is not the case, as it is not common except in very specific circumstances (for instance, the backlight on my old Nokia phone's keypad could do this, and I have an external USB keyboard that has different colored backlight options, but cannot change them programatically). If you want to change the color of the backlight and this path is not already available to you, you will have to open the computer up and swap out the light(s) yourself.
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
add a comment |
No. There is nothing controlling the color of the light. It's just an array of LEDs turned on to light up the keyboard.
To change the color, you will need to use a color filter to filter the light with a color.
add a comment |
If you would like to change the back-light color, or even just the actual color, of the keyboard, you could try a colored Mac keyboard cover.
Here's a couple of websites to get you started:
https://Kbcovers.com/all-colors-keyboard-cover/
https://www.etsy.com/market/macbook_keyboard_color
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f401501%2fcan-i-use-code-to-change-the-color-of-my-macbook-pro-keyboard-backlight%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Changing the color of your display or keyboard backlight is impossible to do programatically, unless the manufacturer designed it with that capability to change color and to do so using software controllers.
It is highly likely that this is not the case, as it is not common except in very specific circumstances (for instance, the backlight on my old Nokia phone's keypad could do this, and I have an external USB keyboard that has different colored backlight options, but cannot change them programatically). If you want to change the color of the backlight and this path is not already available to you, you will have to open the computer up and swap out the light(s) yourself.
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
add a comment |
Changing the color of your display or keyboard backlight is impossible to do programatically, unless the manufacturer designed it with that capability to change color and to do so using software controllers.
It is highly likely that this is not the case, as it is not common except in very specific circumstances (for instance, the backlight on my old Nokia phone's keypad could do this, and I have an external USB keyboard that has different colored backlight options, but cannot change them programatically). If you want to change the color of the backlight and this path is not already available to you, you will have to open the computer up and swap out the light(s) yourself.
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
add a comment |
Changing the color of your display or keyboard backlight is impossible to do programatically, unless the manufacturer designed it with that capability to change color and to do so using software controllers.
It is highly likely that this is not the case, as it is not common except in very specific circumstances (for instance, the backlight on my old Nokia phone's keypad could do this, and I have an external USB keyboard that has different colored backlight options, but cannot change them programatically). If you want to change the color of the backlight and this path is not already available to you, you will have to open the computer up and swap out the light(s) yourself.
Changing the color of your display or keyboard backlight is impossible to do programatically, unless the manufacturer designed it with that capability to change color and to do so using software controllers.
It is highly likely that this is not the case, as it is not common except in very specific circumstances (for instance, the backlight on my old Nokia phone's keypad could do this, and I have an external USB keyboard that has different colored backlight options, but cannot change them programatically). If you want to change the color of the backlight and this path is not already available to you, you will have to open the computer up and swap out the light(s) yourself.
answered Mar 16 '12 at 15:28
Ben RichardsBen Richards
10.6k94370
10.6k94370
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
add a comment |
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Thanks. I was just wondering, some guys in my health class thought it would be cool, and I wondered if Macs had the capability to do so.
– JShoe
Mar 16 '12 at 18:15
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
Not to mention unless it had a RGB Led array, its physically impossible. There is one keyboard on thinkgeek that allows this i think
– Journeyman Geek♦
Mar 17 '12 at 2:12
add a comment |
No. There is nothing controlling the color of the light. It's just an array of LEDs turned on to light up the keyboard.
To change the color, you will need to use a color filter to filter the light with a color.
add a comment |
No. There is nothing controlling the color of the light. It's just an array of LEDs turned on to light up the keyboard.
To change the color, you will need to use a color filter to filter the light with a color.
add a comment |
No. There is nothing controlling the color of the light. It's just an array of LEDs turned on to light up the keyboard.
To change the color, you will need to use a color filter to filter the light with a color.
No. There is nothing controlling the color of the light. It's just an array of LEDs turned on to light up the keyboard.
To change the color, you will need to use a color filter to filter the light with a color.
answered Apr 27 '12 at 8:29
NicholasNicholas
111
111
add a comment |
add a comment |
If you would like to change the back-light color, or even just the actual color, of the keyboard, you could try a colored Mac keyboard cover.
Here's a couple of websites to get you started:
https://Kbcovers.com/all-colors-keyboard-cover/
https://www.etsy.com/market/macbook_keyboard_color
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
add a comment |
If you would like to change the back-light color, or even just the actual color, of the keyboard, you could try a colored Mac keyboard cover.
Here's a couple of websites to get you started:
https://Kbcovers.com/all-colors-keyboard-cover/
https://www.etsy.com/market/macbook_keyboard_color
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
add a comment |
If you would like to change the back-light color, or even just the actual color, of the keyboard, you could try a colored Mac keyboard cover.
Here's a couple of websites to get you started:
https://Kbcovers.com/all-colors-keyboard-cover/
https://www.etsy.com/market/macbook_keyboard_color
If you would like to change the back-light color, or even just the actual color, of the keyboard, you could try a colored Mac keyboard cover.
Here's a couple of websites to get you started:
https://Kbcovers.com/all-colors-keyboard-cover/
https://www.etsy.com/market/macbook_keyboard_color
edited Jun 27 '18 at 4:05
robinCTS
4,01741527
4,01741527
answered Jun 27 '18 at 3:30
M3553N63R_MM3553N63R_M
112
112
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
add a comment |
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
Thanks to the moderator for the edit. it don't matter to me. but at least I gave a good answer.
– M3553N63R_M
Jun 27 '18 at 4:35
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f401501%2fcan-i-use-code-to-change-the-color-of-my-macbook-pro-keyboard-backlight%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I must be misunderstanding what you're asking, because I'm not sure how on earth you could see what's on the screen properly if you're messing with the backlight on the display...
– Shinrai
Mar 16 '12 at 15:25
Could you please be more specific. Which model Mac? Are you referring to the actual backlight of the screen, keyboard or the Apple logo? Although as far as I am aware the colour of the lighting can't be changed as it is hardware controlled.
– BinaryMisfit
Mar 16 '12 at 15:26