quote fix
This commit is contained in:
parent
69dc535775
commit
bd1cefc02c
|
@ -17,12 +17,12 @@ window {
|
|||
}
|
||||
|
||||
configuration {
|
||||
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
|
||||
kb-row-down: "Down,Control+j";
|
||||
kb-accept-entry: "Control+m,Return,KP_Enter";
|
||||
terminal: "mate-terminal";
|
||||
kb-remove-to-eol: "Control+Shift+e";
|
||||
/*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
|
||||
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
|
||||
kb-remove-char-back: "BackSpace";
|
||||
kb-row-up: \"Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab\";
|
||||
kb-row-down: \"Down,Control+j\";
|
||||
kb-accept-entry: \"Control+m,Return,KP_Enter\";
|
||||
terminal: \"mate-terminal\";
|
||||
kb-remove-to-eol: \"Control+Shift+e\";
|
||||
/*kb-mode-next: \"Shift+Right,Control+Tab,Control+l\";*/
|
||||
kb-mode-previous: \"Shift+Left,Control+Shift+Tab,Control+h\";
|
||||
kb-remove-char-back: \"BackSpace\";
|
||||
}" > "$fileout"
|
||||
|
|
Loading…
Reference in New Issue