# It's a default X Neural Switcher configuration file 
# all values are default

# Config version
Version 0.6.0

# Default work mode
DefaultMode Auto

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

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

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

# 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 None Break
AddBind ChangeString Ctrl Break
AddBind ChangeMode Ctrl PrtSc
AddBind ChangeSelected Shift Break
AddBind TranslitSelected Alt ScrollLock
AddBind ChangecaseSelected Alt Break

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

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

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

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

# That's all
