Giter VIP home page Giter VIP logo

sophice / ahk-hide-volume-osd Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 2.0 45 KB

AutoHotkey script to hide the volume on-screen display in Windows when you adjust the volume.

License: GNU General Public License v3.0

AutoHotkey 100.00%
ahk ahk-script ahk-scripts ahkscript autohotkey autohotkey-script autohotkey-scripts autohotkeys-scripts volume volume-control volume-rendering windows windows-10 windows-11 windows-desktop windows10

ahk-hide-volume-osd's People

Contributors

1000thsummer avatar sophice avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ahk-hide-volume-osd's Issues

How to display OSD with this script?

Hi, could you please help me, I have already spent several hours looking for a solution.

There is a simple script to adjust the volume with the media keys for a device that is not selected by default. It works fine, but the problem is that the OSD is not displayed. And I really need Windows OSD. The one that display your script. How to combine this script with your?

; Use the Soundcard Analysis script found here to set these parameters
; https://www.autohotkey.com/docs/commands/SoundSet.htm#Soundcard
DeviceNumber := 1
ComponentID := MASTER

Volume_Up::
SoundSet, +2, %ComponentID%, VOLUME, DeviceNumber
return

Volume_Down::
SoundSet, -2, %ComponentID%, VOLUME, DeviceNumber
return

Volume_Mute::
SoundSet, -1, %ComponentID%, MUTE, DeviceNumber
return

Simple way to start on bootup

Found this charming script and like it.

There is a way to run the script automatically when windows boot up by adding a scheduled task on user log on.

The action is like

  <Actions Context="Author">
    <Exec>
      <Command>pathToAutoHotKeyFolder\AutoHotkeyU64.exe</Command>
      <Arguments>pathToGitRepo\ahk-hide-volume-osd-main\hide-volume-osd.ahk</Arguments>
    </Exec>
  </Actions>

Volume goes from 100 to 98 on Windows startup

Was previously using the 1.3 version of UnlimitedStack/HideVolumeOSD which also had this issue. They seem to have fixed it in 1.4 but that version has a different bug which doesn't allow you to run the program in silent mode because the -show and -hide parameters are broken, and I'd also like to stick to using a simple ahk script instead of using a separate program if possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.