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

[Problem][Config][Help] Control Issue

Started by dennan98, 01 January 2013 - 12:45 AM
dennan98 #1
Posted 01 January 2013 - 01:45 AM
Hello!
I am making a program that takes arguments.
I need to write like this:
local args = { … }

but the problem is that on my keyboard I need to use CTRL + ALT + 7 to get the '{' key and CTRL + ALT + 0 to get the '}' key.
like you normaly need SHIFT + (1 right from P) and SHIFT + (2 right from P).

So my question is: How do I change the detault editing Menu from CTRL to something else?
Thanks for the answers I can get!
theoriginalbit #2
Posted 01 January 2013 - 01:58 AM
Modify the edit program by changing the keycode for control (29) to one of your choosing, to access the menu.

Sorry I can't give exact details, I'm on my phone waiting for new year to tick over :)/>
ScruffyRules #3
Posted 01 January 2013 - 03:07 AM
left from your P key? thats a O and an I
dennan98 #4
Posted 01 January 2013 - 03:32 AM
left from your P key? thats a O and an I

Sorry! Mean Right :D/>