Jump to content
Korean Random
Sign in to follow this  
speckle

How to change the ALT key to another key in XVM

Recommended Posts

hi

 

How to change the ALT key to another key in XVM, for example, into the left SHIFT key 

 

 

thx

Share this post


Link to post

Short link
Share on other sites

hi

 

How to change the ALT key to another key in XVM, for example, into the left SHIFT key 

 

 

thx

 

Keycode for Leftshift is KEY_LSHIFT = 42

So you have to change keycodes from 29 to 42.

For example:

 

"minimapZoom":         { "enabled": true, "keyCode": 29, "onHold": true },

"minimapZoom":         { "enabled": true, "keyCode": 42, "onHold": true },

Share this post


Link to post

Short link
Share on other sites

 

Keycode for Leftshift is KEY_LSHIFT = 42

So you have to change keycodes from 29 to 42.

For example:

 

"minimapZoom":         { "enabled": true, "keyCode": 29, "onHold": true },

"minimapZoom":         { "enabled": true, "keyCode": 42, "onHold": true },

 

Thank you for your answer actually I want to change   "hitLog"   Show enemy HP left by Alt press  ,  how to change the press ALT key to left SHIFT key

Share this post


Link to post

Short link
Share on other sites

I don't know if that is possible. Sorry I cannot help you further.

Edited by mintik

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...