Skip to content

Commit

Permalink
Updated manuals for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Nov 30, 2015
1 parent 58145cc commit 178a606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DOCS/commands.md
Expand Up @@ -38,10 +38,12 @@ The following is a list of the available `baka` commands (for `mpv` commands see
mute # toggles mute
volume [value] # adjusts the volume (can be relative)
fullscreen # toggles fullscreen state
hide_all_controls # toggles hide all controls state
boss # pause and hide the window--run away from boss
clear # clears the output text
help [command] # internal help menu
about [qt] # open about dialog
debug # toggle mpv debugging messages
msg_level [level] # set mpv debugging message level
quit # quit baka-mplayer

More commands will be coming but please feel free to suggest modifications or additions.
2 changes: 2 additions & 0 deletions DOCS/settings.md
Expand Up @@ -9,6 +9,7 @@ On Linux, they are saved in the Qt location `~/.config/bakamplayer.ini`.
"autoFit": n, # autoFit percentage (0 = no autofit)
"debug": b, # debugging enabled (output box)
"gestures": b, # enable/disable gesture support
"hideAllControls": b, # enable/disable hide all control mode
"hidePopup": b, # hide tray icon notifications
"input": { # input macros
"Ctrl+Q": [ # key-binding
Expand All @@ -25,6 +26,7 @@ On Linux, they are saved in the Qt location `~/.config/bakamplayer.ini`.
"speed": f # speed of the video playback
"vf": "" # video filters
"volume": n, # volume
"msg-level": s, # set mpv message level
...
},
"onTop": "b", # on top setting (always, never, or playing)
Expand Down

0 comments on commit 178a606

Please sign in to comment.