# It's a default X Neural Switcher configuration file 
# all values are default
# See page at http://www.xneur.ru/wiki/Settings for details
# Note: configuration file in /etc/xneur is just a template. On first run XNeur
# copies into user's .xneur/. So all changes in this file will affect only new
# users, who didn't run XNeur before.

# 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 Russian ru
SetXkbGroup Russian 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 No
#EducationMode Yes

# 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
