Initial commit

This commit is contained in:
wackyideas 2024-06-13 16:59:18 +02:00
commit 93f678358d
715 changed files with 103197 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name=""/>
<group name="">
<entry name="Duration" type="UInt">
<default>0</default>
</entry>
<entry name="InScale" type="Double">
<default>0.8</default>
</entry>
<entry name="OutScale" type="Double">
<default>0.8</default>
</entry>
</group>
</kcfg>