Commit fb034577 authored by Sam Lantinga's avatar Sam Lantinga

Don't put a keysym in there! Shame on you! :)

parent 729b4778
...@@ -373,7 +373,7 @@ static const SDL_scancode xfree86_scancode_table2[] = { ...@@ -373,7 +373,7 @@ static const SDL_scancode xfree86_scancode_table2[] = {
/* 192 */ SDL_SCANCODE_UNKNOWN, /* XF86TouchpadToggle */ /* 192 */ SDL_SCANCODE_UNKNOWN, /* XF86TouchpadToggle */
/* 193 */ SDL_SCANCODE_UNKNOWN, /* 193 */ SDL_SCANCODE_UNKNOWN,
/* 194 */ SDL_SCANCODE_UNKNOWN, /* 194 */ SDL_SCANCODE_UNKNOWN,
/* 195 */ SDLK_MODE, /* 195 */ SDL_SCANCODE_MODE,
/* 196 */ SDL_SCANCODE_UNKNOWN, /* 196 */ SDL_SCANCODE_UNKNOWN,
/* 197 */ SDL_SCANCODE_UNKNOWN, /* 197 */ SDL_SCANCODE_UNKNOWN,
/* 198 */ SDL_SCANCODE_UNKNOWN, /* 198 */ SDL_SCANCODE_UNKNOWN,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment