Ma toile Home Login Web Images RSS Feed ATOM Feed Tag cloud Picture wall
Links per page: 20 50 100
page 1 / 1
1 results for tags autohocket x
  • Vista Audio Control Functions - Scripts - AutoHotkey Community
    Permet de contrôler de manière fine le son avec Autohotkey

    vol_Step = 0.25
    vol_Master := VA_GetVolume()

    #PgUp::
    {
    VA_SetVolume(vol_Master+=vol_Step)
    }
    return

    #PgDn::
    {
    VA_SetVolume(vol_Master-=vol_Step)
    }
    return

    Permet de monter de 1% le son de windows, avec le raccourcit windows (#) et pageUp (PgUp).
    Tue 10 Mar 2015 11:16:01 AM CET - permalink -
    - http://www.autohotkey.com/board/topic/21984-vista-audio-control-functions/
    autohocket raccourcit son windows
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.