add soundicon for BarrierMode

This commit is contained in:
chrys
2018-06-18 00:15:25 +02:00
parent 98660d17ac
commit c3f3aeb2e5
7 changed files with 14 additions and 31 deletions

View File

@ -13,6 +13,8 @@ ChangeTTY='ChangeTTY.wav'
StartOfLine='StartOfLine.wav'
# Is the last position of the Line
EndOfLine='EndOfLine.wav'
# barrier was detected
BarrierFound='barrier.wav'
# the Line is empty
EmptyLine='EmptyLine.wav'
# Is the first line on the screen.

View File

@ -13,6 +13,8 @@ ChangeTTY=''
StartOfLine=''
# Is the last position of the Line
EndOfLine=''
# barrier was detected
BarrierFound=''
# the Line is empty
EmptyLine=''
# Is the first line on the screen.