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

[issue] keyboard design problem

Started by jotac0, 04 September 2012 - 09:21 AM
jotac0 #1
Posted 04 September 2012 - 11:21 AM
it seems someone already has this issue… sorry for any failure at searching o.o
SpoilerHello, my issue is with my keyboard design and how Computercraft handles it , my keyboard layout is portuguese

when i press "Alt Gr" ( needed for : {[]} ) it does the same as pressing Ctrl, i thoght about check the events fired at key press and here it is:
Ctrl fires :
event = key
parm1 = 29

when i press "Alt Gr" it fires:
event = key
parm1 = 29

and

event = key
parm1 = 184

is there a way to fix this? :D/>/>

i apologize for my (possible) bad english.
Cruor #2
Posted 04 September 2012 - 02:38 PM
This happends for everyone, when the menu is up try to hit the buttons needed at the same time, this -should- work(might need to try a few times).
Mtdj2 #3
Posted 04 September 2012 - 02:45 PM
Use Alt Gr to open the menu. Press and hold it and then quickly click the "{" button. Works for me.
Kilobyte #4
Posted 15 September 2012 - 06:18 PM
edit the edit code so it uses another key instead. AltGr is same as left(?) ctrl and alt.