Page 1 of 1
Assigning Custom Key Functions with CELX
Posted: 26.10.2005, 02:46
by hank
Read about it
here.
- Hank
Posted: 26.10.2005, 07:57
by Malenfant
Cool. That could be fairly handy
Posted: 28.10.2005, 17:28
by Malenfant
Though something that might also be useful is the ability to 'pull back' in terms of distance so that something that's bigger than the current FOV can fit inside it - rather than keep the current distance and change the size of the FOV. Would that be scriptable?
Posted: 01.11.2005, 04:20
by Malenfant
I moved Hank's wiki entry to a new location as part of the new Q&A section in the Celx part of the Celestia wikibook - it's now at:
http://en.wikibooks.org/wiki/Celestia:C ... _with_CELX
Posted: 20.01.2006, 08:18
by aizul
hello, i got some question,
i want to have more than one custom keys, can i follow the example. Another question, can i use combination of 2 keys for example Ctrl+z or Alt+z?
thank you
Posted: 29.01.2006, 23:03
by MibTaz
From my expierience with this, some modified keys work (such as control a-z). Other meta keys, at least on windows, are not useable at all (alt modifiers, most extended key sequences). Some control sequences are problematic, especially if they are already in use by Celestia. My advice is to download and understand the console script written by Harald Schmidt. It's straighforward and clean, with multiple key processing. I believe it's on Celestia Mother Lode. BTW, control sequences are \001 through \026, except ^h (in Windoze, maps to H). I would avoid using ^c and ^z since those map to break and suspend on unix systems
Cheers