Hello everybody! iam using an iMac with a Windows keyboard and iam trying to adjust the volume in ¼ increments with the by default shortcut (shift + option + up/down volume) but it doesn´t work.
Could somebody tell me what can i do for this?
The macro below uses AppleScript to set the volumen in increments of 100.
You can adjust the + and - value in the script to adjust to you liking.
There is no visible indicator to this.
Keyboard Maestro 8.0.2 “Set volume in 100th increment” Macro
Since I sat with a keyboard with numerical pad, then it is plus and minus there.
Try to adjust the triggers to other + and - if you do not have the numerical keypad.
Sorry guys again. Suddenly it worked for a while, but in this moment it doesn´t. The only thing that works with this macro is the Play sound “Hero” but the increase/decrease volume doesn´t.
Use the Assistance window (Help ➤ Assistance, Something expected is not happening) to verify the macro is running (the beep could come from somewhere else for example). Then adjust the Execute AppleScript action to display the results in a window so you can see if there are any errors. Add the line “newVolume” by itself to the bottom of the script so that if there are no errors it will show you the resulting volume.
Since the default shortcut (shift + option + up/down volume) does work with a mac keyboard and not a windows keyboard I’m guessing it has something to do with the commands the windows keyboard is sending.
Do the volume up/down keys work by themselves without the modifier keys? Have you tried all the other modifier combinations (command+shift, command+option, command+control, option+control, control+shift) with the up/down volume keys?
Here is an AppleScript that properly adjusts the volume in ¼ increments. It doesn't get stuck at 66 (or any of the other values) as it is using a list of valid volume values instead.