Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philipp Erhardt
katarakt
Commits
e8211504
Commit
e8211504
authored
May 28, 2015
by
Philipp Erhardt
Browse files
Improve config file documentation
parent
498c2921
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/katarakt.txt
View file @
e8211504
...
...
@@ -47,6 +47,9 @@ CONFIGURATION
Variables and key bindings can be changed by modifying the katarakt.ini file.
By default it is read from '$XDG_CONFIG_HOME'.
Variables must be listed under the section "[Settings]", keys under section
"[Keys]". For a list of all variables with a short explanation see below.
KEY BINDINGS
------------
*q* ::
...
...
src/config.cpp
View file @
e8211504
...
...
@@ -40,7 +40,7 @@ CFG::CFG() :
tmp_values
[
"start_page"
]
=
0
;
tmp_values
[
"fullscreen"
]
=
false
;
settings
.
beginGroup
(
"
k
eys"
);
settings
.
beginGroup
(
"
K
eys"
);
// canvas keys
keys
[
"set_presentation_layout"
]
=
QStringList
()
<<
"1"
;
keys
[
"set_grid_layout"
]
=
QStringList
()
<<
"2"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment