Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
Way to increase screen brightness in AppleScript?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CharType" data-source="post: 1779845" data-attributes="member: 364233"><p>I'm trying to write an AppleScript to increase the brightness on my MacBook. Is there a way to do this from AppleScript and if so how? I did some searching and I found and tried the following code:</p><p></p><p>[CODE]</p><p>tell application "System Events"</p><p> key code 107</p><p>end tell</p><p>[/CODE]</p><p></p><p>But when I entered this into Script Editor and pressed the "Run the Script" button, it just beeped and didn't do anything.</p></blockquote><p></p>
[QUOTE="CharType, post: 1779845, member: 364233"] I'm trying to write an AppleScript to increase the brightness on my MacBook. Is there a way to do this from AppleScript and if so how? I did some searching and I found and tried the following code: [CODE] tell application "System Events" key code 107 end tell [/CODE] But when I entered this into Script Editor and pressed the "Run the Script" button, it just beeped and didn't do anything. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Apple Computing Products:
macOS - Operating System
Way to increase screen brightness in AppleScript?
Top