Thank you very much
I plan to put it on: / usr / script / and run it manually (green panel / Script) after updating BH.
Is the final code ok ?
******************************
#!/bin/sh
#DESCRIPTION=Keymap file change to new setings.
cp -i /usr/share/enigma2/keymapNew.xml /usr/share/enigma2/keymap.xml
echo "Keymap file change to new setings (CH+ and CH-)"
killall -9 enigma2
exit 0
******************************
P.S.
Excuse me in bad English, I never taught it except through Western movies and O.S. Windovs 3.1 and more.
And I used to have a no-enigma satellite receiver and watch TV, movies, documentaries, and sports. Now my wife tells me that I bought myself a toy and she can no longer watch her shows.
I plan to put it on: / usr / script / and run it manually (green panel / Script) after updating BH.
Is the final code ok ?
******************************
#!/bin/sh
#DESCRIPTION=Keymap file change to new setings.
cp -i /usr/share/enigma2/keymapNew.xml /usr/share/enigma2/keymap.xml
echo "Keymap file change to new setings (CH+ and CH-)"
killall -9 enigma2
exit 0
******************************
P.S.
Excuse me in bad English, I never taught it except through Western movies and O.S. Windovs 3.1 and more.
And I used to have a no-enigma satellite receiver and watch TV, movies, documentaries, and sports. Now my wife tells me that I bought myself a toy and she can no longer watch her shows.