This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
greenwick's profile picture

Control does not pull up menu

Started by greenwick, 06 February 2013 - 05:49 PM
greenwick #1
Posted 06 February 2013 - 06:49 PM
Title: Control does not pull up menu

I am trying to do the 'Hello world.' tutorial. When I press control to access the menu, nothing happens. I have not found a way to exit the program, except to leave the computer, destroy it and then replace it.

I have modified some of the controls in Minecraft (IE Attack is now controlled by the + key instead of the mouse, and the arrows are replaced by keys on the number pad.) I was wondering if that had something to do with it.

Thank you!
ChunLing #2
Posted 08 February 2013 - 10:53 AM
You mean this?

Okay, so after entering "edit helloworld" in the shell, were you able to type in:
print("Hello World!")
or something similar, and have that appear on the screen? Did you see "Press Ctrl to access menu" at the bottom of the screen?

When you went to press Ctrl to exit, did you use the left or the right control key?
greenwick #3
Posted 10 February 2013 - 01:47 PM
Yes, that's the tutorial I used.

Yes, I was able to type that in, and it showed up just fine. Then I tried pressing ctrl, and nothing happened. Not sure which side I tried first, but I've tried it different times with the left and right ctrl buttons.
Doyle3694 #4
Posted 10 February 2013 - 03:18 PM
Test too delete your options.txt in your .minecraft, that will reset all options
Then try saving again, and adding option after option until the problem key is narrowed down
greenwick #5
Posted 10 February 2013 - 06:23 PM
Thanks, I will try that and see if it works.
greenwick #6
Posted 11 February 2013 - 03:05 PM
I tried deleting the options.txt file, but the ctrl key didn't work even without that in place.
Dlcruz129 #7
Posted 11 February 2013 - 03:58 PM
I tried deleting the options.txt file, but the ctrl key didn't work even without that in place.

Are you using a nonstandard keyboard?
Doyle3694 #8
Posted 11 February 2013 - 09:25 PM
I am afraid your ctrl key is broken on your part then.
AnDwHaT5 #9
Posted 12 February 2013 - 05:21 AM
Yes the control key is ethe broken or your options is just not configured right. I always us the left one and it works fine.
greenwick #10
Posted 13 February 2013 - 06:49 PM
The keyboard is a standard one.

I am pretty sure the ctrl buttons aren't broken. Both work in other programs. When I tap one while changing controls in Minecraft, it does the animation that shows sonething registered, but it doesn't allow me to replace any of the existing controls with the ctrl tab.

It looks like it won't let me change any of the options to the Alt key either. When I do that, my computer opens a search outside of Minecraft. So I think this may be a linux thing instead. I'll see if anyone on the Ubuntu board has had rhis problem.

Thanks!
Doyle3694 #11
Posted 14 February 2013 - 12:04 AM
Oh. Important information like what OS you are using should not be left out in OP. :)/>
Lyqyd #12
Posted 14 February 2013 - 07:14 AM
Try opening up the Lua prompt and entering this code:

while true do print(table.concat({os.pullEvent()}, ", ")) end

And then press left control and right control. Let us know what key codes, if any, appear.
dai_knapz #13
Posted 16 May 2013 - 04:45 PM
I'm having the same problem in Ubuntu 12.10, using the FTB modpack. I tried the key test and it worked for everything apart from ctrl. Any ideas?
dai_knapz #14
Posted 16 May 2013 - 04:55 PM
Actually I've found the issue, it was the show cursor in Ubuntu, disabling this solved it for me.
Lost Ninja #15
Posted 16 May 2013 - 08:25 PM
Similar issues in Kubuntu solved by using an up to date LWJGL.