Jump to content




Change control key


  • You cannot reply to this topic
3 replies to this topic

#1 mjmr89

  • New Members
  • 1 posts

Posted 12 January 2013 - 10:59 PM

Hey guys, my left control key broke off a while ago and is unusable, and that poses a problem for CC. I can use it just fine to do something like ctrl+T because that recognizes the right ctrl button - but I cannot save programs, because that does not recognize my right ctrl key. Can anyone help me out? Is there some config that I can't find for this, or maybe some actual computer program that will make minecraft think I'm pressing my left control button?

Thanks!

#2 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 12 January 2013 - 11:04 PM

according to the source code of the edit program the right control should also bring up the menu

source:
elseif param == keys.leftCtrl or param == keys.rightCtrl then


#3 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 13 January 2013 - 05:11 AM

You can also change the key, if this is single player

Open the edit program, look for the line theOriginalBit stated and change it to alt or whatever

#4 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 13 January 2013 - 06:17 AM

View PostTheOriginalBIT, on 12 January 2013 - 11:04 PM, said:

according to the source code of the edit program the right control should also bring up the menu

source:
elseif param == keys.leftCtrl or param == keys.rightCtrl then
On my azerty keyboard, a key event on pressing right control gives the keycode 157, while keys.rightCtrl == 153. So it won't work in every case. :mellow:





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users