Warning, /multimedia/haruna/src/settings/mousesettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003  SPDX-FileCopyrightText: 2020 George Florea Bănuș <georgefb899@gmail.com>
0004 
0005  SPDX-License-Identifier: GPL-3.0-or-later
0006  -->
0007 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0008       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0009       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0010                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0011   <kcfgfile name="haruna/haruna.conf" />
0012   <group name="Mouse">
0013     <entry name="Left" type="String"></entry>
0014     <entry name="Leftx2" type="String">
0015       <default>toggleFullscreenAction</default>
0016     </entry>
0017     <entry name="Middle" type="String">
0018       <default>muteAction</default>
0019     </entry>
0020     <entry name="Middlex2" type="String">
0021       <default>configureAction</default>
0022     </entry>
0023     <entry name="Right" type="String">
0024       <default>playPauseAction</default>
0025     </entry>
0026     <entry name="Rightx2" type="String"></entry>
0027     <entry name="ScrollUp" type="String">
0028       <default>volumeUpAction</default>
0029     </entry>
0030     <entry name="ScrollDown" type="String">
0031       <default>volumeDownAction</default>
0032     </entry>
0033   </group>
0034 </kcfg>