forecolors in the dark theme are slightly darker now
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
- new: forecolors in the dark theme are slightly darker now
|
||||||
|
- new: readme/website and manual were improved
|
||||||
- new: install via Scoop and Chocolatey added to readme/website (maintained by Restia666Ashdoll)
|
- new: install via Scoop and Chocolatey added to readme/website (maintained by Restia666Ashdoll)
|
||||||
- new: update check, it must be enabled first in the conf editor under General
|
- new: update check, it must be enabled first in the conf editor under General
|
||||||
- new: update feature, requires PowerShell 5 and curl,
|
- new: update feature, requires PowerShell 5 and curl,
|
||||||
@@ -232,7 +234,7 @@
|
|||||||
- fix for middle mouse button not working
|
- fix for middle mouse button not working
|
||||||
- fix of logo overlay using a huge amount of memory (thx for the [ghacks article](https://www.ghacks.net/2019/07/05/a-look-at-mpv-net-a-mpv-frontend-with-everything-integration/))
|
- fix of logo overlay using a huge amount of memory (thx for the [ghacks article](https://www.ghacks.net/2019/07/05/a-look-at-mpv-net-a-mpv-frontend-with-everything-integration/))
|
||||||
- fix config dialog showing a message about app restart without reason
|
- fix config dialog showing a message about app restart without reason
|
||||||
- when multiple files are selected in Windows File Explorer and enter is
|
- when multiple files are selected in File Explorer and enter is
|
||||||
pressed, the files are opened as selected, the order is random though
|
pressed, the files are opened as selected, the order is random though
|
||||||
because Explorer starts multiple mpv.net processes concurrently
|
because Explorer starts multiple mpv.net processes concurrently
|
||||||
- libmpv was updated to shinchiro 2019-06-30
|
- libmpv was updated to shinchiro 2019-06-30
|
||||||
@@ -247,7 +249,7 @@
|
|||||||
|
|
||||||
- opening a URL manually no longer uses a input box but uses the clipboard directly
|
- opening a URL manually no longer uses a input box but uses the clipboard directly
|
||||||
- the manifest was missing the company attribute which caused
|
- the manifest was missing the company attribute which caused
|
||||||
mpv.net not appearing in the 'Open with' menu of the Windows File Explorer,
|
mpv.net not appearing in the 'Open with' menu of the File Explorer,
|
||||||
thanks to 44vince44 for pointing this out!!!
|
thanks to 44vince44 for pointing this out!!!
|
||||||
- new Python and C# script examples were added to the wiki and the scripting and
|
- new Python and C# script examples were added to the wiki and the scripting and
|
||||||
extension documentation was improved
|
extension documentation was improved
|
||||||
|
|||||||
@@ -232,13 +232,13 @@ Pressing the shift key while opening a single file will suppress loading all fil
|
|||||||
|
|
||||||
## Context Menu
|
## Context Menu
|
||||||
|
|
||||||
The most important part of the user interface in mpv.net is the context menu, the menu can be customized as it's defined in the same file where the key bindings are defined.
|
The most important part of the user interface in mpv.net is the context menu, the menu can be customized as it's defined in the same file where the key and mouse bindings are defined (input.conf).
|
||||||
|
|
||||||
### Open > Open Files
|
### Open > Open Files
|
||||||
|
|
||||||
The Open Files menu entry is one way to open files in mpv.net, it supports multi selection.
|
The Open Files menu entry is one way to open files in mpv.net, it supports multi selection.
|
||||||
|
|
||||||
Another way to open files is the command line, it is used by the Windows File Explorer if file associations exist.
|
Another way to open files is the command line, it is used by the File Explorer if file associations exist.
|
||||||
|
|
||||||
When mpv.net is started from a terminal such as PowerShell, mpv.net attaches to the terminal and outputs status and debug messages.
|
When mpv.net is started from a terminal such as PowerShell, mpv.net attaches to the terminal and outputs status and debug messages.
|
||||||
|
|
||||||
@@ -820,13 +820,13 @@ mpv.conf file containing mpv settings
|
|||||||
|
|
||||||
mpvnet.conf file containing mpv.net settings
|
mpvnet.conf file containing mpv.net settings
|
||||||
|
|
||||||
input.conf containing mpv key bindings
|
input.conf containing mpv key and mouse bindings
|
||||||
|
|
||||||
User scripts and user extensions
|
User scripts and user extensions
|
||||||
|
|
||||||
### Tools > Command Palette
|
### Tools > Command Palette
|
||||||
|
|
||||||
Shows the command palette window which allows to find mpv.net commands, it shows the command's location in the context menu and the key shortcut.
|
Shows the command palette window which allows to quickly find and execute commands and key shortcuts.
|
||||||
|
|
||||||
### Tools > Show History
|
### Tools > Show History
|
||||||
|
|
||||||
|
|||||||
@@ -2,11 +2,11 @@
|
|||||||
[dark]
|
[dark]
|
||||||
|
|
||||||
heading = #1E90FF
|
heading = #1E90FF
|
||||||
foreground = #FFFFFF
|
foreground = #DDDDDD
|
||||||
foreground2 = #C0C0C0
|
foreground2 = #AAAAAA
|
||||||
background = #323232
|
background = #323232
|
||||||
|
|
||||||
menu-foreground = #FFFFFF
|
menu-foreground = #DDDDDD
|
||||||
menu-background = #323232
|
menu-background = #323232
|
||||||
menu-highlight = #505050
|
menu-highlight = #505050
|
||||||
menu-border = #FFFFFF
|
menu-border = #FFFFFF
|
||||||
|
|||||||
Reference in New Issue
Block a user