create wav sound theme, make more use of soundicons
This commit is contained in:
BIN
config/sound/default-wav/Accept.wav
Normal file
BIN
config/sound/default-wav/Accept.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/BrailleOff.wav
Normal file
BIN
config/sound/default-wav/BrailleOff.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/BrailleOn.wav
Normal file
BIN
config/sound/default-wav/BrailleOn.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/Cancel.wav
Normal file
BIN
config/sound/default-wav/Cancel.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/Caps.wav
Normal file
BIN
config/sound/default-wav/Caps.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ChangeTTY.wav
Normal file
BIN
config/sound/default-wav/ChangeTTY.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ContentChanged.wav
Normal file
BIN
config/sound/default-wav/ContentChanged.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/CopyToClipboard.wav
Normal file
BIN
config/sound/default-wav/CopyToClipboard.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/EmptyLine.wav
Normal file
BIN
config/sound/default-wav/EmptyLine.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/EndOfLine.wav
Normal file
BIN
config/sound/default-wav/EndOfLine.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/EndOfScreen.wav
Normal file
BIN
config/sound/default-wav/EndOfScreen.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ErrorBraille.wav
Normal file
BIN
config/sound/default-wav/ErrorBraille.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ErrorScreen.wav
Normal file
BIN
config/sound/default-wav/ErrorScreen.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ErrorSpeech.wav
Normal file
BIN
config/sound/default-wav/ErrorSpeech.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/HasAtributes.wav
Normal file
BIN
config/sound/default-wav/HasAtributes.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/PasteClipboardOnScreen.wav
Normal file
BIN
config/sound/default-wav/PasteClipboardOnScreen.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/PlaceEndMark.wav
Normal file
BIN
config/sound/default-wav/PlaceEndMark.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/PlaceStartMark.wav
Normal file
BIN
config/sound/default-wav/PlaceStartMark.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ScreenReaderOff.wav
Normal file
BIN
config/sound/default-wav/ScreenReaderOff.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/ScreenReaderOn.wav
Normal file
BIN
config/sound/default-wav/ScreenReaderOn.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/SoundOff.wav
Normal file
BIN
config/sound/default-wav/SoundOff.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/SoundOn.wav
Normal file
BIN
config/sound/default-wav/SoundOn.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/SpeechOff.wav
Normal file
BIN
config/sound/default-wav/SpeechOff.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/SpeechOn.wav
Normal file
BIN
config/sound/default-wav/SpeechOn.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/StartOfLine.wav
Normal file
BIN
config/sound/default-wav/StartOfLine.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/StartOfScreen.wav
Normal file
BIN
config/sound/default-wav/StartOfScreen.wav
Normal file
Binary file not shown.
BIN
config/sound/default-wav/mispell.wav
Normal file
BIN
config/sound/default-wav/mispell.wav
Normal file
Binary file not shown.
50
config/sound/default-wav/soundicons.conf
Normal file
50
config/sound/default-wav/soundicons.conf
Normal file
@ -0,0 +1,50 @@
|
||||
# Screen Reader Turned On or Off
|
||||
ScreenReaderOn='ScreenReaderOn.wav'
|
||||
ScreenReaderOff='ScreenReaderOff.wav'
|
||||
# Cancel the current command
|
||||
Cancel='Cancel.wav'
|
||||
# Accept command
|
||||
Accept='Accept.wav'
|
||||
# Bell a sound if the TTY is changed (ctrl + alt +FX)
|
||||
ChangeTTY='ChangeTTY.wav'
|
||||
# Is the first Position on the line
|
||||
StartOfLine='StartOfLine.wav'
|
||||
# Is the last position of the Line
|
||||
EndOfLine='EndOfLine.wav'
|
||||
# the Line is empty
|
||||
EmptyLine='EmptyLine.wav'
|
||||
# Is the first line on the screen.
|
||||
StartOfScreen='StartOfScreen.wav'
|
||||
# Is the last line on the screen
|
||||
EndOfScreen='EndOfScreen.wav'
|
||||
# The content has changed
|
||||
ContentChanged='ContentChanged.wav'
|
||||
# Speech has turned On or Off
|
||||
SpeechOn='SpeechOn.wav'
|
||||
SpeechOff='SpeechOff.wav'
|
||||
# Braille has turned On or Off
|
||||
BrailleOn='BrailleOn.wav'
|
||||
BrailleOff='BrailleOff.wav'
|
||||
# SoundIcons has turned On or Off
|
||||
SoundOn='SoundOn.wav'
|
||||
SoundOff='SoundOff.wav'
|
||||
# Set beginnig mark
|
||||
PlaceStartMark='PlaceStartMark.wav'
|
||||
# Set end mark
|
||||
PlaceEndMark='PlaceEndMark.wav'
|
||||
# Copied to clipboard
|
||||
CopyToClipboard='CopyToClipboard.wav'
|
||||
# Pasted on the screen
|
||||
PasedClipboardOnScreen='PasedClipboardOnScreen.wav'
|
||||
# An error accoured while speech or braille output or reading the screen
|
||||
ErrorSpeech='ErrorSpeech.wav'
|
||||
ErrorBraille='ErrorBraille.wav'
|
||||
ErrorScreen='ErrorScreen.wav'
|
||||
# If you cursor over an text that has attributs (like color)
|
||||
HasAttributes='HasAttributes.wav'
|
||||
# fenrir can promote strings if they appear on the screen.
|
||||
PromotedText='PromotedText.wav'
|
||||
# missspelled indicator
|
||||
mispell='mispell.wav'
|
||||
# the for capital letter
|
||||
capital='Caps.wav'
|
BIN
config/sound/default-wav/tmp.wav
Normal file
BIN
config/sound/default-wav/tmp.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user