diff --git a/buttons.sh b/buttons.sh
index 3d847e0..5e30d7b 100755
--- a/buttons.sh
+++ b/buttons.sh
@@ -104,6 +104,9 @@ firefox_pbs(){
Kodi(){
+ play(){
+ kodi-send --action="PlayPause"
+ }
split_up(){
xdotool_helper "key p"
}
@@ -116,6 +119,12 @@ Kodi(){
refresh(){
kodi-send --action="UpdateLibrary(video)"
}
+ notification(){
+ kodi-send --action="ShowSubtitles"
+ }
+ settings(){
+ sleep .1
+ }
}
diff --git a/xfce4-keyboard-shortcuts.xml b/xfce4-keyboard-shortcuts.xml
index 6e1b29f..ace3b0f 100644
--- a/xfce4-keyboard-shortcuts.xml
+++ b/xfce4-keyboard-shortcuts.xml
@@ -55,6 +55,7 @@
+