Skip to content

Commit

Permalink
Configfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jan 5, 2020
1 parent 0cc1fc7 commit 48b88ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions assets/_system/defaultConfig.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ video {
input {
/*
* device:
* type: Possible values: "keyboard", "joystick", "mouse", "touchscreen"
* (unimplemented)
* type: Possible values: "keyboard", "joystick", "mouse", "touchscreen"(unimplemented)
* name: Name of the device, might be absent.
* devNum: Device ID.
*/
Expand All @@ -47,11 +46,11 @@ input {
* DPad, or an axis.
* keyModIgnore: Determines what modifier keys should it ignore.
*/
"copy" keyName="c" keyMod="LCTRL;" keyModIgnore="NONE;"
"cut" keyName="x" keyMod="LCTRL;" keyModIgnore="NONE;"
"paste" keyName="v" keyMod="LCTRL;" keyModIgnore="NONE;"
"undo" keyName="z" keyMod="LCTRL;" keyModIgnore="NONE;"
"save" keyName="s" keyMod="LCTRL;" keyModIgnore="NONE;"
"copy" keyName="c" keyMod="LCTRL" keyModIgnore="NUM;CAPS"
"cut" keyName="x" keyMod="LCTRL" keyModIgnore="NUM;CAPS"
"paste" keyName="v" keyMod="LCTRL" keyModIgnore="NUM;CAPS"
"undo" keyName="z" keyMod="LCTRL" keyModIgnore="NUM;CAPS"
"save" keyName="s" keyMod="LCTRL" keyModIgnore="NUM;CAPS"
/*
* Other tags:
*
Expand Down

0 comments on commit 48b88ea

Please sign in to comment.