# It's a X Neural Switcher configuration file by XNeur
# All values writted XNeur

# Config version
Version 0.9.0

# Default work mode
DefaultMode Auto

# Level of messages program will write to output
#LogLevel Error
#LogLevel Warning
#LogLevel Log
#LogLevel Debug
LogLevel Debug

# Define used languages
# See Settings page on http://www.xneur.ru for details
AddLanguage English en 0
AddLanguage Kazakh kz 1

# Define initial keyboard layout for all new applications
DefaultXkbGroup 0

# Add Applications names to exclude it from procces with xneur
# Xneur will not process the input for this applications
# Example:
#ExcludeApp Gaim
ExcludeApp Wine
ExcludeApp Krdc

# Use this parameter to force set work mode in current application to Auto.
# Example:
#SetAutoApp Gedit

# Use this parameter to force set work mode in current application to Manual.
# Example:
#SetManualApp Anjuta

# Binds hotkeys for some actions
AddBind ChangeWord Break
AddBind ChangeString Control Pause
AddBind ChangeMode Control Print
AddBind ChangeSelected Shift Break
AddBind TranslitSelected Alt Scroll_Lock
AddBind ChangecaseSelected Control Alt Pause
AddBind EnableLayout1 Control F2
AddBind EnableLayout2 Control F3
AddBind EnableLayout3 Control F4
AddBind EnableLayout4 Control F5

# This option enable or disable sound playing
# Example:
#PlaySound No
PlaySound Yes

# Binds sounds for some actions
AddSound PressKeyLayout1 layout1type.wav
AddSound PressKeyLayout2 layout2type.wav
AddSound PressKeyLayout3 layout1type.wav
AddSound PressKeyLayout4 layout2type.wav
AddSound EnableLayout1 layout1.wav
AddSound EnableLayout2 layout2.wav
AddSound EnableLayout3 layout1.wav
AddSound EnableLayout4 layout2.wav
AddSound AutomaticChangeWord itemback.wav
AddSound ManualChangeWord switch.wav
AddSound ChangeString switch.wav
AddSound ChangeSelected switch.wav
AddSound TranslitSelected switch.wav
AddSound ChangecaseSelected switch.wav

# This option enable or disable mouse processing
# Example:
#GrabMouse Yes
GrabMouse No

# This option enable or disable self education of xneur
# Example:
#EducationMode No
EducationMode Yes

# This option enable or disable layout remember for each window
# Example:
#LayoutRememberMode No
LayoutRememberMode Yes

# Use this parameter to force enable layout remember for each application, not window.
# Option "LayoutRememberMode" must be enabled.
# Example:
#LayoutRememberModeForApp Gaim

# This option enable or disable saving selection text
# Example:
#SaveSelectionMode No
SaveSelectionMode Yes

# This option define delay before sendind events to application (in milliseconds until 0 to 50).
SendDelay 1

# This option define KeyPress or KeyRelease events used in program
EventsReceiveMode KeyPress

# That's all
