My experiences with EZBook 3 pro v5

My experiences with EZBook 3 pro v5

TechTablets Forums Jumper Discussion EZBook series My experiences with EZBook 3 pro v5

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #181218
    j4gu4r
    Participant
    • Posts: 6

    Hi,

    Thank you for your input. And you haven’t figured out how to decrease the pitch noise? I am really worried about these

    About autohotkey, I have tried the script, but it appears a screen with this text. I press <span class=”pl-c”>Win+\ and nothing happens.  Thanks for the help</span>

    Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line’s elapsed time is the number of seconds since it executed.

    —- C:\Users\xxx\Downloads\1965854-7bef2c51c308d08259a732b17532c7963bc746f7\monitor-off.ahk
    017: Return (4.94)

    Press [F5] to refresh.

    #181225
    Ádám Bozzay
    Participant
    • Posts: 6

    This is the exact part that I use, try this one and press win+ESC.

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    #Warn ; Enable warnings to assist with detecting common errors.
    #Persistent
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    #Esc::
    Sleep 1000
    SendMessage 0x112, 0xF170, 2, , Program Manager
    return

    Other useful scripts:

    #Left::
    send {Home}
    return
    #Right::
    send {End}
    return
    #Up::
    send {PgUp}
    return
    #Down::
    send {PgDn}
    return

    I don’t have any idea about the high pitch noise.

    #181253
    j4gu4r
    Participant
    • Posts: 6

    Dear Adam,

     

    Sorry I don’t know how to use what you write. Is there a tutorial or something? I have never used AutoHotKey and I have not clue about programming

    Thank you so much

    #181264
    Ádám Bozzay
    Participant
    • Posts: 6

    Hi,

    Download AutoHotkey, right-click on your desktop and click New -> AutoHotkey script. Insert the following.

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    #Warn ; Enable warnings to assist with detecting common errors.
    #Persistent
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    #Esc::
    Sleep 1000
    SendMessage 0x112, 0xF170, 2, , Program Manager
    return
    #Left::
    send {Home}
    return
    #Right::
    send {End}
    return
    #Up::
    send {PgUp}
    return
    #Down::
    send {PgDn}
    return

    Save it and double click the file. This will do the following while the script runs:

    Win+ESC will turn off your screen.

    Win+Left will work as Home button.

    Win+Right will work as End button.

    Win+Down will work as PgDown button.

    Win+Up will work as PgUp button.

    Edit the script and re-run it if you want to modify this behavior.

    #181310
    j4gu4r
    Participant
    • Posts: 6

    Now it works great, thak you so much!!! If you discover more tips or about pitch noise, please notify us

     

     

Viewing 5 posts - 31 through 35 (of 35 total)
  • You must be logged in to reply to this topic.

Lost Password

Skip to toolbar