🛈 Announcement
Greetings! Ghost-Recon forums are now archived and accessible in read-only mode, please go to the new platform to discuss the game.
  1. #1

    Keyboard

    Could you please fix the keybinding issues. 06 main keybinds are not usable. Insert, Home, Page UP, Delete, End, Page Down. PLEASE!!!
    Share this post

  2. #2
    Dude, I've been asking for this for a long time and Its fallen on deft ears. Even the forum moderatios dont want to answer my private messages to them about this.

    Go get Auto Hot Key.

    Heres my script, its what I've been using and works very well. First you will need to install the software, then create a basic text file and past in the below text. then rename the extension to .ahk

    ^!s::Suspend ; Press Ctrl+Alt+S to Suspend. Press it again to resume.


    #SingleInstance Force
    #MaxHotkeysPerInterval 99999
    #Persistent
    #UseHook
    #NoEnv




    home::j
    PgDn::tab
    PgUp::h
    Insert::i
    End::g
    delete::r
    AppsKey::v
    Share this post