From 206a04a85622e17ad7cbe542c38fc519fa9749f7 Mon Sep 17 00:00:00 2001 From: chrys Date: Mon, 25 Jul 2016 20:08:27 +0200 Subject: [PATCH] merge sound --- config/sound/default/soundicons | 50 ++++++++++++++-------------- config/sound/template/soundicons.cfg | 44 ------------------------ 2 files changed, 25 insertions(+), 69 deletions(-) delete mode 100644 config/sound/template/soundicons.cfg diff --git a/config/sound/default/soundicons b/config/sound/default/soundicons index 16db4c22..57398d1d 100644 --- a/config/sound/default/soundicons +++ b/config/sound/default/soundicons @@ -1,44 +1,44 @@ # Screen Reader Turned On or Off -ScreenReaderOn='' -ScreenReaderOff='' +ScreenReaderOn='ScreenReaderOn.opus' +ScreenReaderOff='ScreenReaderOff.opus' # Cancel the current command -Cancel='' +Cancel='Cancel.opus' # Accept command -Accept='' +Accept='Accept.opus' # Bell a sound if the TTY is changed (ctrl + alt +FX) -ChangeTTY='' +ChangeTTY='ChangeTTY.opus' # Is the first Position on the line -StartOfLine='' +StartOfLine='StartOfLine.opus' # Is the last position of the Line -EndOfLine='' +EndOfLine='EndOfLine.opus' # the Line is empty -EmptyLine='' +EmptyLine='EmptyLine.opus' # Is the first line on the screen. -StartOfScreen='' +StartOfScreen='StartOfScreen.opus' # Is the last line on the screen -EndOfScreen='' +EndOfScreen='EndOfScreen.opus' # The content has changed -ContentChanged='' +ContentChanged='ContentChanged.opus' # Speech has turned On or Off -SpeechOn='' -SpeechOff='' +SpeechOn='SpeechOn.opus' +SpeechOff='SpeechOff.opus' # Braille has turned On or Off -BrailleOn='' -BrailleOff='' +BrailleOn='BrailleOn.opus' +BrailleOff='BrailleOff.opus' # SoundIcons has turned On or Off -SoundIconsOn='' -SoundIconsOff='' +SoundIconsOn='SoundIconsOn.opus' +SoundIconsOff='SoundIconsOff.opus' # Set beginnig mark for copy to clipboard -PlaceStartCopyMark='' +PlaceStartCopyMark='PlaceStartCopyMark.opus' # Set end mark for copy to clipboard -PlaceEndCopyMark='' +PlaceEndCopyMark='PlaceEndCopyMark.opus' # Copied to clipboard -CopyToClipboard='' +CopyToClipboard='CopyToClipboard.opus' # Pasted on the screen -PasedClipboardOnScreen='' +PasedClipboardOnScreen='PasedClipboardOnScreen.opus' # An error accoured while speech or braille output or reading the screen -ErrorSpeech='' -ErrorBraille='' -ErrorScreen='' +ErrorSpeech='ErrorSpeech.opus' +ErrorBraille='ErrorBraille.opus' +ErrorScreen='ErrorScreen.opus' # I if you cursor over an text that has attributs (like color) -HasAttributes='' +HasAttributes='HasAttributes.opus' diff --git a/config/sound/template/soundicons.cfg b/config/sound/template/soundicons.cfg deleted file mode 100644 index 16db4c22..00000000 --- a/config/sound/template/soundicons.cfg +++ /dev/null @@ -1,44 +0,0 @@ -# Screen Reader Turned On or Off -ScreenReaderOn='' -ScreenReaderOff='' -# Cancel the current command -Cancel='' -# Accept command -Accept='' -# Bell a sound if the TTY is changed (ctrl + alt +FX) -ChangeTTY='' -# Is the first Position on the line -StartOfLine='' -# Is the last position of the Line -EndOfLine='' -# the Line is empty -EmptyLine='' -# Is the first line on the screen. -StartOfScreen='' -# Is the last line on the screen -EndOfScreen='' -# The content has changed -ContentChanged='' -# Speech has turned On or Off -SpeechOn='' -SpeechOff='' -# Braille has turned On or Off -BrailleOn='' -BrailleOff='' -# SoundIcons has turned On or Off -SoundIconsOn='' -SoundIconsOff='' -# Set beginnig mark for copy to clipboard -PlaceStartCopyMark='' -# Set end mark for copy to clipboard -PlaceEndCopyMark='' -# Copied to clipboard -CopyToClipboard='' -# Pasted on the screen -PasedClipboardOnScreen='' -# An error accoured while speech or braille output or reading the screen -ErrorSpeech='' -ErrorBraille='' -ErrorScreen='' -# I if you cursor over an text that has attributs (like color) -HasAttributes=''