Jump to content

Mod key seems to no longer work


Recommended Posts

Using KSP 1.0.2, on an Arch Linux x64 install, it seems the Mod key (right Shift) simply no longer works in any scene in any capacity. I'm running from the Launcher (Launcher.x86_64) on Enlightenment 0.19.4. Details of my hardware can be obtained if necessary.

Is this a known bug? Am I just being stupid (e.g. the Mod key changed)?

Link to comment
Share on other sites

Somehow the MODIFIER_KEY field doesn't even exist in my settings.cfg. Interesting. However, completely deleting my settings.cfg seems to have fixed the issue. (MODIFIER_KEY now exists as a field, of course.)

Wonder how that happened?

I'll poke around with it a bit more and report anything I find, but don't expect this thread to see much more traction. Thanks everyone!

Edited by Jovus
Link to comment
Share on other sites

That is strange, it should be between the mouse wheel axis and the abort action group, like this.


AXIS_MOUSEWHEEL
{
PRIMARY
{
name = Mouse ScrollWheel
axis = -1
inv = False
sensitivity = 1
deadzone = 0
scale = 1
group = 0
modeMask = -1
}
SECONDARY
{
name = None
axis = -1
inv = False
sensitivity = 1
deadzone = 0.05
scale = 1
group = 0
modeMask = -1
}
}
MODIFIER_KEY
{
primary = RightShift
secondary = None
group = 0
modeMask = -1
modeMaskSec = -1
}
AbortActionGroup
{
primary = Backspace
secondary = None
group = 0
modeMask = -1
modeMaskSec = -1
}

Link to comment
Share on other sites

  • 4 weeks later...

I had the same problem with KSP 1.02 under Ubuntu 14.04. When I checked this line of settings.cfg (thanks sal_vager for the steer) Primary was set to Left Alt Key and Secondary was set to Right Alt Key. The Alt keys have other uses under Linux so of course it didn't work.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...