41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="mpvInputEdit.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<userSettings>
|
|
<mpvInputEdit.Properties.Settings>
|
|
<setting name="input_conf_help" serializeAs="String">
|
|
<value> # This file defines the input (keys and mouse) bindings of mpv and mpv.net
|
|
# and it also defines the context menu of mpv.net. mpv.net has a input
|
|
# editor and a conf editor as alternatives to editing this file via texteditor.
|
|
# The input and conf editors can be found in mpv.net's context menu at:
|
|
|
|
# Settings > Show Config Editor
|
|
# Settings > Show Input Editor
|
|
|
|
# The defaults of this file can be found at:
|
|
|
|
# https://github.com/stax76/mpv.net/blob/master/mpv.net/Resources/input.conf.txt
|
|
|
|
# the defaults of mpv can be found at:
|
|
|
|
# https://github.com/mpv-player/mpv/blob/master/etc/input.conf
|
|
|
|
# mpv.net's defaults of mpv.conf contain: 'input-default-bindings = no'
|
|
# which disables mpv's input defaults. Every line in this file begins with a
|
|
# space character to make it easier to do a text search, so if you want to know
|
|
# if 'o' has already a binding you can make a text search on ' o '.
|
|
|
|
# mpv input commands: https://github.com/stax76/mpv.net/wiki/mpv-input-commands
|
|
|
|
# mpv input keys: https://github.com/stax76/mpv.net/wiki/mpv-input-keys</value>
|
|
</setting>
|
|
</mpvInputEdit.Properties.Settings>
|
|
</userSettings>
|
|
</configuration> |