OK it works, there was 2 errors :
- it's Up (not up), the cap was missing.
- those lines has to be put in the "fullscreen section", not the global.
Here is below my ***.xml file, to help anyone trying to do the same stuff :
Code:
<keymap>
<global>
<keyboard>
<!-- NOTIFICATIONS SON -->
<j mod="shift,alt">Notification(ENCEINTES DU BUFFET,NORMAL,4)</j>
<b mod="ctrl,alt">Notification(SON 5.1,NORMAL,4)</b>
<t mod="ctrl,alt">Notification(SON STÉRÉO,MODE CINÉMA,4)</t>
<d mod="shift,alt">Notification(BASSES,SANS SUB,4)</d>
<u mod="shift,alt">Notification(DELAY AUDIO,NORMAL,4)</u>
<k mod="shift,alt">Notification(DELAY AUDIO,NETFLIX,4)</k>
<l mod="ctrl,alt">Notification(SON,FORMAT ORIGINAL,4)</l>
<r mod="shift,alt">Notification(BASSES,SANS SUB ET BAISSÉES,4)</r>
<n mod="shift,alt">Notification(SON,COMPRESSÉ,4)</n>
<v mod="shift,alt">Notification(SON,DYNAMIQUE ORIGINALE,4)</v>
<y mod="shift,alt">Notification(BASSES,NORMALES,4)</y>
<!-- DECALAGE AUDIO A LA VOLEE -->
<x mod="shift,alt">AudioDelayPlus</x>
<s mod="shift,alt">AudioDelayMinus</s>
<!-- IMAGE -->
<e mod="shift,alt">zoomout</e>
<f mod="shift,alt">verticalshiftdown</f>
<g mod="shift,alt">zoomin</g>
<h mod="shift,alt">verticalshiftup</h>
<!-- REATTRIBUER LE RACCOURCI CLAVIER CTRL+SHIT+R (qui génère un changement de colorimétrie) POUR PAS QU'IL S'ACTIVE AVEC VOLUME UP-->
<r mod="ctrl,shift">noop</r>
</keyboard>
</global>
<FullScreenVideo>
<keyboard>
<!-- SUPPRESS ACTIONS UP et DOWN LONG PRESS-->
<Up mod="longpress"></Up>
<Down mod="longpress"></Down>
</keyboard>
</FullScreenVideo>
</keymap>