|
24 | 24 | <action id="CodeFaster.ListToMapAction" class="cn.sp.action.ListToMapAction" text="Convert List To Map" |
25 | 25 | description="generate code of list to map"> |
26 | 26 | <add-to-group group-id="GenerateGroup" anchor="last"/> |
27 | | -<!-- <keyboard-shortcut--> |
28 | | -<!-- keymap="$default"--> |
29 | | -<!-- first-keystroke="control shift T"/>--> |
| 27 | + <keyboard-shortcut |
| 28 | + keymap="$default" |
| 29 | + first-keystroke="control shift T"/> |
30 | 30 |
|
31 | | -<!-- <!– ...except the "Mac OS X" keymap and its children. –>--> |
32 | | -<!-- <keyboard-shortcut--> |
33 | | -<!-- keymap="Mac OS X"--> |
34 | | -<!-- first-keystroke="control shift T"--> |
35 | | -<!-- remove="true"/>--> |
| 31 | + <!-- ...except the "Mac OS X" keymap and its children. --> |
| 32 | + <keyboard-shortcut |
| 33 | + keymap="Mac OS X" |
| 34 | + first-keystroke="control shift T" |
| 35 | + remove="true"/> |
36 | 36 |
|
37 | | -<!-- <!– The "Mac OS X 10.5+" keymap and its children will have only--> |
38 | | -<!-- this keyboard shortcut for this action. –>--> |
39 | | -<!-- <keyboard-shortcut--> |
40 | | -<!-- keymap="Mac OS X 10.5+"--> |
41 | | -<!-- first-keystroke="control shift T"--> |
42 | | -<!-- replace-all="true"/>--> |
| 37 | + <!-- The "Mac OS X 10.5+" keymap and its children will have only |
| 38 | + this keyboard shortcut for this action. --> |
| 39 | + <keyboard-shortcut |
| 40 | + keymap="Mac OS X 10.5+" |
| 41 | + first-keystroke="control shift T" |
| 42 | + replace-all="true"/> |
43 | 43 | </action> |
44 | 44 | <action id="CodeFaster.GroupByListToMapAction" class="cn.sp.action.GroupByListToMapAction" |
45 | 45 | text="Group By List To Map" description="generate code of group by list to map"> |
46 | 46 | <add-to-group group-id="GenerateGroup" anchor="last"/> |
47 | | -<!-- <keyboard-shortcut--> |
48 | | -<!-- keymap="$default"--> |
49 | | -<!-- first-keystroke="control shift Y"/>--> |
| 47 | + <keyboard-shortcut |
| 48 | + keymap="$default" |
| 49 | + first-keystroke="control shift Y"/> |
50 | 50 |
|
51 | | -<!-- <!– ...except the "Mac OS X" keymap and its children. –>--> |
52 | | -<!-- <keyboard-shortcut--> |
53 | | -<!-- keymap="Mac OS X"--> |
54 | | -<!-- first-keystroke="control shift Y"--> |
55 | | -<!-- remove="true"/>--> |
| 51 | + <!-- ...except the "Mac OS X" keymap and its children. --> |
| 52 | + <keyboard-shortcut |
| 53 | + keymap="Mac OS X" |
| 54 | + first-keystroke="control shift Y" |
| 55 | + remove="true"/> |
56 | 56 |
|
57 | | -<!-- <!– The "Mac OS X 10.5+" keymap and its children will have only--> |
58 | | -<!-- this keyboard shortcut for this action. –>--> |
59 | | -<!-- <keyboard-shortcut--> |
60 | | -<!-- keymap="Mac OS X 10.5+"--> |
61 | | -<!-- first-keystroke="control shift Y"--> |
62 | | -<!-- replace-all="true"/>--> |
| 57 | + <!-- The "Mac OS X 10.5+" keymap and its children will have only |
| 58 | + this keyboard shortcut for this action. --> |
| 59 | + <keyboard-shortcut |
| 60 | + keymap="Mac OS X 10.5+" |
| 61 | + first-keystroke="control shift Y" |
| 62 | + replace-all="true"/> |
63 | 63 | </action> |
64 | 64 | <action id="CodeFaster.ConvertToNewListAction" class="cn.sp.action.ConvertToNewListAction" |
65 | 65 | text="Convert To New List" description="convert current list to new List by field"> |
66 | 66 | <add-to-group group-id="GenerateGroup" anchor="last"/> |
67 | | -<!-- <keyboard-shortcut keymap="$default" first-keystroke="shift ctrl U"/>--> |
| 67 | + <keyboard-shortcut keymap="$default" first-keystroke="shift ctrl K"/> |
| 68 | + <!-- ...except the "Mac OS X" keymap and its children. --> |
| 69 | + <keyboard-shortcut |
| 70 | + keymap="Mac OS X" |
| 71 | + first-keystroke="control shift K" |
| 72 | + remove="true"/> |
68 | 73 |
|
69 | | -<!-- <!– ...except the "Mac OS X" keymap and its children. –>--> |
70 | | -<!-- <keyboard-shortcut--> |
71 | | -<!-- keymap="Mac OS X"--> |
72 | | -<!-- first-keystroke="control shift U"--> |
73 | | -<!-- remove="true"/>--> |
74 | | - |
75 | | -<!-- <!– The "Mac OS X 10.5+" keymap and its children will have only--> |
76 | | -<!-- this keyboard shortcut for this action. –>--> |
77 | | -<!-- <keyboard-shortcut--> |
78 | | -<!-- keymap="Mac OS X 10.5+"--> |
79 | | -<!-- first-keystroke="control shift U"--> |
80 | | -<!-- replace-all="true"/>--> |
| 74 | + <!-- The "Mac OS X 10.5+" keymap and its children will have only |
| 75 | + this keyboard shortcut for this action. --> |
| 76 | + <keyboard-shortcut |
| 77 | + keymap="Mac OS X 10.5+" |
| 78 | + first-keystroke="control shift K" |
| 79 | + replace-all="true"/> |
81 | 80 | </action> |
82 | 81 | <action id="CodeFaster.ReturnIfEmptyAction" class="cn.sp.action.ReturnIfEmptyAction" text="Return If List Empty" |
83 | 82 | description="return a empty list if current list is empty"> |
|
0 commit comments