Advertisement
AZJIO

XNeur

Jan 6th, 2015
729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.62 KB | None | 0 0
  1. # It's a X Neural Switcher configuration file by XNeur
  2. # All values writted XNeur
  3.  
  4. # Config version
  5. Version 0.15.0
  6.  
  7. # Work in manual mode
  8. ManualMode No
  9.  
  10. # Level of messages program will write to output
  11. #LogLevel Error
  12. #LogLevel Warning
  13. #LogLevel Log
  14. #LogLevel Debug
  15. #LogLevel Trace
  16. LogLevel Trace
  17.  
  18. # Define unused languages
  19. # Example:
  20. #ExcludeLanguage de
  21.  
  22. # Define initial keyboard layout for all new applications
  23. DefaultXkbGroup 0
  24.  
  25. # Add Applications names to exclude it from procces with xneur
  26. # Xneur will not process the input for this applications
  27. # Example:
  28. #ExcludeApp Gaim
  29. ExcludeApp Krdc
  30. ExcludeApp Palimpsest
  31. ExcludeApp Remmina
  32. ExcludeApp VirtualBox
  33. ExcludeApp Wine
  34. ExcludeApp rdesktop
  35. ExcludeApp Xfdesktop
  36.  
  37. # Use this parameter to force set work mode in current application to Auto.
  38. # Example:
  39. #SetAutoApp Gedit
  40.  
  41. # Use this parameter to force set work mode in current application to Manual.
  42. # Example:
  43. #SetManualApp Anjuta
  44.  
  45. # Binds hotkeys for some actions
  46. AddBind ChangeWord Break
  47. AddBind TranslitWord
  48. AddBind ChangecaseWord
  49. AddBind PreviewChangeWord
  50. AddBind ChangeString
  51. AddBind ChangeMode Control Print
  52. AddBind ChangeSelected Shift Break
  53. AddBind TranslitSelected Alt Scroll_Lock
  54. AddBind ChangecaseSelected Shift Alt Break
  55. AddBind PreviewChangeSelected Control Pause
  56. AddBind ChangeClipboard Control Scroll_Lock
  57. AddBind TranslitClipboard
  58. AddBind ChangecaseClipboard
  59. AddBind PreviewChangeClipboard
  60. AddBind EnableLayout1
  61. AddBind EnableLayout2
  62. AddBind EnableLayout3
  63. AddBind EnableLayout4
  64. AddBind RotateLayout
  65. AddBind ReplaceAbbreviation Control Tab
  66. AddBind RotateLayoutBack
  67. AddBind AutocompletionConfirmation Tab
  68. AddBind BlockKeyboardAndMouseEvents
  69. AddBind InsertDate Super d
  70.  
  71. # This option add user action when pressed key bind
  72. # Example:
  73. #AddAction Control Alt f Firefox Browser <cmd>firefox</cmd>
  74. AddAction Alt t Вызов терминала <cmd>gnome-terminal</cmd>
  75. AddAction Alt g Открыть Gedit <cmd>gedit</cmd>
  76. AddAction Super_L Открыть Nautilus <cmd>nautilus ~/</cmd>
  77. AddAction Super f Открыть ссылку в Firefox <cmd>xsel -o | xargs firefox --new-tab</cmd>
  78. AddAction Super g Google - Искать <cmd>xsel -o | sed -r '2~1d;s/(^\s+|\s+$)//g;s/%/%25/g;s/#/%23/g;s/\$/%24/g;s/&/%26/g;s/\+/%2B/;s/,/%2C/g;s/:/%3A/g;s/;/%3B/g;s/=/%3D/g;s/\?/%3F/g;s/@/%40/g;s/\s/+/g' | awk '{print "http://www.google.ru/search?hl=ru&q=" $1}' | xargs firefox -new-tab</cmd>
  79. AddAction Super r Google - Перевести на русский <cmd>xsel -o | sed -r '2~1d;s/(^\s+|\s+$)//g;s/%/%25/g;s/#/%23/g;s/\$/%24/g;s/&/%26/g;s/\+/%2B/;s/,/%2C/g;s/:/%3A/g;s/;/%3B/g;s/=/%3D/g;s/\?/%3F/g;s/@/%40/g;s/\s/+/g' | awk '{print "translate.google.com/translate_t?hl=ru#auto|ru|" $1}' | xargs firefox -new-tab</cmd>
  80. AddAction Super a Google - Перевести на английский <cmd>xsel -o | sed -r '2~1d;s/(^\s+|\s+$)//g;s/%/%25/g;s/#/%23/g;s/\$/%24/g;s/&/%26/g;s/\+/%2B/;s/,/%2C/g;s/:/%3A/g;s/;/%3B/g;s/=/%3D/g;s/\?/%3F/g;s/@/%40/g;s/\s/+/g' | awk '{print "translate.google.com/translate_t?hl=ru#auto|en|" $1}' | xargs firefox -new-tab</cmd>
  81. AddAction Super y Яndex - Поиск <cmd>xsel -o | sed -r '2~1d;s/(^\s+|\s+$)//g;s/%/%25/g;s/#/%23/g;s/\$/%24/g;s/&/%26/g;s/\+/%2B/;s/,/%2C/g;s/:/%3A/g;s/;/%3B/g;s/=/%3D/g;s/\?/%3F/g;s/@/%40/g;s/\s/+/g' | awk '{print "http://yandex.ru/yandsearch?text=" $1 }' | xargs firefox -new-tab</cmd>
  82.  
  83. # Word Replacing
  84. # Ignore keyboard layout for abbreviations list
  85. # Example:
  86. #ReplaceAbbreviationIgnoreLayout No
  87. ReplaceAbbreviationIgnoreLayout Yes
  88.  
  89. # Abbreviations list
  90. # Example:
  91. #ReplaceAbbreviation xneur X Neural Switcher
  92.  
  93. # This option enable or disable sound playing
  94. # Example:
  95. #PlaySounds No
  96. PlaySounds Yes
  97.  
  98. # This option defined sound playing volume percent
  99. # Example:
  100. #SoundVolumePercent 10
  101. SoundVolumePercent 15
  102.  
  103. # Binds sounds for some actions
  104. AddSound XneurStart
  105. AddSound XneurReload
  106. AddSound XneurStop
  107. AddSound PressKeyLayout1 Enable layout1type.wav
  108. AddSound PressKeyLayout2 Enable layout2type.wav
  109. AddSound PressKeyLayout3
  110. AddSound PressKeyLayout4
  111. AddSound EnableLayout1
  112. AddSound EnableLayout2
  113. AddSound EnableLayout3
  114. AddSound EnableLayout4
  115. AddSound AutomaticChangeWord Enable itemback.wav
  116. AddSound ManualChangeWord
  117. AddSound ManualTranslitWord
  118. AddSound ManualChangecaseWord
  119. AddSound ManualPreviewChangeWord
  120. AddSound ChangeString
  121. AddSound ChangeSelected
  122. AddSound TranslitSelected
  123. AddSound ChangecaseSelected
  124. AddSound PreviewChangeSelected
  125. AddSound ChangeClipboard
  126. AddSound TranslitClipboard
  127. AddSound ChangecaseClipboard
  128. AddSound PreviewChangeClipboard
  129. AddSound ReplaceAbbreviation Enable switch.wav
  130. AddSound CorrectIncidentalCaps
  131. AddSound CorrectTwoCapitalLetter
  132. AddSound ExecuteUserAction Enable switch.wav
  133. AddSound BlockKeyboardAndMouseEvents
  134. AddSound UnblockKeyboardAndMouseEvents
  135.  
  136. # This option enable or disable self education of xneur
  137. # Example:
  138. #EducationMode No
  139. EducationMode Yes
  140.  
  141. # This option enable or disable layout remember for each window
  142. # Example:
  143. #LayoutRememberMode No
  144. LayoutRememberMode Yes
  145.  
  146. # Use this parameter to force enable layout remember for each application, not window.
  147. # Option "LayoutRememberMode" must be enabled.
  148. # Example:
  149. #LayoutRememberModeForApp Gaim
  150. LayoutRememberModeForApp Wine
  151.  
  152. # This option enable or disable saving selection text
  153. # Example:
  154. #SaveSelectionMode No
  155. SaveSelectionMode Yes
  156.  
  157. # This option enable or disable rotating layout after convert selected text
  158. # Example:
  159. #RotateLayoutAfterChangeSelectedMode No
  160. RotateLayoutAfterChangeSelectedMode No
  161.  
  162. # This option define delay before sendind events to application (in milliseconds between 0 to 50).
  163. SendDelay 0
  164.  
  165. # This option enable or disable logging keyboard
  166. # Example:
  167. #LogSave No
  168. LogSave No
  169.  
  170. # This option set max size of log file (bytes).
  171. # Example:
  172. #LogSize 1048576
  173. LogSize 1048576
  174.  
  175. # This option define e-mail for send log file, if it's size greater then max size.
  176. # Example:
  177.  
  178. # This option define host to send e-mail without login and password.
  179. # Example:
  180. #LogHostIP 127.0.0.1
  181. #LogHostIP mail.example.com
  182.  
  183. # This option define port to send e-mail without login and password.
  184. # Example:
  185. #LogPort 25
  186.  
  187. # This option enable or disable correction of iNCIDENTAL CapsLock
  188. # Example:
  189. #CorrectIncidentalCaps Yes
  190. CorrectIncidentalCaps Yes
  191.  
  192. # This option enable or disable correction of two CApital letter
  193. # Example:
  194. #CorrectTwoCapitalLetter Yes
  195. CorrectTwoCapitalLetter Yes
  196.  
  197. # This option enable or disable correction of small letter to capital letter after dot
  198. # Example:
  199. #CorrectCapitalLetterAfterDot Yes
  200. CorrectCapitalLetterAfterDot Yes
  201.  
  202. # This option enable or disable correction of two space with a comma and a space
  203. # Example:
  204. #CorrectTwoSpaceWithCommaAndSpace Yes
  205. CorrectTwoSpaceWithCommaAndSpace No
  206.  
  207. # This option enable or disable correction of two minus with a dash
  208. # Example:
  209. #CorrectTwoMinusWithDash Yes
  210. CorrectTwoMinusWithDash No
  211.  
  212. # This option enable or disable correction of two minus with a emdash
  213. # Example:
  214. #CorrectDashWithEmDash Yes
  215. CorrectDashWithEmDash Yes
  216.  
  217. # This option enable or disable correction of (c) with a copyright sign
  218. # Example:
  219. #CorrectCWithCopyright Yes
  220. CorrectCWithCopyright No
  221.  
  222. # This option enable or disable correction of (tm) with a trademark sign
  223. # Example:
  224. #CorrectTMWithTrademark Yes
  225. CorrectTMWithTrademark No
  226.  
  227. # This option enable or disable correction of (r) with a registered sign
  228. # Example:
  229. #CorrectRWithRegistered Yes
  230. CorrectRWithRegistered No
  231.  
  232. # This option enable or disable correction of three points with a ellipsis sign
  233. # Example:
  234. #CorrectThreePointsWithEllipsis Yes
  235. CorrectThreePointsWithEllipsis No
  236.  
  237. # This option enable or disable flushing internal buffer when pressed Escape
  238. # Example:
  239. #FlushBufferWhenPressEscape Yes
  240. FlushBufferWhenPressEscape No
  241.  
  242. # This option enable or disable flushing internal buffer when pressed Enter or Tab
  243. # Example:
  244. #FlushBufferWhenPressEnter Yes
  245. FlushBufferWhenPressEnter No
  246.  
  247. # This option disable or enable processing word when pressed Enter or Tab
  248. # Example:
  249. #DontProcessWhenPressEnter Yes
  250. DontProcessWhenPressEnter No
  251.  
  252. # This option disable or enable show OSD
  253. # Example:
  254. #ShowOSD Yes
  255. ShowOSD No
  256.  
  257. # This option set font for OSD
  258. # Example:
  259. #FontOSD -*-*-*-*-*-*-32-*-*-*-*-*-*-u
  260. FontOSD -*-*-*-*-*-*-32-*-*-*-*-*-*-u
  261.  
  262. # Binds OSDs for some actions
  263. AddOSD XneurStart Enable X Neural Switcher запущен
  264. AddOSD XneurReload Enable X Neural Switcher перезагружен
  265. AddOSD XneurStop Enable X Neural Switcher остановлен
  266. AddOSD PressKeyLayout1
  267. AddOSD PressKeyLayout2
  268. AddOSD PressKeyLayout3
  269. AddOSD PressKeyLayout4
  270. AddOSD EnableLayout1
  271. AddOSD EnableLayout2
  272. AddOSD EnableLayout3
  273. AddOSD EnableLayout4
  274. AddOSD AutomaticChangeWord
  275. AddOSD ManualChangeWord
  276. AddOSD ManualTranslitWord
  277. AddOSD ManualChangecaseWord
  278. AddOSD ManualPreviewChangeWord
  279. AddOSD ChangeString
  280. AddOSD ChangeSelected
  281. AddOSD TranslitSelected
  282. AddOSD ChangecaseSelected
  283. AddOSD PreviewChangeSelected
  284. AddOSD ChangeClipboard
  285. AddOSD TranslitClipboard
  286. AddOSD ChangecaseClipboard
  287. AddOSD PreviewChangeClipboard
  288. AddOSD ReplaceAbbreviation
  289. AddOSD CorrectIncidentalCaps
  290. AddOSD CorrectTwoCapitalLetter
  291. AddOSD ExecuteUserAction Enable Выполняется команда
  292. AddOSD BlockKeyboardAndMouseEvents
  293. AddOSD UnblockKeyboardAndMouseEvents
  294.  
  295. # This option disable or enable show popup messages
  296. # Example:
  297. #ShowPopup Yes
  298. ShowPopup Yes
  299.  
  300. # This option defines popup expiration interval in milliseconds
  301. # Example:
  302. #PopupExpireTimeout 1000
  303. PopupExpireTimeout 1000
  304.  
  305. # Binds popup messages for some actions
  306. AddPopup XneurStart Enable X Neural Switcher запущен
  307. AddPopup XneurReload Enable X Neural Switcher перезагружен
  308. AddPopup XneurStop Enable X Neural Switcher остановлен
  309. AddPopup PressKeyLayout1
  310. AddPopup PressKeyLayout2
  311. AddPopup PressKeyLayout3
  312. AddPopup PressKeyLayout4
  313. AddPopup EnableLayout1
  314. AddPopup EnableLayout2
  315. AddPopup EnableLayout3
  316. AddPopup EnableLayout4
  317. AddPopup AutomaticChangeWord
  318. AddPopup ManualChangeWord
  319. AddPopup ManualTranslitWord
  320. AddPopup ManualChangecaseWord
  321. AddPopup ManualPreviewChangeWord
  322. AddPopup ChangeString
  323. AddPopup ChangeSelected
  324. AddPopup TranslitSelected
  325. AddPopup ChangecaseSelected
  326. AddPopup PreviewChangeSelected Enable Предпросмотр коррекции выделеного текста
  327. AddPopup ChangeClipboard
  328. AddPopup TranslitClipboard
  329. AddPopup ChangecaseClipboard
  330. AddPopup PreviewChangeClipboard Enable Предпросмотр коррекции буфера обмена
  331. AddPopup ReplaceAbbreviation
  332. AddPopup CorrectIncidentalCaps
  333. AddPopup CorrectTwoCapitalLetter
  334. AddPopup ExecuteUserAction Enable Выполняется команда
  335. AddPopup BlockKeyboardAndMouseEvents
  336. AddPopup UnblockKeyboardAndMouseEvents
  337.  
  338. # This option disable or enable checking language on input process
  339. # Example:
  340. #CheckOnProcess Yes
  341. CheckOnProcess Yes
  342.  
  343. # This option disable or enable CapsLock use
  344. # Example:
  345. #DisableCapsLock Yes
  346. DisableCapsLock No
  347.  
  348. # This option disable or enable correction spaces befor punctuation
  349. # Example:
  350. #CorrectSpaceWithPunctuation No
  351. CorrectSpaceWithPunctuation No
  352.  
  353. # This option disable or enable pattern mining and recognition (autocompletion)
  354. # Example:
  355. #Autocompletion No
  356. Autocompletion Yes
  357.  
  358. # This option disable or enable adding space after autocompletion
  359. # Example:
  360. #AddSpaceAfterAutocompletion No
  361. AddSpaceAfterAutocompletion No
  362.  
  363. # Add Applications names to exclude it from autocompletion process
  364. # Xneur will not process the autocompletion for this applications
  365. # Example:
  366. #AutocompletionExcludeApp Gnome-terminal
  367. AutocompletionExcludeApp Gnome-terminal
  368.  
  369. # Use next options for troubleshoot on autoswitching
  370. # Disable autoswitching if pressed backspace
  371. TroubleshootBackspace No
  372. # Disable autoswitching if pressed left arrow
  373. TroubleshootLeftArrow No
  374. # Disable autoswitching if pressed right arrow
  375. TroubleshootRightArrow No
  376. # Disable autoswitching if pressed up arrow
  377. TroubleshootUpArrow No
  378. # Disable autoswitching if pressed down arrow
  379. TroubleshootDownArrow No
  380. # Disable autoswitching if pressed delete
  381. TroubleshootDelete No
  382. # Disable autoswitching if layout switched
  383. TroubleshootSwitch Yes
  384. # Disable autoswitching for full screen apps
  385. TroubleshootFullScreen Yes
  386.  
  387. # Work-arround for compatibility with the completion
  388. CompatibilityWithCompletion Yes
  389.  
  390. # Disabling this option will add any application to the list of excluded applications.
  391. TrackingInput Yes
  392.  
  393. # Disabling this option will disable mouse tracking.
  394. TrackingMouse Yes
  395.  
  396. # Disable send KeyRelease event
  397. DontSendKeyRelease No
  398.  
  399. # Modules list
  400. # Example:
  401. #LoadModule libxntest.so
  402.  
  403. # That's all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement