197 posts
Location
Finland
Posted 01 May 2013 - 09:06 AM
title: keyboard shortcuts not working
I can't use ctrl + t, -+r, -+s shortcuts. I tried to find it from the config but no luck there. How can i get the shortcuts work?
7508 posts
Location
Australia
Posted 02 May 2013 - 01:05 AM
How long are you holding CTRL + T, etc for? you cant just press them, you must hold them for a second or two.
Also, when you are in the Edit program, and you press CTRL, what happens? does the menu appear? if not then chances are you have a weird keyboard that LWJGL isn't detecting correctly.
197 posts
Location
Finland
Posted 03 May 2013 - 07:50 AM
How long are you holding CTRL + T, etc for? you cant just press them, you must hold them for a second or two.
Also, when you are in the Edit program, and you press CTRL, what happens? does the menu appear? if not then chances are you have a weird keyboard that LWJGL isn't detecting correctly.
Tried 10 seconds, not working. when i press CTRL in editing "[Save] Exit" Appears normally. The key layout is Finnish
695 posts
Location
In my basement.
Posted 03 May 2013 - 08:07 AM
I am in Sweden, we have The same keyboard layout as The finnish One, and its working for me. Might be a problem with your keyboard..
2217 posts
Location
3232235883
Posted 03 May 2013 - 03:39 PM
run this program:
while true do
t,k=os.pullEvent()
if t=="key" then
print(k)
end
end
tell us what numbers your getting for problematic keys
197 posts
Location
Finland
Posted 04 May 2013 - 03:31 AM
I am in Sweden, we have The same keyboard layout as The finnish One, and its working for me. Might be a problem with your keyboard..
I don't think there's a problem… On chrome ctrl+t (new tab) works but ctrl+t won't work on computercraft for me.
run this program:
while true do
t,k=os.pullEvent()
if t=="key" then
print(k)
end
end
tell us what numbers your getting for problematic keys
Do I have to put it on a new program or an existing one?
7 posts
Posted 04 May 2013 - 08:04 AM
Do I have to put it on a new program or an existing one?
a new one.