mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-05 16:12:42 +02:00
When connected to a TV (running Plasma Bigscreen), Remote Input will show a TV remote and a button on the top to switch to mouse and keyboard. When connected to any other device, Remote Input will show the mouse and keyboard only. **Removals:** - [x] Remove BigscreenPlugin **Additions:** - [x] Add "Use mouse and keyboard" **Changes:** - [x] Plugin has both remote and mouse/keyboard if device is TV, just mouse/keyboard otherwise **Code changes:** - [x] Move all TV functions to MousePlugin 
10 lines
449 B
XML
10 lines
449 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:kdeconnect="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/menu_use_mouse_and_keyboard"
|
|
android:icon="@drawable/touchpad_plugin_action_24dp"
|
|
android:title="@string/show_mouse_and_keyboard"
|
|
kdeconnect:iconTint="?colorOnBackground"
|
|
kdeconnect:showAsAction="ifRoom" />
|
|
</menu> |