LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 766|回复: 4

有人用鼠标手势的么?wayv不起作用。

[复制链接]
发表于 2009-2-12 17:15:42 | 显示全部楼层 |阅读模式
wayv.conf和DEFAULT.wkey  , /etc/里面都有啊。运行之后我画一个"^"的形状,没反应,屏幕上也没有线条出现,是否热键完全没生效?
发表于 2009-2-12 20:33:54 | 显示全部楼层
lenny下安装即用,工作正常

回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-12 20:47:10 | 显示全部楼层
看来是wayv不行,我用unstable,还有compiz等很多新东西。改用了easystroke又遇到一个新问题,我习惯左手用鼠标,easystroke运行之后xmodmap也不能把1 3 键掉换了。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-12 22:39:44 | 显示全部楼层
受不了右手鼠标。请superjet兄弟贴上那两个配置文件。
回复 支持 反对

使用道具 举报

发表于 2009-2-13 09:34:41 | 显示全部楼层
只是简单试了下,没作定制,用的是包里自带的,你看看吧

/etc/DEFAULT.wkey

  1. 9 Escape
  2. 10 1 !
  3. 11 2 Quote
  4. 12 3 £
  5. 13 4 $
  6. 14 5 Percent
  7. 15 6 ^
  8. 16 7 &
  9. 17 8 *
  10. 18 9 (
  11. 19 0 )
  12. 20 - _
  13. 21 = +
  14. 22 BackSpace
  15. 23 Tab
  16. 24 q Q
  17. 25 w W
  18. 26 e E
  19. 27 r R
  20. 28 t T
  21. 29 y Y
  22. 30 u U
  23. 31 i I
  24. 32 o O
  25. 33 p P
  26. 34 [ {
  27. 35 ] }
  28. 36 Return
  29. 37 Control_L
  30. 38 a A
  31. 39 s S
  32. 40 d D
  33. 41 f F
  34. 42 g G
  35. 43 h H
  36. 44 j J
  37. 45 k K
  38. 46 l L
  39. 47 Semicolon :
  40. 48 ' @
  41. 49 ` ¬
  42. 50 Shift_L
  43. 51 # ~
  44. 52 z Z
  45. 53 x X
  46. 54 c C
  47. 55 v V
  48. 56 b B
  49. 57 n N
  50. 58 m M
  51. 59 Comma <
  52. 60 . >
  53. 61 Forwardslash ?
  54. 62 Shift_R
  55. 64 Alt_L
  56. 65 Space
  57. 66 Caps_Lock
  58. 67 F1
  59. 68 F2
  60. 69 F3
  61. 70 F4
  62. 71 F5
  63. 72 F6
  64. 73 F7
  65. 74 F8
  66. 75 F9
  67. 76 F10
  68. 77 Num_Lock
  69. 94 Backslash |
  70. 95 F11
  71. 96 F12
  72. 97 Home
  73. 98 Up
  74. 99 Page_Up
  75. 100 Left
  76. 102 Right
  77. 103 End
  78. 104 Down
  79. 105 Page_Down
  80. 106 Insert
  81. 107 Delete
  82. 109 Control_R
  83. 111 Print
  84. 113 Alt_R
复制代码


/etc/wayv.conf

  1. #----------------------------------------------------------------------
  2. # wayV configuration file (version 0.3)
  3. #
  4. # Updated by Mike Bennett (smoog at stressbunny dot com) on
  5. # the 14/08/2003
  6. #
  7. # Main website: http://www.stressbunny.com/wayv
  8. #
  9. # Comments begin with #
  10. #
  11. # Empty lines are ignored
  12. #
  13. # Keys must go along the lines of:
  14. #                key = value;
  15. # each key must be terminated with ";
  16. #
  17. # Read "HOWTO-wayv-config" and "HOWTO-wayv-keymap" for more information
  18. # on configuring wayV. Alternatively try accessing the man pages via
  19. # the commands "man wayv" and "man wayv.conf"
  20. #
  21. # Process actions available:
  22. #        exec "COMMAND_LINE" = execute command line
  23. #        wait "X_SECONDS" = wait X number of seconds
  24. #        warp = jump mouse back to starting position
  25. #        kill = kill last command execute through wayV
  26. #        sendkey "KEYMAP_ALIASES" = send keypress'
  27. #
  28. #----------------------------------------------------------------------

  29. Version = 0.3;

  30. #----------------------------------------------------------------------
  31. # Below are various gesture matching rules
  32. #----------------------------------------------------------------------

  33. Think = "Pda";                        # Point Density Analysis
  34. # Think = "Pda & Vector";        # Point Density Analysis with direction

  35. #----------------------------------------------------------------------
  36. # Below are the Launch's, all but one commented out
  37. #
  38. # Its recommend that you use the X command xmodmap to map the
  39. # windows key (on newer keyboards) to one of the MOD keys and
  40. # use that in combination with M1 to Launch wayV gesture capture
  41. #----------------------------------------------------------------------

  42. # Launch = "M1";        # Mouse Button 1
  43. # Launch = "M1,SHIFT";        # Mouse Button 1 and the Shift key
  44. # Launch = "M1,MOD1";        # Mouse Button 1 and Mod1 (run 'xmodmap' to see
  45.                         #  your Mod1 to Mod5 setup)
  46. Launch = "M2";        # Mouse Button 2
  47. # Launch = "M3";        # Mouse Button 3
  48. # Launch = "M3,SHIFT";        # Mouse Button 3 and the Shift key

  49. Pretty {
  50.         display = yes;
  51. #        display = no;
  52. #        display = 0, 0, 100, 100;
  53.         managed = no;
  54.         color = ff0056;
  55.         size = 4;

  56.         feedback = yes;
  57.         wait = 500;
  58. }

  59. Universe {
  60.         griddle = "Standard";
  61.         xgrid = 8;
  62.         ygrid = 8;
  63.         maxgpoints = 2000;
  64.         vectors = 10;
  65. }

  66. #----------------------------------------------------------------------
  67. # Other configuration files that should be included
  68. #----------------------------------------------------------------------

  69. Include {
  70.         type = "Keymap";
  71.         file = "DEFAULT.wkey";
  72. }

  73. #----------------------------------------------------------------------
  74. # Data recording the gesture shapes and actions
  75. #----------------------------------------------------------------------

  76. Gesture {
  77.         name = "A";
  78.         description = "A";
  79.         shape =
  80.           0, 0, 0, 0, 1, 0, 0, 0
  81.         , 0, 0, 0, 1, 1, 1, 0, 0
  82.         , 0, 0, 0, 1, 0, 1, 0, 0
  83.         , 0, 0, 1, 0, 0, 1, 0, 0
  84.         , 0, 1, 0, 0, 0, 0, 1, 0
  85.         , 0, 1, 0, 0, 0, 0, 1, 0
  86.         , 1, 1, 0, 0, 0, 0, 1, 1
  87.         , 1, 0, 0, 0, 0, 0, 0, 1
  88.         ;
  89.         vector = NE, SE;
  90.         action = "Action A";
  91. }

  92. Gesture {
  93.         name = "B";
  94.         description = "B";
  95.         shape =
  96.           0, 1, 1, 1, 1, 0, 0, 0
  97.         , 1, 1, 0, 0, 1, 1, 0, 0
  98.         , 1, 1, 0, 0, 0, 1, 0, 0
  99.         , 1, 1, 0, 1, 1, 1, 0, 0
  100.         , 1, 1, 1, 1, 1, 1, 1, 1
  101.         , 1, 1, 0, 0, 0, 0, 1, 1
  102.         , 1, 1, 0, 0, 1, 1, 1, 0
  103.         , 1, 1, 1, 1, 1, 0, 0, 0
  104.         ;
  105.         vector = N, E, SE, S, W, SE, SW;
  106.         action = "Action B";
  107. }

  108. Gesture {
  109.         name = "Second B";
  110.         description = "Second B";
  111.         shape =
  112.           0, 1, 1, 1, 1, 1, 0, 0
  113.         , 0, 1, 1, 0, 0, 1, 1, 0
  114.         , 0, 1, 0, 0, 0, 1, 1, 0
  115.         , 0, 1, 1, 1, 1, 1, 0, 0
  116.         , 0, 1, 0, 0, 0, 1, 1, 1
  117.         , 0, 1, 0, 0, 0, 0, 0, 1
  118.         , 0, 1, 1, 1, 1, 1, 1, 1
  119.         , 1, 1, 0, 0, 0, 0, 0, 0
  120.         ;
  121.         vector = N, E, SE, S, SW, SE, S, W;
  122.         action = "Action B";
  123. }

  124. Gesture {
  125.         name = "Third B";
  126.         description = "Third B";
  127.         shape =
  128.           0, 0, 1, 1, 1, 0, 0, 0
  129.         , 0, 1, 1, 0, 0, 1, 1, 0
  130.         , 1, 1, 0, 0, 0, 0, 1, 0
  131.         , 1, 1, 1, 1, 1, 1, 1, 0
  132.         , 1, 1, 0, 1, 1, 1, 1, 1
  133.         , 1, 1, 0, 0, 0, 0, 0, 1
  134.         , 1, 0, 0, 0, 0, 0, 1, 1
  135.         , 1, 1, 1, 1, 1, 1, 1, 0
  136.         ;
  137.         vector = N, E, SE, S, SW, SE, S, W;
  138.         action = "Action B";
  139. }

  140. Gesture {
  141.         name = "Fourth B";
  142.         description = "Fourth B";
  143.         shape =
  144.           0, 0, 1, 1, 1, 1, 0, 0
  145.         , 1, 1, 0, 0, 0, 0, 1, 1
  146.         , 1, 1, 0, 0, 0, 0, 1, 1
  147.         , 1, 1, 1, 1, 1, 1, 0, 0
  148.         , 1, 0, 0, 0, 0, 1, 1, 1
  149.         , 1, 0, 0, 0, 0, 0, 0, 1
  150.         , 1, 0, 0, 0, 1, 1, 1, 0
  151.         , 1, 1, 1, 1, 0, 0, 0, 0
  152.         ;
  153.         vector = N, E, SE, S, SW, SE, S, W;
  154.         action = "Action B";
  155. }

  156. Gesture {
  157.         name = "Fifth B";
  158.         description = "Fifth B";
  159.         shape =
  160.           0, 1, 1, 1, 1, 1, 0, 0
  161.         , 0, 1, 0, 0, 0, 1, 0, 0
  162.         , 0, 1, 0, 0, 0, 1, 0, 0
  163.         , 1, 1, 1, 1, 1, 0, 0, 0
  164.         , 1, 0, 0, 0, 0, 0, 1, 1
  165.         , 1, 1, 0, 0, 0, 0, 0, 1
  166.         , 1, 1, 0, 0, 0, 0, 1, 1
  167.         , 1, 1, 1, 1, 1, 1, 0, 0
  168.         ;
  169.         vector = N, E, SE, S, SW, SE, S, W;
  170.         action = "Action B";
  171. }

  172. Gesture {
  173.         name = "C";
  174.         description = "C";
  175.         shape =
  176.           0, 0, 0, 1, 1, 1, 1, 0
  177.         , 0, 1, 1, 1, 0, 0, 0, 0
  178.         , 1, 1, 0, 0, 0, 0, 0, 0
  179.         , 1, 0, 0, 0, 0, 0, 0, 0
  180.         , 1, 0, 0, 0, 0, 0, 0, 0
  181.         , 1, 0, 0, 0, 0, 0, 0, 0
  182.         , 0, 1, 1, 0, 0, 0, 0, 0
  183.         , 0, 0, 0, 1, 1, 1, 1, 1
  184.         ;
  185.         vector = W, SW, S, SE, E;
  186.         action = "Action C";
  187. }

  188. Gesture {
  189.         name = "D";
  190.         description = "D";
  191.         shape =
  192.           1, 1, 1, 1, 1, 1, 0, 0
  193.         , 1, 0, 0, 0, 0, 1, 1, 0
  194.         , 1, 0, 0, 0, 0, 0, 1, 1
  195.         , 1, 0, 0, 0, 0, 0, 0, 1
  196.         , 1, 0, 0, 0, 0, 0, 0, 1
  197.         , 1, 0, 0, 0, 0, 1, 1, 1
  198.         , 1, 0, 0, 0, 1, 1, 0, 0
  199.         , 1, 1, 1, 1, 1, 0, 0, 0
  200.         ;
  201.         vector = N, E, SE, SW, W;
  202.         action = "Action D";
  203. }

  204. Gesture {
  205.         name = "Second D";
  206.         description = "Second D";
  207.         shape =
  208.           0, 1, 1, 1, 0, 0, 0, 0
  209.         , 0, 1, 0, 0, 1, 1, 1, 0
  210.         , 0, 1, 0, 0, 0, 0, 1, 1
  211.         , 0, 1, 0, 0, 0, 0, 0, 1
  212.         , 0, 1, 0, 0, 0, 0, 0, 1
  213.         , 0, 1, 0, 0, 0, 0, 1, 1
  214.         , 0, 1, 1, 1, 1, 1, 0, 0
  215.         , 1, 1, 0, 0, 0, 0, 0, 0
  216.         ;
  217.         vector = N, E, SE, SW, W;
  218.         action = "Action D";
  219. }

  220. Gesture {
  221.         name = "E";
  222.         description = "E";
  223.         shape =
  224.           0, 0, 1, 1, 1, 1, 1, 0
  225.         , 0, 1, 1, 0, 0, 0, 0, 0
  226.         , 0, 1, 0, 0, 0, 0, 0, 0
  227.         , 0, 1, 1, 1, 1, 1, 1, 0
  228.         , 1, 1, 0, 0, 0, 0, 0, 0
  229.         , 1, 0, 0, 0, 0, 0, 0, 0
  230.         , 1, 1, 0, 0, 0, 0, 0, 0
  231.         , 0, 1, 1, 1, 1, 1, 1, 1
  232.         ;
  233.         vector = W, E, W, E;
  234.         action = "Action E";
  235. }

  236. Gesture {
  237.         name = "Second E";
  238.         description = "Second E";
  239.         shape =
  240.           0, 0, 1, 1, 1, 1, 0, 0
  241.         , 1, 1, 0, 0, 0, 0, 0, 0
  242.         , 1, 0, 0, 0, 0, 0, 0, 0
  243.         , 1, 1, 0, 0, 0, 0, 0, 0
  244.         , 0, 1, 1, 1, 1, 0, 0, 0
  245.         , 1, 0, 0, 0, 0, 0, 0, 0
  246.         , 1, 0, 0, 0, 0, 0, 0, 0
  247.         , 0, 1, 1, 1, 1, 1, 1, 1
  248.         ;
  249.         vector = W, E, W, E;
  250.         action = "Action E";
  251. }

  252. Gesture {
  253.         name = "Third E";
  254.         description = "Third E";
  255.         shape =
  256.           0, 0, 1, 1, 1, 0, 0, 0
  257.         , 1, 1, 0, 0, 0, 0, 0, 0
  258.         , 1, 1, 0, 0, 0, 0, 0, 0
  259.         , 0, 0, 1, 1, 1, 1, 0, 0
  260.         , 1, 1, 0, 0, 0, 0, 0, 0
  261.         , 1, 0, 0, 0, 0, 0, 0, 0
  262.         , 0, 1, 1, 0, 0, 0, 0, 0
  263.         , 0, 0, 0, 1, 0, 1, 1, 1
  264.         ;
  265.         vector = W, E, W, E;
  266.         action = "Action E";
  267. }

  268. Gesture {
  269.         name = "F";
  270.         description = "F";
  271.         shape =
  272.           1, 1, 1, 1, 1, 1, 1, 1
  273.         , 1, 0, 0, 0, 0, 0, 0, 0
  274.         , 1, 0, 0, 0, 0, 0, 0, 0
  275.         , 1, 0, 0, 0, 0, 0, 0, 0
  276.         , 1, 0, 0, 0, 0, 0, 0, 0
  277.         , 1, 0, 0, 0, 0, 0, 0, 0
  278.         , 1, 0, 0, 0, 0, 0, 0, 0
  279.         , 1, 0, 0, 0, 0, 0, 0, 0
  280.         ;
  281.         vector = N, E;
  282.         action = "Action F";
  283. }

  284. Gesture {
  285.         name = "G";
  286.         description = "G";
  287.         shape =
  288.           0, 0, 0, 1, 1, 1, 0, 0
  289.         , 0, 0, 1, 1, 0, 0, 0, 0
  290.         , 0, 1, 1, 0, 0, 0, 0, 0
  291.         , 1, 1, 0, 0, 0, 0, 0, 0
  292.         , 1, 0, 0, 0, 1, 1, 1, 1
  293.         , 1, 0, 0, 0, 0, 0, 1, 0
  294.         , 1, 1, 0, 0, 0, 1, 1, 0
  295.         , 0, 1, 1, 1, 1, 1, 0, 0
  296.         ;
  297.         vector = W, SW, E, N, W;
  298.         action = "Action G";
  299. }

  300. Gesture {
  301.         name = "Second G";
  302.         description = "Second G";
  303.         shape =
  304.           0, 0, 0, 1, 1, 1, 0, 0
  305.         , 0, 0, 1, 0, 0, 0, 0, 0
  306.         , 0, 1, 0, 0, 0, 0, 0, 0
  307.         , 1, 0, 0, 1, 1, 1, 1, 1
  308.         , 1, 0, 0, 0, 1, 1, 0, 0
  309.         , 1, 0, 0, 0, 0, 1, 0, 0
  310.         , 1, 1, 0, 0, 1, 1, 0, 0
  311.         , 0, 1, 1, 1, 1, 0, 0, 0
  312.         ;
  313.         action = "Action G";
  314. }

  315. Gesture {
  316.         name = "Third G";
  317.         description = "Third G";
  318.         shape =
  319.           0, 0, 1, 1, 1, 1, 0, 0
  320.         , 0, 1, 1, 0, 0, 0, 0, 0
  321.         , 1, 0, 0, 0, 0, 0, 0, 0
  322.         , 1, 0, 0, 0, 0, 0, 0, 0
  323.         , 1, 0, 0, 1, 1, 1, 1, 1
  324.         , 1, 0, 0, 0, 1, 0, 0, 0
  325.         , 0, 1, 0, 0, 1, 0, 0, 0
  326.         , 0, 0, 1, 1, 1, 0, 0, 0
  327.         ;
  328.         vector = W, SW, E, N, E;
  329.         action = "Action G";
  330. }

  331. Gesture {
  332.         name = "h";
  333.         description = "h";
  334.         shape =
  335.           1, 0, 0, 0, 0, 0, 0, 0
  336.         , 1, 0, 0, 0, 0, 0, 0, 0
  337.         , 1, 0, 0, 0, 0, 0, 0, 0
  338.         , 1, 1, 1, 1, 1, 1, 0, 0
  339.         , 1, 1, 0, 0, 0, 1, 1, 0
  340.         , 1, 1, 0, 0, 0, 0, 1, 0
  341.         , 1, 1, 0, 0, 0, 0, 0, 1
  342.         , 1, 0, 0, 0, 0, 0, 0, 1
  343.         ;
  344.         vector = S, N, E, S;
  345.         action = "Action h";
  346. }

  347. Gesture {
  348.         name = "Second h";
  349.         description = "Second h";
  350.         shape =
  351.           1, 0, 0, 0, 0, 0, 0, 0
  352.         , 1, 0, 0, 0, 0, 0, 0, 0
  353.         , 1, 0, 0, 0, 0, 0, 0, 0
  354.         , 1, 0, 0, 0, 0, 0, 0, 0
  355.         , 1, 0, 1, 1, 1, 1, 1, 0
  356.         , 1, 1, 0, 0, 0, 0, 0, 1
  357.         , 1, 0, 0, 0, 0, 0, 0, 1
  358.         , 1, 0, 0, 0, 0, 0, 0, 1
  359.         ;
  360.         vector = S, N, E, S;
  361.         action = "Action h";
  362. }

  363. Gesture {
  364.         name = "i";
  365.         description = "i";
  366.         shape =
  367.           1, 0, 0, 0, 0, 0, 0, 0
  368.         , 1, 0, 0, 0, 0, 0, 0, 0
  369.         , 1, 0, 0, 0, 0, 0, 0, 0
  370.         , 1, 0, 0, 0, 0, 0, 0, 0
  371.         , 1, 0, 0, 0, 0, 0, 0, 0
  372.         , 1, 0, 0, 0, 0, 0, 0, 0
  373.         , 1, 0, 0, 0, 0, 0, 0, 0
  374.         , 1, 0, 0, 0, 0, 0, 0, 0
  375.         ;
  376.         vector = S;
  377.         action = "Action i";
  378. }

  379. Gesture {
  380.         name = "J";
  381.         description = "J";
  382.         shape =
  383.           0, 0, 0, 0, 0, 0, 0, 1
  384.         , 0, 0, 0, 0, 0, 0, 0, 1
  385.         , 0, 0, 0, 0, 0, 0, 0, 1
  386.         , 0, 0, 0, 0, 0, 0, 0, 1
  387.         , 0, 0, 0, 0, 0, 0, 1, 0
  388.         , 1, 0, 0, 0, 0, 1, 1, 0
  389.         , 1, 1, 1, 0, 0, 1, 0, 0
  390.         , 0, 0, 1, 1, 1, 0, 0, 0
  391.         ;
  392.         vector = S, W;
  393.         action = "Action J";
  394. }

  395. Gesture {
  396.         name = "K";
  397.         description = "K";
  398.         shape =
  399.           0, 0, 0, 0, 0, 0, 1, 1
  400.         , 0, 1, 1, 0, 0, 0, 1, 1
  401.         , 1, 0, 1, 1, 1, 0, 1, 0
  402.         , 1, 0, 0, 0, 1, 1, 1, 0
  403.         , 1, 0, 0, 0, 1, 1, 0, 0
  404.         , 1, 1, 0, 1, 1, 1, 0, 0
  405.         , 0, 1, 1, 0, 0, 0, 1, 0
  406.         , 0, 0, 0, 0, 0, 0, 1, 1
  407.         ;
  408.         vector = SW, N, SE;
  409.         action = "Action K";
  410. }

  411. Gesture {
  412.         name = "Second K";
  413.         description = "Second K";
  414.         shape =
  415.           0, 1, 1, 1, 0, 0, 1, 0
  416.         , 1, 0, 0, 1, 1, 0, 1, 0
  417.         , 1, 0, 0, 0, 1, 1, 0, 0
  418.         , 1, 0, 0, 0, 1, 0, 0, 0
  419.         , 0, 1, 1, 1, 0, 1, 0, 0
  420.         , 0, 0, 0, 0, 0, 0, 1, 0
  421.         , 0, 0, 0, 0, 0, 0, 1, 0
  422.         , 0, 0, 0, 0, 0, 0, 0, 1
  423.         ;
  424.         vector = ;
  425.         action = "Action K";
  426. }

  427. Gesture {
  428.         name = "Third K";
  429.         description = "Third K";
  430.         shape =
  431.           0, 0, 0, 0, 0, 0, 1, 0
  432.         , 0, 0, 0, 0, 0, 1, 0, 0
  433.         , 1, 1, 1, 1, 0, 1, 0, 0
  434.         , 1, 0, 0, 0, 1, 1, 0, 0
  435.         , 1, 0, 0, 0, 1, 1, 0, 0
  436.         , 0, 1, 1, 1, 0, 1, 1, 0
  437.         , 0, 0, 0, 0, 0, 0, 1, 1
  438.         , 0, 0, 0, 0, 0, 0, 0, 1
  439.         ;
  440.         vector = ;
  441.         action = "Action K";
  442. }

  443. Gesture {
  444.         name = "L";
  445.         description = "L";
  446.         shape =
  447.           1, 0, 0, 0, 0, 0, 0, 0
  448.         , 1, 0, 0, 0, 0, 0, 0, 0
  449.         , 1, 0, 0, 0, 0, 0, 0, 0
  450.         , 1, 0, 0, 0, 0, 0, 0, 0
  451.         , 1, 0, 0, 0, 0, 0, 0, 0
  452.         , 1, 0, 0, 0, 0, 0, 0, 0
  453.         , 1, 0, 0, 0, 0, 0, 0, 0
  454.         , 1, 1, 1, 1, 1, 1, 1, 1
  455.         ;
  456.         vector = S, E ;
  457.         action = "Action L";
  458. }

  459. Gesture {
  460.         name = "M";
  461.         description = "M";
  462.         shape =
  463.           0, 1, 1, 1, 1, 1, 0, 0
  464.         , 1, 1, 0, 1, 1, 1, 1, 0
  465.         , 1, 0, 0, 1, 0, 0, 1, 0
  466.         , 1, 0, 0, 1, 0, 0, 1, 1
  467.         , 1, 0, 0, 1, 0, 0, 0, 1
  468.         , 1, 0, 0, 1, 0, 0, 0, 1
  469.         , 1, 0, 0, 1, 0, 0, 0, 1
  470.         , 1, 0, 0, 1, 0, 0, 0, 1
  471.         ;
  472.         vector = ;
  473.         action = "Action M";
  474. }

  475. Gesture {
  476.         name = "Second M";
  477.         description = "Second M";
  478.         shape =
  479.           0, 1, 1, 0, 0, 0, 0, 0
  480.         , 1, 0, 1, 0, 0, 0, 0, 0
  481.         , 1, 0, 0, 1, 1, 1, 1, 0
  482.         , 1, 0, 0, 1, 1, 0, 0, 1
  483.         , 1, 0, 0, 1, 0, 0, 0, 1
  484.         , 1, 0, 0, 1, 0, 0, 0, 1
  485.         , 0, 0, 0, 1, 0, 0, 0, 1
  486.         , 0, 0, 0, 0, 0, 0, 0, 1
  487.         ;
  488.         vector = ;
  489.         action = "Action M";
  490. }

  491. Gesture {
  492.         name = "Third M";
  493.         description = "Third M";
  494.         shape =
  495.           0, 0, 0, 0, 1, 1, 1, 0
  496.         , 1, 1, 0, 0, 1, 0, 1, 1
  497.         , 1, 0, 1, 1, 0, 0, 0, 1
  498.         , 1, 0, 1, 1, 0, 0, 0, 1
  499.         , 1, 0, 0, 1, 0, 0, 0, 1
  500.         , 1, 0, 0, 1, 0, 0, 0, 0
  501.         , 1, 0, 0, 0, 0, 0, 0, 0
  502.         , 1, 0, 0, 0, 0, 0, 0, 0
  503.         ;
  504.         vector = ;
  505.         action = "Action M";
  506. }

  507. Gesture {
  508.         name = "N";
  509.         description = "N";
  510.         shape =
  511.           1, 0, 0, 0, 0, 0, 0, 1
  512.         , 1, 1, 0, 0, 0, 0, 0, 1
  513.         , 1, 0, 1, 0, 0, 0, 0, 1
  514.         , 1, 0, 0, 1, 1, 0, 0, 1
  515.         , 1, 0, 0, 0, 1, 1, 0, 1
  516.         , 1, 0, 0, 0, 0, 1, 1, 1
  517.         , 1, 0, 0, 0, 0, 0, 1, 1
  518.         , 1, 0, 0, 0, 0, 0, 0, 1
  519.         ;
  520.         vector = N, SE, N;
  521.         action = "Action N";
  522. }

  523. Gesture {
  524.         name = "Second N";
  525.         description = "Second N";
  526.         shape =
  527.           1, 0, 0, 0, 0, 0, 0, 1
  528.         , 1, 1, 0, 0, 0, 0, 0, 1
  529.         , 1, 1, 0, 0, 0, 0, 0, 1
  530.         , 1, 0, 1, 0, 0, 0, 0, 1
  531.         , 1, 0, 0, 1, 0, 0, 0, 1
  532.         , 1, 0, 0, 0, 1, 1, 0, 1
  533.         , 1, 0, 0, 0, 0, 1, 0, 1
  534.         , 0, 0, 0, 0, 0, 0, 1, 1
  535.         ;
  536.         vector = N, SE, N;
  537.         action = "Action N";
  538. }

  539. Gesture {
  540.         name = "Third N";
  541.         description = "Third N";
  542.         shape =
  543.           0, 0, 1, 0, 0, 0, 0, 0
  544.         , 0, 1, 1, 0, 0, 0, 0, 1
  545.         , 0, 0, 1, 0, 0, 0, 0, 1
  546.         , 0, 1, 0, 1, 0, 0, 0, 1
  547.         , 0, 1, 0, 1, 0, 0, 0, 1
  548.         , 1, 1, 0, 0, 0, 0, 0, 1
  549.         , 1, 0, 0, 0, 0, 1, 1, 0
  550.         , 0, 0, 0, 0, 0, 0, 1, 0
  551.         ;
  552.         vector = N, SE, N;
  553.         action = "Action N";
  554. }

  555. Gesture {
  556.         name = "O";
  557.         description = "O";
  558.         shape =
  559.           0, 0, 1, 1, 1, 0, 0, 0
  560.         , 0, 1, 1, 0, 1, 1, 0, 0
  561.         , 1, 1, 0, 0, 0, 0, 1, 0
  562.         , 1, 0, 0, 0, 0, 0, 1, 1
  563.         , 1, 0, 0, 0, 0, 0, 0, 1
  564.         , 1, 0, 0, 0, 0, 0, 0, 1
  565.         , 1, 1, 0, 0, 0, 0, 1, 1
  566.         , 0, 1, 1, 1, 1, 1, 1, 0
  567.         ;
  568.         vector = ;
  569.         action = "Action O";
  570. }

  571. Gesture {
  572.         name = "Second O";
  573.         description = "Second O";
  574.         shape =
  575.           0, 0, 0, 0, 1, 1, 0, 0
  576.         , 0, 0, 0, 1, 0, 1, 1, 0
  577.         , 0, 1, 1, 0, 0, 0, 1, 1
  578.         , 0, 1, 0, 0, 0, 0, 0, 1
  579.         , 1, 0, 0, 0, 0, 0, 0, 1
  580.         , 0, 0, 0, 0, 0, 0, 0, 1
  581.         , 1, 1, 0, 0, 0, 0, 1, 1
  582.         , 0, 0, 1, 1, 1, 1, 0, 0
  583.         ;
  584.         vector = ;
  585.         action = "Action O";
  586. }

  587. Gesture {
  588.         name = "P";
  589.         description = "P";
  590.         shape =
  591.           1, 1, 1, 1, 1, 1, 0, 0
  592.         , 1, 1, 0, 0, 0, 0, 1, 1
  593.         , 1, 1, 0, 0, 0, 0, 1, 1
  594.         , 1, 1, 1, 1, 1, 1, 1, 0
  595.         , 1, 1, 0, 0, 0, 0, 0, 0
  596.         , 1, 0, 0, 0, 0, 0, 0, 0
  597.         , 1, 0, 0, 0, 0, 0, 0, 0
  598.         , 1, 0, 0, 0, 0, 0, 0, 0
  599.         ;
  600.         vector = ;
  601.         action = "Action P";
  602. }

  603. Gesture {
  604.         name = "Second P";
  605.         description = "Second P";
  606.         shape =
  607.           1, 1, 1, 1, 0, 0, 0, 0
  608.         , 1, 0, 0, 0, 1, 1, 0, 0
  609.         , 1, 0, 0, 0, 0, 0, 1, 1
  610.         , 1, 0, 0, 0, 0, 0, 0, 1
  611.         , 1, 1, 1, 1, 1, 1, 1, 0
  612.         , 1, 0, 0, 0, 0, 0, 0, 0
  613.         , 1, 0, 0, 0, 0, 0, 0, 0
  614.         , 1, 0, 0, 0, 0, 0, 0, 0
  615.         ;
  616.         vector = ;
  617.         action = "Action P";
  618. }

  619. Gesture {
  620.         name = "Third P";
  621.         description = "Third P";
  622.         shape =
  623.           0, 0, 0, 1, 1, 1, 1, 0
  624.         , 0, 0, 1, 1, 0, 0, 0, 1
  625.         , 0, 1, 1, 0, 0, 0, 0, 1
  626.         , 0, 1, 0, 0, 0, 0, 0, 1
  627.         , 0, 1, 1, 1, 1, 1, 1, 1
  628.         , 1, 1, 0, 0, 0, 0, 0, 0
  629.         , 1, 1, 0, 0, 0, 0, 0, 0
  630.         , 1, 1, 0, 0, 0, 0, 0, 0
  631.         ;
  632.         vector = ;
  633.         action = "Action P";
  634. }

  635. Gesture {
  636.         name = "Q";
  637.         description = "Q";
  638.         shape =
  639.           0, 0, 1, 1, 1, 1, 1, 1
  640.         , 0, 1, 1, 0, 1, 0, 0, 0
  641.         , 1, 1, 0, 0, 0, 1, 0, 0
  642.         , 1, 0, 0, 0, 0, 1, 0, 0
  643.         , 1, 0, 0, 0, 0, 1, 0, 0
  644.         , 1, 0, 0, 0, 0, 1, 0, 0
  645.         , 1, 1, 0, 0, 1, 1, 0, 0
  646.         , 0, 1, 1, 1, 1, 0, 0, 0
  647.         ;
  648.         vector = ;
  649.         action = "Action Q";
  650. }

  651. Gesture {
  652.         name = "Second Q";
  653.         description = "Other Q";
  654.         shape =
  655.           0, 0, 0, 1, 0, 0, 0, 0
  656.         , 0, 0, 1, 1, 1, 1, 1, 1
  657.         , 0, 1, 1, 0, 0, 1, 0, 0
  658.         , 1, 0, 0, 0, 0, 1, 0, 0
  659.         , 1, 0, 0, 0, 0, 1, 0, 0
  660.         , 1, 0, 0, 0, 0, 1, 0, 0
  661.         , 1, 1, 0, 0, 0, 1, 0, 0
  662.         , 0, 1, 1, 1, 1, 0, 0, 0
  663.         ;
  664.         vector = ;
  665.         action = "Action Q";
  666. }

  667. Gesture {
  668.         name = "R";
  669.         description = "R";
  670.         shape =
  671.           0, 1, 1, 1, 1, 1, 0, 0
  672.         , 1, 1, 0, 0, 0, 0, 1, 1
  673.         , 1, 1, 0, 0, 0, 0, 0, 1
  674.         , 1, 1, 1, 1, 1, 1, 1, 0
  675.         , 1, 1, 0, 1, 1, 0, 0, 0
  676.         , 1, 1, 0, 0, 1, 1, 0, 0
  677.         , 1, 0, 0, 0, 0, 1, 1, 0
  678.         , 1, 0, 0, 0, 0, 0, 1, 0
  679.         ;
  680.         vector = ;
  681.         action = "Action R";
  682. }

  683. Gesture {
  684.         name = "Second R";
  685.         description = "Second R";
  686.         shape =
  687.           0, 0, 1, 1, 1, 1, 0, 0
  688.         , 1, 1, 0, 0, 0, 1, 1, 0
  689.         , 1, 0, 0, 0, 0, 0, 1, 0
  690.         , 1, 1, 1, 0, 1, 1, 1, 0
  691.         , 1, 0, 1, 1, 0, 0, 0, 0
  692.         , 1, 0, 0, 1, 1, 0, 0, 0
  693.         , 1, 0, 0, 0, 0, 1, 1, 0
  694.         , 1, 0, 0, 0, 0, 0, 0, 1
  695.         ;
  696.         vector = ;
  697.         action = "Action R";
  698. }

  699. Gesture {
  700.         name = "Third R";
  701.         description = "Third R";
  702.         shape =
  703.           0, 1, 0, 0, 0, 0, 0, 0
  704.         , 1, 1, 1, 1, 1, 1, 0, 0
  705.         , 1, 1, 0, 0, 0, 1, 0, 0
  706.         , 1, 1, 0, 0, 0, 1, 0, 0
  707.         , 1, 1, 1, 1, 1, 1, 0, 0
  708.         , 1, 1, 1, 1, 1, 0, 0, 0
  709.         , 1, 0, 0, 0, 1, 1, 1, 0
  710.         , 1, 0, 0, 0, 0, 0, 0, 1
  711.         ;
  712.         vector = ;
  713.         action = "Action R";
  714. }

  715. Gesture {
  716.         name = "Fourth R";
  717.         description = "Fourth R";
  718.         shape =
  719.           0, 1, 0, 1, 1, 1, 0, 0
  720.         , 1, 1, 0, 0, 0, 0, 0, 1
  721.         , 1, 1, 1, 1, 1, 1, 0, 0
  722.         , 1, 1, 1, 1, 0, 0, 0, 0
  723.         , 1, 0, 0, 1, 0, 0, 0, 0
  724.         , 1, 1, 0, 0, 1, 0, 0, 0
  725.         , 0, 1, 0, 0, 0, 1, 0, 0
  726.         , 0, 1, 0, 0, 0, 1, 1, 0
  727.         ;
  728.         vector = ;
  729.         action = "Action R";
  730. }

  731. Gesture {
  732.         name = "Fifth R";
  733.         description = "Fifth R";
  734.         shape =
  735.           0, 0, 1, 0, 0, 0, 0, 0
  736.         , 0, 1, 1, 1, 0, 1, 1, 1
  737.         , 1, 1, 1, 0, 0, 0, 0, 1
  738.         , 1, 1, 1, 1, 1, 1, 1, 0
  739.         , 1, 1, 0, 1, 0, 0, 0, 0
  740.         , 1, 0, 0, 0, 1, 1, 0, 0
  741.         , 1, 0, 0, 0, 0, 0, 1, 0
  742.         , 0, 0, 0, 0, 0, 0, 0, 1
  743.         ;
  744.         vector = ;
  745.         action = "Action R";
  746. }

  747. Gesture {
  748.         name = "Sixth R";
  749.         description = "Sixth R";
  750.         shape =
  751.           0, 1, 1, 1, 1, 1, 0, 0
  752.         , 1, 1, 0, 0, 0, 1, 0, 0
  753.         , 1, 1, 1, 1, 1, 1, 0, 0
  754.         , 1, 1, 1, 1, 0, 0, 0, 0
  755.         , 0, 1, 0, 0, 1, 1, 0, 0
  756.         , 1, 1, 0, 0, 0, 1, 1, 0
  757.         , 1, 1, 0, 0, 0, 0, 1, 1
  758.         , 1, 0, 0, 0, 0, 0, 0, 1
  759.         ;
  760.         vector = ;
  761.         action = "Action R";
  762. }

  763. Gesture {
  764.         name = "S";
  765.         description = "S";
  766.         shape =
  767.           0, 0, 1, 1, 1, 1, 0, 0
  768.         , 0, 1, 0, 0, 0, 0, 0, 0
  769.         , 0, 1, 0, 0, 0, 0, 0, 0
  770.         , 0, 1, 1, 1, 1, 1, 0, 0
  771.         , 0, 0, 0, 0, 0, 1, 1, 1
  772.         , 0, 0, 0, 0, 0, 0, 0, 1
  773.         , 0, 0, 0, 0, 0, 1, 1, 1
  774.         , 1, 1, 1, 1, 1, 1, 0, 0
  775.         ;
  776.         vector = ;
  777.         action = "Action S";
  778. }

  779. Gesture {
  780.         name = "Second S";
  781.         description = "Second S";
  782.         shape =
  783.           0, 1, 1, 1, 1, 1, 1, 0
  784.         , 1, 1, 0, 0, 0, 0, 0, 0
  785.         , 1, 1, 0, 0, 0, 0, 0, 0
  786.         , 0, 1, 1, 1, 0, 0, 0, 0
  787.         , 0, 0, 0, 0, 1, 1, 1, 0
  788.         , 0, 0, 0, 0, 0, 0, 1, 1
  789.         , 1, 1, 1, 0, 0, 0, 0, 1
  790.         , 0, 0, 1, 1, 1, 1, 1, 1
  791.         ;
  792.         vector = ;
  793.         action = "Action S";
  794. }

  795. Gesture {
  796.         name = "Third S";
  797.         description = "Third S";
  798.         shape =
  799.           0, 0, 0, 0, 1, 1, 0, 0
  800.         , 0, 0, 1, 1, 0, 0, 0, 0
  801.         , 0, 0, 1, 1, 0, 0, 0, 0
  802.         , 0, 0, 0, 1, 1, 1, 0, 0
  803.         , 0, 0, 0, 0, 0, 1, 1, 1
  804.         , 1, 0, 0, 0, 0, 0, 0, 1
  805.         , 1, 1, 0, 0, 0, 0, 1, 1
  806.         , 0, 0, 1, 1, 1, 1, 1, 0
  807.         ;
  808.         vector = ;
  809.         action = "Action S";
  810. }

  811. Gesture {
  812.         name = "Fourth S";
  813.         description = "Fourth S";
  814.         shape =
  815.           0, 0, 1, 1, 1, 0, 0, 0
  816.         , 0, 1, 0, 0, 0, 0, 0, 0
  817.         , 0, 1, 1, 0, 0, 0, 0, 0
  818.         , 0, 0, 0, 1, 1, 1, 0, 0
  819.         , 0, 0, 0, 0, 0, 0, 1, 1
  820.         , 0, 0, 0, 0, 1, 1, 0, 0
  821.         , 0, 1, 1, 1, 0, 0, 0, 0
  822.         , 1, 1, 0, 0, 0, 0, 0, 0
  823.         ;
  824.         vector = ;
  825.         action = "Action S";
  826. }

  827. Gesture {
  828.         name = "Fifth S";
  829.         description = "Fifth S";
  830.         shape =
  831.           0, 1, 1, 1, 1, 0, 0, 0
  832.         , 1, 0, 0, 0, 0, 0, 0, 0
  833.         , 1, 1, 0, 0, 0, 0, 0, 0
  834.         , 0, 1, 0, 0, 0, 0, 0, 0
  835.         , 0, 0, 0, 1, 1, 0, 0, 0
  836.         , 0, 0, 0, 0, 0, 1, 1, 1
  837.         , 0, 0, 0, 0, 0, 1, 1, 1
  838.         , 1, 1, 1, 1, 1, 0, 0, 0
  839.         ;
  840.         vector = ;
  841.         action = "Action S";
  842. }

  843. Gesture {
  844.         name = "T";
  845.         description = "T";
  846.         shape =
  847.           1, 1, 1, 1, 1, 1, 1, 1
  848.         , 0, 0, 0, 0, 0, 0, 0, 1
  849.         , 0, 0, 0, 0, 0, 0, 0, 1
  850.         , 0, 0, 0, 0, 0, 0, 0, 1
  851.         , 0, 0, 0, 0, 0, 0, 0, 1
  852.         , 0, 0, 0, 0, 0, 0, 0, 1
  853.         , 0, 0, 0, 0, 0, 0, 0, 1
  854.         , 0, 0, 0, 0, 0, 0, 0, 1
  855.         ;
  856.         vector = E, S;
  857.         action = "Action T";
  858. }

  859. Gesture {
  860.         name = "U";
  861.         description = "U";
  862.         shape =
  863.           1, 0, 0, 0, 0, 0, 0, 1
  864.         , 1, 0, 0, 0, 0, 0, 0, 1
  865.         , 1, 0, 0, 0, 0, 0, 0, 1
  866.         , 1, 0, 0, 0, 0, 0, 1, 1
  867.         , 1, 0, 0, 0, 0, 0, 1, 0
  868.         , 0, 1, 0, 0, 0, 1, 1, 0
  869.         , 0, 1, 1, 0, 1, 1, 0, 0
  870.         , 0, 0, 1, 1, 0, 0, 0, 0
  871.         ;
  872.         vector = ;
  873.         action = "Action U";
  874. }

  875. Gesture {
  876.         name = "Second U";
  877.         description = "Second U";
  878.         shape =
  879.           0, 0, 0, 0, 0, 0, 0, 1
  880.         , 0, 1, 0, 0, 0, 0, 0, 1
  881.         , 1, 0, 0, 0, 0, 0, 0, 1
  882.         , 1, 0, 0, 0, 0, 0, 1, 0
  883.         , 1, 0, 0, 0, 0, 0, 1, 0
  884.         , 1, 0, 0, 0, 0, 0, 1, 0
  885.         , 0, 1, 0, 0, 0, 1, 0, 0
  886.         , 0, 0, 1, 0, 1, 0, 0, 0
  887.         ;
  888.         vector = ;
  889.         action = "Action U";
  890. }

  891. Gesture {
  892.         name = "Third U";
  893.         description = "Third U";
  894.         shape =
  895.           1, 0, 0, 0, 0, 0, 0, 1
  896.         , 1, 0, 0, 0, 0, 0, 0, 1
  897.         , 1, 0, 0, 0, 0, 0, 0, 1
  898.         , 1, 0, 0, 0, 0, 0, 0, 1
  899.         , 0, 1, 0, 0, 0, 0, 1, 0
  900.         , 0, 1, 0, 0, 0, 0, 1, 0
  901.         , 0, 0, 1, 0, 0, 1, 0, 0
  902.         , 0, 0, 0, 1, 1, 0, 0, 0
  903.         ;
  904.         vector = ;
  905.         action = "Action U";
  906. }

  907. Gesture {
  908.         name = "V";
  909.         description = "V";
  910.         shape =
  911.           1, 0, 0, 0, 0, 0, 0, 1
  912.         , 1, 1, 0, 0, 0, 0, 1, 1
  913.         , 0, 1, 0, 0, 0, 0, 1, 0
  914.         , 0, 1, 0, 0, 0, 1, 1, 0
  915.         , 0, 0, 1, 0, 0, 1, 0, 0
  916.         , 0, 0, 1, 1, 0, 1, 0, 0
  917.         , 0, 0, 0, 1, 1, 0, 0, 0
  918.         , 0, 0, 0, 1, 1, 0, 0, 0
  919.         ;
  920.         vector = SE, NE;
  921.         action = "Action V";
  922. }

  923. Gesture {
  924.         name = "Second V";
  925.         description = "Second V";
  926.         shape =
  927.           1, 0, 0, 0, 0, 0, 0, 0
  928.         , 1, 0, 0, 0, 0, 0, 0, 1
  929.         , 0, 1, 0, 0, 0, 0, 1, 1
  930.         , 0, 1, 0, 0, 0, 0, 1, 0
  931.         , 0, 1, 0, 0, 0, 1, 1, 0
  932.         , 0, 0, 1, 0, 0, 1, 0, 0
  933.         , 0, 0, 1, 0, 1, 0, 0, 0
  934.         , 0, 0, 0, 1, 0, 0, 0, 0
  935.         ;
  936.         vector = SE, NE;
  937.         action = "Action V";
  938. }

  939. Gesture {
  940.         name = "W";
  941.         description = "W";
  942.         shape =
  943.           1, 0, 0, 0, 0, 0, 0, 1
  944.         , 1, 0, 0, 0, 0, 0, 0, 1
  945.         , 0, 1, 0, 0, 0, 0, 1, 0
  946.         , 0, 1, 0, 0, 0, 0, 1, 0
  947.         , 0, 1, 0, 1, 0, 0, 1, 0
  948.         , 0, 1, 0, 1, 1, 1, 0, 0
  949.         , 0, 0, 1, 0, 1, 1, 0, 0
  950.         , 0, 0, 1, 0, 0, 1, 0, 0
  951.         ;
  952.         vector = ;
  953.         action = "Action W";
  954. }

  955. Gesture {
  956.         name = "Second W";
  957.         description = "Second W";
  958.         shape =
  959.           1, 0, 0, 0, 0, 0, 0, 1
  960.         , 1, 0, 0, 0, 0, 0, 0, 1
  961.         , 1, 0, 0, 0, 0, 0, 1, 1
  962.         , 1, 0, 0, 1, 0, 0, 1, 0
  963.         , 0, 1, 0, 1, 0, 0, 1, 0
  964.         , 0, 1, 1, 1, 0, 0, 0, 0
  965.         , 0, 1, 1, 0, 1, 1, 0, 0
  966.         , 0, 1, 1, 0, 1, 0, 0, 0
  967.         ;
  968.         vector = ;
  969.         action = "Action W";
  970. }

  971. Gesture {
  972.         name = "Third W";
  973.         description = "Third W";
  974.         shape =
  975.           1, 0, 0, 0, 0, 0, 0, 0
  976.         , 1, 0, 0, 0, 0, 0, 0, 1
  977.         , 1, 0, 0, 0, 0, 0, 0, 1
  978.         , 0, 1, 0, 1, 1, 0, 1, 0
  979.         , 0, 1, 1, 1, 1, 0, 1, 0
  980.         , 0, 0, 1, 0, 0, 1, 0, 0
  981.         , 0, 0, 1, 0, 0, 1, 0, 0
  982.         , 0, 0, 0, 0, 0, 1, 0, 0
  983.         ;
  984.         vector = ;
  985.         action = "Action W";
  986. }

  987. Gesture {
  988.         name = "X";
  989.         description = "X";
  990.         shape =
  991.           1, 0, 0, 0, 0, 0, 0, 1
  992.         , 0, 1, 1, 0, 0, 0, 1, 1
  993.         , 0, 0, 1, 1, 1, 1, 0, 0
  994.         , 0, 1, 1, 1, 1, 0, 0, 0
  995.         , 0, 1, 0, 0, 1, 1, 0, 0
  996.         , 0, 1, 0, 0, 0, 1, 0, 0
  997.         , 0, 1, 1, 0, 0, 1, 0, 0
  998.         , 0, 0, 1, 1, 1, 1, 0, 0
  999.         ;
  1000.         vector = ;
  1001.         action = "Action X";
  1002. }

  1003. Gesture {
  1004.         name = "Second X";
  1005.         description = "Second X";
  1006.         shape =
  1007.           0, 1, 0, 0, 0, 0, 0, 0
  1008.         , 0, 0, 1, 1, 0, 1, 1, 1
  1009.         , 0, 0, 1, 1, 1, 0, 0, 0
  1010.         , 0, 1, 0, 0, 0, 1, 1, 0
  1011.         , 1, 0, 0, 0, 0, 0, 0, 1
  1012.         , 1, 0, 0, 0, 0, 0, 0, 1
  1013.         , 1, 0, 0, 0, 0, 0, 1, 1
  1014.         , 0, 1, 1, 1, 1, 1, 0, 0
  1015.         ;
  1016.         vector = ;
  1017.         action = "Action X";
  1018. }

  1019. Gesture {
  1020.         name = "Third X";
  1021.         description = "Third X";
  1022.         shape =
  1023.           1, 0, 0, 0, 0, 0, 0, 0
  1024.         , 0, 1, 0, 0, 0, 0, 1, 1
  1025.         , 0, 1, 1, 0, 1, 1, 0, 0
  1026.         , 0, 0, 1, 1, 0, 0, 0, 0
  1027.         , 0, 1, 0, 1, 1, 0, 0, 0
  1028.         , 1, 0, 0, 0, 1, 0, 0, 0
  1029.         , 1, 0, 0, 0, 1, 0, 0, 0
  1030.         , 0, 1, 1, 1, 0, 0, 0, 0
  1031.         ;
  1032.         vector = ;
  1033.         action = "Action X";
  1034. }

  1035. Gesture {
  1036.         name = "Fourth X";
  1037.         description = "Fourth X";
  1038.         shape =
  1039.           1, 1, 0, 0, 0, 0, 0, 0
  1040.         , 0, 1, 1, 0, 0, 0, 1, 1
  1041.         , 0, 0, 0, 1, 1, 1, 1, 0
  1042.         , 0, 0, 0, 0, 1, 1, 0, 0
  1043.         , 0, 0, 0, 1, 1, 1, 1, 0
  1044.         , 0, 0, 0, 1, 0, 0, 1, 0
  1045.         , 0, 0, 0, 1, 0, 1, 1, 0
  1046.         , 0, 0, 0, 1, 1, 1, 0, 0
  1047.         ;
  1048.         vector = ;
  1049.         action = "Action X";
  1050. }

  1051. Gesture {
  1052.         name = "Y";
  1053.         description = "Y";
  1054.         shape =
  1055.           0, 0, 0, 0, 0, 0, 0, 1
  1056.         , 0, 0, 1, 0, 0, 0, 0, 1
  1057.         , 0, 0, 1, 1, 0, 0, 1, 1
  1058.         , 0, 0, 0, 0, 1, 1, 1, 1
  1059.         , 0, 0, 0, 0, 0, 0, 1, 1
  1060.         , 1, 0, 0, 0, 0, 1, 1, 0
  1061.         , 1, 1, 0, 0, 1, 1, 0, 0
  1062.         , 0, 1, 1, 1, 1, 0, 0, 0
  1063.         ;
  1064.         vector = ;
  1065.         action = "Action Y";
  1066. }

  1067. Gesture {
  1068.         name = "Second Y";
  1069.         description = "Second Y";
  1070.         shape =
  1071.           0, 0, 1, 0, 0, 0, 0, 1
  1072.         , 0, 1, 0, 0, 0, 0, 0, 1
  1073.         , 0, 0, 1, 1, 1, 1, 1, 1
  1074.         , 0, 0, 0, 0, 0, 0, 1, 0
  1075.         , 0, 0, 0, 0, 0, 0, 1, 0
  1076.         , 1, 0, 0, 0, 0, 0, 1, 0
  1077.         , 1, 1, 0, 0, 0, 0, 1, 0
  1078.         , 0, 0, 0, 1, 1, 1, 0, 0
  1079.         ;
  1080.         vector = ;
  1081.         action = "Action Y";
  1082. }

  1083. Gesture {
  1084.         name = "Third Y";
  1085.         description = "Third Y";
  1086.         shape =
  1087.           0, 1, 0, 0, 0, 0, 0, 1
  1088.         , 1, 0, 0, 0, 0, 0, 0, 1
  1089.         , 1, 1, 0, 0, 0, 0, 1, 1
  1090.         , 0, 1, 1, 1, 1, 1, 1, 1
  1091.         , 0, 0, 0, 0, 0, 0, 0, 1
  1092.         , 1, 0, 0, 0, 0, 0, 0, 1
  1093.         , 0, 1, 1, 0, 0, 0, 1, 0
  1094.         , 0, 0, 0, 1, 1, 1, 1, 0
  1095.         ;
  1096.         vector = ;
  1097.         action = "Action Y";
  1098. }

  1099. Gesture {
  1100.         name = "Z";
  1101.         description = "Z";
  1102.         shape =
  1103.           0, 1, 1, 1, 1, 1, 1, 1
  1104.         , 0, 0, 0, 0, 0, 0, 1, 1
  1105.         , 0, 0, 0, 0, 0, 1, 0, 0
  1106.         , 0, 0, 0, 0, 1, 0, 0, 0
  1107.         , 0, 0, 1, 1, 0, 0, 0, 0
  1108.         , 0, 0, 1, 0, 0, 0, 0, 0
  1109.         , 0, 1, 0, 0, 0, 0, 0, 0
  1110.         , 1, 1, 1, 1, 1, 1, 1, 1
  1111.         ;
  1112.         vector = E, SW, E;
  1113.         action = "Action Z";
  1114. }

  1115. Gesture {
  1116.         name = "Second Z";
  1117.         description = "Second Z";
  1118.         shape =
  1119.           0, 1, 1, 0, 0, 0, 0, 0
  1120.         , 0, 0, 0, 1, 1, 1, 1, 0
  1121.         , 0, 0, 0, 0, 0, 1, 1, 0
  1122.         , 0, 0, 0, 0, 1, 0, 0, 0
  1123.         , 0, 1, 1, 0, 0, 0, 0, 0
  1124.         , 1, 1, 0, 0, 0, 0, 0, 0
  1125.         , 0, 1, 1, 1, 0, 0, 0, 0
  1126.         , 0, 0, 0, 0, 0, 1, 1, 1
  1127.         ;
  1128.         vector = E, SW, E;
  1129.         action = "Action Z";
  1130. }

  1131. Gesture {
  1132.         name = "Down ";
  1133.         description = "";
  1134.         shape =
  1135.           1, 1, 0, 0, 0, 0, 0, 0
  1136.         , 0, 1, 0, 0, 0, 0, 0, 0
  1137.         , 0, 0, 1, 0, 0, 0, 0, 0
  1138.         , 0, 0, 0, 1, 0, 0, 0, 0
  1139.         , 0, 0, 0, 0, 1, 1, 0, 0
  1140.         , 0, 0, 0, 0, 0, 1, 0, 0
  1141.         , 0, 0, 0, 0, 0, 0, 1, 0
  1142.         , 0, 0, 0, 0, 0, 0, 0, 1
  1143.         ;
  1144.         vector = SE;
  1145.         action = "Dummy";
  1146. }

  1147. Gesture {
  1148.         name = "Up ";
  1149.         description = "";
  1150.         shape =
  1151.           1, 1, 0, 0, 0, 0, 0, 0
  1152.         , 0, 1, 0, 0, 0, 0, 0, 0
  1153.         , 0, 0, 1, 0, 0, 0, 0, 0
  1154.         , 0, 0, 0, 1, 0, 0, 0, 0
  1155.         , 0, 0, 0, 0, 1, 1, 0, 0
  1156.         , 0, 0, 0, 0, 0, 1, 0, 0
  1157.         , 0, 0, 0, 0, 0, 0, 1, 0
  1158.         , 0, 0, 0, 0, 0, 0, 0, 1
  1159.         ;
  1160.         vector = NW;
  1161.         action = "Dummy";
  1162. }

  1163. Gesture {
  1164.         name = "/";
  1165.         description = "/";
  1166.         shape =
  1167.           0, 0, 0, 0, 0, 0, 0, 1
  1168.         , 0, 0, 0, 0, 0, 0, 1, 1
  1169.         , 0, 0, 0, 0, 0, 1, 0, 0
  1170.         , 0, 0, 0, 0, 1, 0, 0, 0
  1171.         , 0, 0, 0, 1, 0, 0, 0, 0
  1172.         , 0, 0, 1, 0, 0, 0, 0, 0
  1173.         , 0, 1, 0, 0, 0, 0, 0, 0
  1174.         , 1, 1, 0, 0, 0, 0, 0, 0
  1175.         ;
  1176.         vector = SW;
  1177.         action = "Action /";
  1178. }

  1179. Gesture {
  1180.         name = "Shape 1";
  1181.         description = "Shape 1";
  1182.         shape =
  1183.           0, 0, 0, 0, 0, 0, 0, 1
  1184.         , 0, 0, 0, 0, 0, 0, 0, 1
  1185.         , 0, 0, 0, 0, 0, 0, 0, 1
  1186.         , 0, 0, 0, 0, 0, 0, 0, 1
  1187.         , 0, 0, 0, 0, 0, 0, 0, 1
  1188.         , 0, 0, 0, 0, 0, 0, 0, 1
  1189.         , 0, 0, 0, 0, 0, 0, 0, 1
  1190.         , 1, 1, 1, 1, 1, 1, 1, 1
  1191.         ;
  1192.         vector = ;
  1193.         action = "Dummy";
  1194. }

  1195. Gesture {
  1196.         name = "Shape 2";
  1197.         description = "Shape 2";
  1198.         shape =
  1199.           0, 0, 0, 0, 0, 0, 1, 1
  1200.         , 0, 0, 0, 0, 1, 1, 0, 0
  1201.         , 0, 0, 1, 1, 1, 0, 0, 0
  1202.         , 0, 1, 1, 0, 0, 0, 0, 0
  1203.         , 1, 1, 0, 0, 0, 0, 0, 0
  1204.         , 0, 1, 1, 1, 0, 0, 0, 0
  1205.         , 0, 0, 0, 1, 1, 1, 0, 0
  1206.         , 0, 0, 0, 0, 0, 1, 1, 1
  1207.         ;
  1208.         vector = ;
  1209.         action = "Dummy";
  1210. }

  1211. Gesture {
  1212.         name = "Shape 3";
  1213.         description = "Shape 3";
  1214.         shape =
  1215.           0, 1, 0, 0, 0, 0, 0, 0
  1216.         , 0, 1, 1, 1, 0, 0, 0, 0
  1217.         , 0, 0, 0, 1, 1, 1, 0, 0
  1218.         , 0, 0, 0, 0, 0, 1, 1, 1
  1219.         , 0, 0, 0, 0, 0, 0, 1, 1
  1220.         , 0, 0, 0, 1, 1, 1, 0, 0
  1221.         , 0, 1, 1, 1, 0, 0, 0, 0
  1222.         , 1, 1, 0, 0, 0, 0, 0, 0
  1223.         ;
  1224.         vector = ;
  1225.         action = "Dummy";
  1226. }

  1227. Gesture {
  1228.         name = "Shape 4";
  1229.         description = "Shape 4";
  1230.         shape =
  1231.           1, 1, 0, 0, 0, 0, 0, 0
  1232.         , 1, 1, 0, 0, 0, 0, 0, 0
  1233.         , 1, 0, 1, 0, 0, 0, 0, 0
  1234.         , 1, 0, 0, 1, 0, 0, 0, 0
  1235.         , 1, 0, 0, 0, 1, 1, 0, 0
  1236.         , 1, 0, 0, 0, 0, 1, 1, 0
  1237.         , 1, 0, 0, 0, 0, 0, 1, 1
  1238.         , 1, 0, 0, 0, 0, 0, 0, 1
  1239.         ;
  1240.         vector = ;
  1241.         action = "Dummy";
  1242. }

  1243. Gesture {
  1244.         name = "Shape 5";
  1245.         description = "Shape 5";
  1246.         shape =
  1247.           1, 1, 0, 0, 0, 0, 0, 0
  1248.         , 0, 1, 1, 0, 0, 0, 0, 0
  1249.         , 0, 0, 1, 1, 0, 0, 0, 0
  1250.         , 0, 0, 0, 1, 1, 0, 0, 0
  1251.         , 0, 0, 0, 0, 1, 1, 0, 0
  1252.         , 0, 0, 0, 0, 0, 1, 1, 0
  1253.         , 0, 0, 0, 0, 0, 0, 1, 1
  1254.         , 1, 1, 1, 1, 1, 1, 1, 1
  1255.         ;
  1256.         vector = ;
  1257.         action = "Shape 5";
  1258. }

  1259. Gesture {
  1260.         name = "Shape 6";
  1261.         description = "Shape 6";
  1262.         shape =
  1263.           1, 0, 0, 0, 0, 0, 0, 1
  1264.         , 1, 0, 0, 0, 0, 0, 1, 1
  1265.         , 1, 0, 0, 0, 0, 1, 1, 0
  1266.         , 1, 0, 0, 0, 1, 1, 0, 0
  1267.         , 1, 0, 0, 1, 1, 0, 0, 0
  1268.         , 1, 0, 1, 1, 0, 0, 0, 0
  1269.         , 1, 1, 1, 0, 0, 0, 0, 0
  1270.         , 1, 1, 0, 0, 0, 0, 0, 0
  1271.         ;
  1272.         vector = ;
  1273.         action = "Dummy";
  1274. }

  1275. Gesture {
  1276.         name = "Shape 7";
  1277.         description = "Shape 7";
  1278.         shape =
  1279.           1, 1, 1, 1, 1, 1, 1, 1
  1280.         , 0, 0, 0, 0, 0, 0, 1, 0
  1281.         , 0, 0, 0, 0, 0, 1, 1, 0
  1282.         , 0, 0, 0, 0, 1, 1, 0, 0
  1283.         , 0, 0, 0, 1, 1, 0, 0, 0
  1284.         , 0, 0, 1, 1, 0, 0, 0, 0
  1285.         , 0, 1, 1, 0, 0, 0, 0, 0
  1286.         , 1, 1, 0, 0, 0, 0, 0, 0
  1287.         ;
  1288.         vector = ;
  1289.         action = "Dummy";
  1290. }

  1291. Gesture {
  1292.         name = "Shape 8";
  1293.         description = "Shape 8";
  1294.         shape =
  1295.           1, 1, 1, 1, 1, 1, 1, 1
  1296.         , 1, 1, 0, 0, 0, 0, 0, 0
  1297.         , 0, 0, 1, 0, 0, 0, 0, 0
  1298.         , 0, 0, 1, 1, 0, 0, 0, 0
  1299.         , 0, 0, 0, 1, 1, 0, 0, 0
  1300.         , 0, 0, 0, 0, 1, 1, 0, 0
  1301.         , 0, 0, 0, 0, 0, 1, 1, 0
  1302.         , 0, 0, 0, 0, 0, 0, 1, 1
  1303.         ;
  1304.         vector = ;
  1305.         action = "Dummy";
  1306. }

  1307. Gesture {
  1308.         name = "Shape 9";
  1309.         description = "Shape 9";
  1310.         shape =
  1311.           1, 0, 0, 0, 0, 0, 0, 1
  1312.         , 1, 1, 0, 0, 0, 0, 0, 1
  1313.         , 0, 1, 1, 0, 0, 0, 0, 1
  1314.         , 0, 0, 1, 1, 0, 0, 0, 1
  1315.         , 0, 0, 0, 1, 1, 0, 0, 1
  1316.         , 0, 0, 0, 0, 1, 1, 0, 1
  1317.         , 0, 0, 0, 0, 0, 1, 1, 1
  1318.         , 0, 0, 0, 0, 0, 0, 1, 1
  1319.         ;
  1320.         vector = ;
  1321.         action = "Dummy";
  1322. }

  1323. Gesture {
  1324.         name = "Shape 10";
  1325.         description = "Shape 10";
  1326.         shape =
  1327.           0, 0, 0, 0, 0, 0, 1, 1
  1328.         , 0, 0, 0, 0, 0, 1, 1, 0
  1329.         , 0, 0, 0, 0, 1, 1, 0, 0
  1330.         , 0, 0, 0, 0, 1, 0, 0, 0
  1331.         , 0, 0, 0, 1, 0, 0, 0, 0
  1332.         , 0, 0, 1, 0, 0, 0, 0, 0
  1333.         , 0, 1, 1, 0, 0, 0, 0, 0
  1334.         , 1, 1, 1, 1, 1, 1, 1, 1
  1335.         ;
  1336.         vector = ;
  1337.         action = "Shape 10";
  1338. }

  1339. Gesture {
  1340.         name = "Shape 11";
  1341.         description = "Shape 11";
  1342.         shape =
  1343.           0, 0, 0, 0, 0, 0, 1, 1
  1344.         , 0, 0, 0, 0, 0, 1, 1, 1
  1345.         , 0, 0, 0, 0, 1, 1, 0, 1
  1346.         , 0, 0, 0, 1, 1, 0, 0, 1
  1347.         , 0, 0, 1, 1, 0, 0, 0, 1
  1348.         , 0, 1, 1, 0, 0, 0, 0, 1
  1349.         , 1, 1, 0, 0, 0, 0, 0, 1
  1350.         , 1, 0, 0, 0, 0, 0, 0, 1
  1351.         ;
  1352.         vector = ;
  1353.         action = "Dummy";
  1354. }

  1355. Gesture {
  1356.         name = "Shape 12";
  1357.         description = "Shape 12";
  1358.         shape =
  1359.           1, 1, 1, 1, 1, 1, 1, 1
  1360.         , 1, 0, 0, 0, 0, 0, 0, 1
  1361.         , 1, 0, 0, 0, 0, 0, 0, 1
  1362.         , 1, 0, 0, 0, 0, 0, 0, 1
  1363.         , 1, 0, 0, 0, 0, 0, 0, 1
  1364.         , 1, 0, 0, 0, 0, 0, 0, 1
  1365.         , 1, 0, 0, 0, 0, 0, 0, 1
  1366.         , 1, 1, 1, 1, 1, 1, 1, 1
  1367.         ;
  1368.         vector = ;
  1369.         action = "Dummy";
  1370. }

  1371. Gesture {
  1372.         name = "Shape 13";
  1373.         description = "Shape 13";
  1374.         shape =
  1375.           0, 0, 1, 1, 1, 0, 0, 0
  1376.         , 0, 1, 1, 1, 1, 1, 0, 0
  1377.         , 1, 1, 1, 1, 1, 1, 1, 0
  1378.         , 1, 1, 1, 1, 1, 1, 1, 1
  1379.         , 1, 1, 1, 1, 1, 1, 1, 1
  1380.         , 1, 1, 1, 1, 1, 1, 1, 1
  1381.         , 1, 1, 1, 1, 1, 1, 1, 1
  1382.         , 0, 1, 1, 1, 1, 1, 1, 0
  1383.         ;
  1384.         vector = ;
  1385.         action = "Dummy";
  1386. }

  1387. Gesture {
  1388.         name = "Shape 14";
  1389.         description = "Shape 14";
  1390.         shape =
  1391.           0, 0, 1, 1, 1, 0, 0, 0
  1392.         , 0, 1, 1, 0, 1, 1, 0, 0
  1393.         , 1, 1, 0, 0, 0, 0, 1, 0
  1394.         , 1, 0, 0, 0, 0, 0, 1, 1
  1395.         , 1, 1, 1, 1, 1, 1, 1, 1
  1396.         , 1, 1, 1, 1, 1, 1, 1, 1
  1397.         , 1, 1, 1, 1, 1, 1, 1, 1
  1398.         , 0, 1, 1, 1, 1, 1, 1, 0
  1399.         ;
  1400.         vector = ;
  1401.         action = "Dummy";
  1402. }

  1403. Gesture {
  1404.         name = "Shape 15";
  1405.         description = "Shape 15";
  1406.         shape =
  1407.           0, 0, 1, 1, 1, 0, 0, 0
  1408.         , 0, 1, 1, 1, 1, 1, 0, 0
  1409.         , 1, 1, 1, 1, 1, 1, 1, 0
  1410.         , 1, 1, 1, 1, 1, 1, 1, 1
  1411.         , 1, 0, 0, 0, 0, 0, 0, 1
  1412.         , 1, 0, 0, 0, 0, 0, 0, 1
  1413.         , 1, 1, 0, 0, 0, 0, 1, 1
  1414.         , 0, 1, 1, 1, 1, 1, 1, 0
  1415.         ;
  1416.         vector = ;
  1417.         action = "Dummy";
  1418. }

  1419. Gesture {
  1420.         name = "Shape 16";
  1421.         description = "Shape 16";
  1422.         shape =
  1423.           1, 0, 0, 0, 0, 0, 0, 0
  1424.         , 0, 0, 0, 0, 0, 0, 0, 0
  1425.         , 0, 0, 0, 0, 0, 0, 0, 0
  1426.         , 0, 0, 0, 0, 0, 0, 0, 0
  1427.         , 0, 0, 0, 0, 0, 0, 0, 0
  1428.         , 0, 0, 0, 0, 0, 0, 0, 0
  1429.         , 0, 0, 0, 0, 0, 0, 0, 0
  1430.         , 0, 0, 0, 0, 0, 0, 0, 0
  1431.         ;
  1432.         vector = ;
  1433.         action = "Dummy";
  1434. }

  1435. Gesture {
  1436.         name = "-";
  1437.         description = "-";
  1438.         shape =
  1439.           1, 1, 1, 1, 1, 1, 1, 1
  1440.         , 0, 0, 0, 0, 0, 0, 0, 0
  1441.         , 0, 0, 0, 0, 0, 0, 0, 0
  1442.         , 0, 0, 0, 0, 0, 0, 0, 0
  1443.         , 0, 0, 0, 0, 0, 0, 0, 0
  1444.         , 0, 0, 0, 0, 0, 0, 0, 0
  1445.         , 0, 0, 0, 0, 0, 0, 0, 0
  1446.         , 0, 0, 0, 0, 0, 0, 0, 0
  1447.         ;
  1448.         vector = ;
  1449.         action = "Action -";
  1450. }

  1451. Action {
  1452.         name = "Action A";
  1453.         process = sendkey "h t t p : Forwardslash Forwardslash w w w . s t r e s s b u n n y . c o m Forwardslash w a y v Return";
  1454.         match = "";
  1455. }

  1456. Action {
  1457.         name = "Action B";
  1458.         process = "";
  1459.         match = "";
  1460. }

  1461. Action {
  1462.         name = "Action C";
  1463.         process = exec "xcalc";
  1464.         match = "";
  1465. }

  1466. Action {
  1467.         name = "Action D";
  1468.         process = exec "dia";
  1469.         process = "";
  1470.         match = "";
  1471. }

  1472. Action {
  1473.         name = "Action E";
  1474.         process = exec "Eterm";
  1475.         match = "";
  1476. }

  1477. Action {
  1478.         name = "Action F";
  1479.         process = exec "gftp";
  1480.         process = "";
  1481.         match = "";
  1482. }

  1483. Action {
  1484.         name = "Action G";
  1485.         process = exec "gimp";
  1486.         match = "";
  1487. }

  1488. Action {
  1489.         name = "Action h";
  1490.         process = "";
  1491.         match = "";
  1492. }

  1493. Action {
  1494.         name = "Action i";
  1495.         process = "";
  1496.         match = "";
  1497. }

  1498. Action {
  1499.         name = "Action J";
  1500.         process = exec "jcc";
  1501.         match = "";
  1502. }

  1503. Action {
  1504.         name = "Action K";
  1505.         process = "";
  1506.         match = "";
  1507. }

  1508. Action {
  1509.         name = "Action L";
  1510.         process = "";
  1511.         match = "";
  1512. }

  1513. Action {
  1514.         name = "Action M";
  1515.         process = exec "kmail";
  1516.         match = "";
  1517. }

  1518. Action {
  1519.         name = "Action N";
  1520.         process = exec "netscape";
  1521.         match = "";
  1522. }

  1523. Action {
  1524.         name = "Action O";
  1525.         process = exec "soffice";
  1526.         match = "";
  1527. }

  1528. Action {
  1529.         name = "Action P";
  1530.         process = "";
  1531.         match = "";
  1532. }

  1533. Action {
  1534.         name = "Action Q";
  1535.         process = "";
  1536.         match = "";
  1537. }

  1538. Action {
  1539.         name = "Action R";
  1540.         process = exec "rxvt -bg black -fg white -fn fixed -sr -st";
  1541.         match = "";
  1542. }

  1543. Action {
  1544.         name = "Action S";
  1545.         process = "";
  1546.         match = "";
  1547. }

  1548. Action {
  1549.         name = "Action T";
  1550.         process = exec "ktop";
  1551.         match = "";
  1552. }

  1553. Action {
  1554.         name = "Action U";
  1555.         process = "";
  1556.         match = "";
  1557. }

  1558. Action {
  1559.         name = "Action V";
  1560.         process = exec "gv";
  1561.         match = "";
  1562. }

  1563. Action {
  1564.         name = "Action W";
  1565.         process = "";
  1566.         match = "";
  1567. }

  1568. Action {
  1569.         name = "Action X";
  1570.         process = exec "xchat";
  1571.         match = "";
  1572. }

  1573. Action {
  1574.         name = "Action Y";
  1575.         process = "";
  1576.         match = "";
  1577. }

  1578. Action {
  1579.         name = "Action Z";
  1580.         process = "";
  1581.         match = "";
  1582. }


  1583. Action {
  1584.         name = "Action -";
  1585.         process = "";
  1586.         match = "";
  1587. }

  1588. Action {
  1589.         name = "Action /";
  1590.         process = kill;
  1591.         match = "";
  1592. }

  1593. Action {
  1594.         name = "Shape 1";
  1595.         process = "";
  1596.         match = "";
  1597. }

  1598. Action {
  1599.         name = "Shape 2";
  1600.         process = "";
  1601.         match = "";
  1602. }

  1603. Action {
  1604.         name = "Shape 3";
  1605.         process = "";
  1606.         match = "";
  1607. }

  1608. Action {
  1609.         name = "Shape 4";
  1610.         process = "";
  1611.         match = "";
  1612. }

  1613. Action {
  1614.         name = "Shape 5";
  1615.         process = sendkey "Control_L+Alt_L+Right";
  1616.         match = "";
  1617. }

  1618. Action {
  1619.         name = "Shape 6";
  1620.         process = "";
  1621.         match = "";
  1622. }

  1623. Action {
  1624.         name = "Shape 7";
  1625.         process = "";
  1626.         match = "";
  1627. }

  1628. Action {
  1629.         name = "Shape 8";
  1630.         process = "";
  1631.         match = "";
  1632. }

  1633. Action {
  1634.         name = "Shape 9";
  1635.         process = "";
  1636.         match = "";
  1637. }

  1638. Action {
  1639.         name = "Shape 10";
  1640.         process = sendkey "Control_L+Alt_L+Left";
  1641.         match = "";
  1642. }

  1643. Action {
  1644.         name = "Shape 11";
  1645.         process = "";
  1646.         match = "";
  1647. }

  1648. Action {
  1649.         name = "Shape 12";
  1650.         process = "";
  1651.         match = "";
  1652. }

  1653. Action {
  1654.         name = "Shape 13";
  1655.         process = "";
  1656.         match = "";
  1657. }

  1658. Action {
  1659.         name = "Shape 14";
  1660.         process = "";
  1661.         match = "";
  1662. }

  1663. Action {
  1664.         name = "Shape 15";
  1665.         process = "";
  1666.         match = "";
  1667. }

  1668. Action {
  1669.         name = "Shape 16";
  1670.         process = "";
  1671.         match = "";
  1672. }

  1673. Action {
  1674.         name = "Dummy";
  1675.         process = warp;
  1676.         match = "";
  1677. }

复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表