stevel001 Posted April 28, 2015 Posted April 28, 2015 I can't get minimap zoom to work at all after 9.7 update why is this such a problem or is it just me being dumb? Quote
Grandorf Posted April 28, 2015 Posted April 28, 2015 Hi One solution is to open hotkeys.xc // Minimap zooming. "minimapZoom": { "enabled": false, "keyCode": 29, "onHold": true }, Change "enabled": false --> true. Quote
stevel001 Posted April 29, 2015 Author Posted April 29, 2015 Thanks for the reply: That is what I have always done but it isn't working this time for some reason. this is what I have // Minimap zooming. "minimapZoom": { "enabled": true, "keyCode": 29, "onHold": true }, // Alternative minimap mode. "minimapAltMode": { "enabled": false, "keyCode": 56, "onHold": true }, // Alternative "ears" (players panels) mode. "playersPanelAltMode": { "enabled": false, "keyCode": 56, "onHold": true } maybe I messed something up but i checked a backup of this file before updating and it is the same Quote
Grandorf Posted April 29, 2015 Posted April 29, 2015 Hi It might be that the zoomsize isnt correct. Cant recall where the setting are. And if this is not chosen to "center" then it seems to not zoom. "zoom": { "centered": true, "pixelsBack": 160 } You could try a different keyCode (key). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.