Difference between revisions of "Talk:Technical issues FAQ"
From SpiralKnights
(I'm getting a black screen ...) |
(Added instructions on alternative solution for unrecognised keyboard input problem in Linux) |
||
Line 10: | Line 10: | ||
--[[User:Alfwyn|Alfwyn]] 23:02, 7 April 2011 (UTC) | --[[User:Alfwyn|Alfwyn]] 23:02, 7 April 2011 (UTC) | ||
+ | |||
+ | == Other solution for unrecognised keyboard input in Linux == | ||
+ | |||
+ | I use IBus as a keyboard input method, and fixed this problem by editing the 'spiral' file in the download client. This allows you to disable the input method for Spiral Knights without affecting other programs. The fix is to change the line: | ||
+ | |||
+ | <code><nowiki>$JAVA $* -jar $INSTDIR/getdown-pro.jar $INSTDIR</nowiki></code> | ||
+ | |||
+ | to: | ||
+ | |||
+ | <code><nowiki>XMODIFIERS=@im=none $JAVA $* -jar $INSTDIR/getdown-pro.jar $INSTDIR</nowiki></code> | ||
+ | |||
+ | I believe this should work for SCIM users as well, but I have not tested this. | ||
+ | |||
+ | --[[User:DrPete|DrPete]] 07:52, 15 April 2011 (UTC) |
Revision as of 07:52, 15 April 2011
I'm getting a black screen ...
Nested enumerations can be lined up like this:
- item
- another item
- subitem
- subitem 2
- item
--Alfwyn 23:02, 7 April 2011 (UTC)
Other solution for unrecognised keyboard input in Linux
I use IBus as a keyboard input method, and fixed this problem by editing the 'spiral' file in the download client. This allows you to disable the input method for Spiral Knights without affecting other programs. The fix is to change the line:
$JAVA $* -jar $INSTDIR/getdown-pro.jar $INSTDIR
to:
XMODIFIERS=@im=none $JAVA $* -jar $INSTDIR/getdown-pro.jar $INSTDIR
I believe this should work for SCIM users as well, but I have not tested this.
--DrPete 07:52, 15 April 2011 (UTC)