Jump to content
Korean Random
Sign in to follow this  
AceUA

Миникарта

Recommended Posts

Поставил XVM 5.0.1-test3. При нажатии ctrl миникарта открывается на весь экран. Как вернуть назад на капс лок?

Share this post


Link to post

Short link
Share on other sites

Поставил XVM 5.0.1-test3. При нажатии ctrl миникарта открывается на весь экран. Как вернуть назад на капс лок?

 В файле "hotkeys.xc":

    "minimapZoom": { 
      "enabled": true,
      "keyCode": 20 
    }

"keyCode": 20, - это и есть КапсЛок.

Edited by Kotyarko_O
  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

'hotkeys.xc'

/**
* Special XVM hotkeys.
* Специальные горячие клавиши XVM.
*/
{
  "hotkeys": {
    // onHold: false - take action by key click. True - while key is remains pressed.
    // onHold: false - произвести действие по разовому нажатию клавиши. True - по удержанию.
       
    // The only supported keys are:
    // Поддерживаются только клавиши:
    // "Backspace": 8,
    // "Tab": 9,
    // "Ctrl Left": 17,
    // "Ctrl Right": 163,
    // "Shift Right": 161,
    // "Esc": 27,
    // "Insert": 45,
    // "Delete": 46,
    // "Page Up": 33,
    // "Page Down": 34,
    // "A": 65,
    // "C": 67,
    // "V": 86,
    // "X": 88,
    // "F1": 112
    // "Caps Lock": 20
   
    "minimapZoom": {
      "enabled": false,
      "onHold": true,
      "keyCode": 17
    }
  }
}

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...