home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / apps / khotkeys / kde32b1.khotkeys next >
Encoding:
INI File  |  2005-09-10  |  9.9 KB  |  420 lines

  1. [Data]
  2. DataCount=1
  3.  
  4. [Data_1]
  5. Comment=This group contains various examples demonstrating most of the features of KHotkeys. (Note that this group and all its actions are disabled by default.)\n
  6. DataCount=8
  7. Enabled=false
  8. Name=Examples
  9. SystemGroup=0
  10. Type=ACTION_DATA_GROUP
  11.  
  12. [Data_1Conditions]
  13. Comment=
  14. ConditionsCount=0
  15.  
  16. [Data_1_1]
  17. Comment=After pressing Ctrl+Alt+I, the KSIRC window will be activated, if it exists. Simple.\n
  18. Enabled=false
  19. Name=Activate KSIRC Window
  20. Type=ACTIVATE_WINDOW_SHORTCUT_ACTION_DATA
  21.  
  22. [Data_1_1Actions]
  23. ActionsCount=1
  24.  
  25. [Data_1_1Actions0]
  26. Type=ACTIVATE_WINDOW
  27.  
  28. [Data_1_1Actions0Window]
  29. Comment=KSIRC window
  30. WindowsCount=1
  31.  
  32. [Data_1_1Actions0Window0]
  33. Class=ksirc
  34. ClassType=1
  35. Comment=KSIRC
  36. Role=
  37. RoleType=0
  38. Title=
  39. TitleType=0
  40. Type=SIMPLE
  41. WindowTypes=33
  42.  
  43. [Data_1_1Conditions]
  44. Comment=
  45. ConditionsCount=0
  46.  
  47. [Data_1_1Triggers]
  48. Comment=Simple_action
  49. TriggersCount=1
  50.  
  51. [Data_1_1Triggers0]
  52. Key=Alt+Ctrl+I
  53. Type=SHORTCUT
  54.  
  55. [Data_1_2]
  56. Comment=After pressing Alt+Ctrl+H, 'Hello' input will be simulated just like if you typed it. Especially useful if you're lazy to type things like 'unsigned'. Every keypress in the input is separated by a colon ':' . Note that the keypresses mean really keypresses, so you have to write what you'd really press on the keyboard. In the table below, left column shows the input and the right column shows what to type.\n\n"enter" (i.e. new line)                Enter or Return\na (i.e. small a)                          A\nA (i.e. capital a)                       Shift+A\n: (colon)                                  Shift+;\n' '  (space)                              Space\n
  57. Enabled=false
  58. Name=Type 'Hello'
  59. Type=KEYBOARD_INPUT_SHORTCUT_ACTION_DATA
  60.  
  61. [Data_1_2Actions]
  62. ActionsCount=1
  63.  
  64. [Data_1_2Actions0]
  65. Input=Shift+H:E:L:L:O\n
  66. IsDestinationWindow=false
  67. Type=KEYBOARD_INPUT
  68.  
  69. [Data_1_2Conditions]
  70. Comment=
  71. ConditionsCount=0
  72.  
  73. [Data_1_2Triggers]
  74. Comment=Simple_action
  75. TriggersCount=1
  76.  
  77. [Data_1_2Triggers0]
  78. Key=Alt+Ctrl+H
  79. Type=SHORTCUT
  80.  
  81. [Data_1_3]
  82. Comment=This action runs Konsole, after pressing Ctrl+Alt+T.\n
  83. Enabled=false
  84. Name=Run Konsole
  85. Type=COMMAND_URL_SHORTCUT_ACTION_DATA
  86.  
  87. [Data_1_3Actions]
  88. ActionsCount=1
  89.  
  90. [Data_1_3Actions0]
  91. CommandURL=konsole
  92. Type=COMMAND_URL
  93.  
  94. [Data_1_3Conditions]
  95. Comment=
  96. ConditionsCount=0
  97.  
  98. [Data_1_3Triggers]
  99. Comment=Simple_action
  100. TriggersCount=1
  101.  
  102. [Data_1_3Triggers0]
  103. Key=Alt+Ctrl+T
  104. Type=SHORTCUT
  105.  
  106. [Data_1_4]
  107. Comment=Read the comment on action "Type 'Hello'" first.\n\nQt Designer uses Ctrl+F4 for closing windows (maybe because MS Windows does it that way *shrug*). But Ctrl+F4 in KDE stands for going to virtual desktop 4, so it doesn't work in Qt Designer, and also, Qt Designer doesn't use KDE's standard Ctrl+W for closing the window.\n\nBut the problem can be solved by remaping Ctrl+W to Ctrl+F4 when the active window is Qt Designer. When Qt Designer is active, every time Ctrl+W is pressed, Ctrl+F4 will be sent to Qt Designer instead. In other applications, Ctrl+W remains working the usual way of course.\n\nWe now need to specify three things: A new shortcut trigger on 'Ctrl+W', a new keyboard input action sending Ctrl+F4, and a new condition that the active window is Qt Designer.\nQt Designer seems to always have title 'Qt Designer by Trolltech', so the condition will check for the active window having that title.\n
  108. Enabled=false
  109. Name=Remap Ctrl+W to Ctrl+F4 in Qt Designer
  110. Type=GENERIC_ACTION_DATA
  111.  
  112. [Data_1_4Actions]
  113. ActionsCount=1
  114.  
  115. [Data_1_4Actions0]
  116. Input=Ctrl+F4
  117. IsDestinationWindow=false
  118. Type=KEYBOARD_INPUT
  119.  
  120. [Data_1_4Conditions]
  121. Comment=
  122. ConditionsCount=1
  123.  
  124. [Data_1_4Conditions0]
  125. Type=ACTIVE_WINDOW
  126.  
  127. [Data_1_4Conditions0Window]
  128. Comment=Qt Designer
  129. WindowsCount=1
  130.  
  131. [Data_1_4Conditions0Window0]
  132. Class=
  133. ClassType=0
  134. Comment=
  135. Role=
  136. RoleType=0
  137. Title=Qt Designer by Trolltech
  138. TitleType=2
  139. Type=SIMPLE
  140. WindowTypes=33
  141.  
  142. [Data_1_4Triggers]
  143. Comment=
  144. TriggersCount=1
  145.  
  146. [Data_1_4Triggers0]
  147. Key=Ctrl+W
  148. Type=SHORTCUT
  149.  
  150. [Data_1_5]
  151. Comment=By pressing Alt+Ctrl+W a DCOP call will be performed that will show the minicli. You can use any kind of DCOP call, just like using the command line 'dcop' tool.\n
  152. Enabled=false
  153. Name=Perform DCOP call 'kdesktop KDesktopIface popupExecuteCommand()'
  154. Type=DCOP_SHORTCUT_ACTION_DATA
  155.  
  156. [Data_1_5Actions]
  157. ActionsCount=1
  158.  
  159. [Data_1_5Actions0]
  160. Arguments=
  161. Call=popupExecuteCommand
  162. RemoteApp=kdesktop
  163. RemoteObj=KDesktopIface
  164. Type=DCOP
  165.  
  166. [Data_1_5Conditions]
  167. Comment=
  168. ConditionsCount=0
  169.  
  170. [Data_1_5Triggers]
  171. Comment=Simple_action
  172. TriggersCount=1
  173.  
  174. [Data_1_5Triggers0]
  175. Key=Alt+Ctrl+W
  176. Type=SHORTCUT
  177.  
  178. [Data_1_6]
  179. Comment=Read the comment on action "Type 'Hello'" first.\n\nJust like the "Type 'Hello'" action, this one simulates a keyboard input, specifically, after pressing Ctrl+Alt+B, it sends B to XMMS (B in XMMS jumps to the next song). The 'Send to specific window' checkbox is checked and a window with its class containing 'XMMS_Player' is specified; this will make the input always be sent to this window. This way, you can control XMMS even if it's e.g. on a different virtual desktop.\n\n(Run 'xprop' and click on the XMMS window and search for WM_CLASS to see 'XMMS_Player').\n
  180. Enabled=false
  181. Name=Next in XMMS
  182. Type=KEYBOARD_INPUT_SHORTCUT_ACTION_DATA
  183.  
  184. [Data_1_6Actions]
  185. ActionsCount=1
  186.  
  187. [Data_1_6Actions0]
  188. Input=B
  189. IsDestinationWindow=true
  190. Type=KEYBOARD_INPUT
  191.  
  192. [Data_1_6Actions0DestinationWindow]
  193. Comment=XMMS window
  194. WindowsCount=1
  195.  
  196. [Data_1_6Actions0DestinationWindow0]
  197. Class=XMMS_Player
  198. ClassType=1
  199. Comment=XMMS Player window
  200. Role=
  201. RoleType=0
  202. Title=
  203. TitleType=0
  204. Type=SIMPLE
  205. WindowTypes=33
  206.  
  207. [Data_1_6Conditions]
  208. Comment=
  209. ConditionsCount=0
  210.  
  211. [Data_1_6Triggers]
  212. Comment=Simple_action
  213. TriggersCount=1
  214.  
  215. [Data_1_6Triggers0]
  216. Key=Alt+Ctrl+B
  217. Type=SHORTCUT
  218.  
  219. [Data_1_7]
  220. Comment=Ok, Konqi in KDE3.1 has tabs, and now you can also have gestures. No need to use other browsers >;).\n\nJust press the middle mouse button and start drawing one of the gestures, and after you're finished, release the mouse button. If you only need to paste the selection, it still works, simply only click the middle mouse button. (You can change the mouse button to use in the global settings).\n\nRight now, there are these gestures available:\nmove right and back left - Forward (ALt+Right)\nmove left and back right - Back (Alt+Left)\nmove up and back down  - Up (Alt+Up)\ncircle anticlockwise - Reload (F5)\n (As soon as I find out which ones are in Opera or Mozilla, I'll add more and make sure they are the same. Or if you do it yourself, feel free to help me and send me your khotkeysrc.)\n\nThe gestures shapes (some of the dialogs are from KGesture, thanks to Mike Pilone) can be simply entered by performing them in the configuration dialog. You can also look at your numeric pad to help you, gestures are recognized like a 3x3 grid of fields, numbered 1 to 9.\n\nNote that you must perform exactly the gesture to trigger the action. Because of this, it's possible to enter more gestures for the action. You should try to avoid complicated gestures where you change the direction of mouse moving more than once (i.e. do e.g. 45654 or 74123 as they are simple to perform but e.g. 1236987 may be already quite difficult).\n\nThe condition for all gestures are defined in this group. All these gestures are active only if the active window is Konqueror (class contains 'konqueror').\n
  221. DataCount=4
  222. Enabled=false
  223. Name=Konqi Gestures
  224. SystemGroup=0
  225. Type=ACTION_DATA_GROUP
  226.  
  227. [Data_1_7Conditions]
  228. Comment=Konqueror window
  229. ConditionsCount=1
  230.  
  231. [Data_1_7Conditions0]
  232. Type=ACTIVE_WINDOW
  233.  
  234. [Data_1_7Conditions0Window]
  235. Comment=Konqueror
  236. WindowsCount=1
  237.  
  238. [Data_1_7Conditions0Window0]
  239. Class=konqueror
  240. ClassType=1
  241. Comment=Konqueror
  242. Role=
  243. RoleType=0
  244. Title=
  245. TitleType=0
  246. Type=SIMPLE
  247. WindowTypes=33
  248.  
  249. [Data_1_7_1]
  250. Comment=
  251. Enabled=false
  252. Name=Back
  253. Type=KEYBOARD_INPUT_GESTURE_ACTION_DATA
  254.  
  255. [Data_1_7_1Actions]
  256. ActionsCount=1
  257.  
  258. [Data_1_7_1Actions0]
  259. Input=Alt+Left
  260. IsDestinationWindow=false
  261. Type=KEYBOARD_INPUT
  262.  
  263. [Data_1_7_1Conditions]
  264. Comment=
  265. ConditionsCount=0
  266.  
  267. [Data_1_7_1Triggers]
  268. Comment=Gesture_triggers
  269. TriggersCount=3
  270.  
  271. [Data_1_7_1Triggers0]
  272. Gesture=65456
  273. Type=GESTURE
  274.  
  275. [Data_1_7_1Triggers1]
  276. Gesture=5456
  277. Type=GESTURE
  278.  
  279. [Data_1_7_1Triggers2]
  280. Gesture=6545
  281. Type=GESTURE
  282.  
  283. [Data_1_7_2]
  284. Comment=
  285. Enabled=false
  286. Name=Forward
  287. Type=KEYBOARD_INPUT_GESTURE_ACTION_DATA
  288.  
  289. [Data_1_7_2Actions]
  290. ActionsCount=1
  291.  
  292. [Data_1_7_2Actions0]
  293. Input=Alt+Right
  294. IsDestinationWindow=false
  295. Type=KEYBOARD_INPUT
  296.  
  297. [Data_1_7_2Conditions]
  298. Comment=
  299. ConditionsCount=0
  300.  
  301. [Data_1_7_2Triggers]
  302. Comment=Gesture_triggers
  303. TriggersCount=3
  304.  
  305. [Data_1_7_2Triggers0]
  306. Gesture=45654
  307. Type=GESTURE
  308.  
  309. [Data_1_7_2Triggers1]
  310. Gesture=5654
  311. Type=GESTURE
  312.  
  313. [Data_1_7_2Triggers2]
  314. Gesture=4565
  315. Type=GESTURE
  316.  
  317. [Data_1_7_3]
  318. Comment=
  319. Enabled=false
  320. Name=Up
  321. Type=KEYBOARD_INPUT_GESTURE_ACTION_DATA
  322.  
  323. [Data_1_7_3Actions]
  324. ActionsCount=1
  325.  
  326. [Data_1_7_3Actions0]
  327. Input=Alt+Up
  328. IsDestinationWindow=false
  329. Type=KEYBOARD_INPUT
  330.  
  331. [Data_1_7_3Conditions]
  332. Comment=
  333. ConditionsCount=0
  334.  
  335. [Data_1_7_3Triggers]
  336. Comment=Gesture_triggers
  337. TriggersCount=3
  338.  
  339. [Data_1_7_3Triggers0]
  340. Gesture=25852
  341. Type=GESTURE
  342.  
  343. [Data_1_7_3Triggers1]
  344. Gesture=2585
  345. Type=GESTURE
  346.  
  347. [Data_1_7_3Triggers2]
  348. Gesture=5852
  349. Type=GESTURE
  350.  
  351. [Data_1_7_4]
  352. Comment=
  353. Enabled=false
  354. Name=Reload
  355. Type=KEYBOARD_INPUT_GESTURE_ACTION_DATA
  356.  
  357. [Data_1_7_4Actions]
  358. ActionsCount=1
  359.  
  360. [Data_1_7_4Actions0]
  361. Input=F5
  362. IsDestinationWindow=false
  363. Type=KEYBOARD_INPUT
  364.  
  365. [Data_1_7_4Conditions]
  366. Comment=
  367. ConditionsCount=0
  368.  
  369. [Data_1_7_4Triggers]
  370. Comment=Gesture_triggers
  371. TriggersCount=3
  372.  
  373. [Data_1_7_4Triggers0]
  374. Gesture=123698741
  375. Type=GESTURE
  376.  
  377. [Data_1_7_4Triggers1]
  378. Gesture=1236987412
  379. Type=GESTURE
  380.  
  381. [Data_1_7_4Triggers2]
  382. Gesture=4123698741
  383. Type=GESTURE
  384.  
  385. [Data_1_8]
  386. Comment=After pressing Win+E (Tux+E), WWW browser will be launched and it will open http://www.kde.org . You may run all kind of commands you can run in minicli (Alt+F2).\n
  387. Enabled=false
  388. Name=Go to KDE Website
  389. Type=COMMAND_URL_SHORTCUT_ACTION_DATA
  390.  
  391. [Data_1_8Actions]
  392. ActionsCount=1
  393.  
  394. [Data_1_8Actions0]
  395. CommandURL=http://www.kde.org
  396. Type=COMMAND_URL
  397.  
  398. [Data_1_8Conditions]
  399. Comment=
  400. ConditionsCount=0
  401.  
  402. [Data_1_8Triggers]
  403. Comment=Simple_action
  404. TriggersCount=1
  405.  
  406. [Data_1_8Triggers0]
  407. Key=Win+E
  408. Type=SHORTCUT
  409.  
  410. [Gestures]
  411. Disabled=false
  412. MouseButton=2
  413. Timeout=1000
  414.  
  415. [Main]
  416. Autostart=true
  417. Disabled=false
  418. Version=2
  419. ImportId=kde32b1
  420.