|
1 | 1 | [ |
2 | 2 | { |
3 | | - "caption": "New...", |
| 3 | + "caption": "New…", |
4 | 4 | "command": "fm_create", |
5 | 5 | "mnemonic": "N", |
6 | 6 | "args": { |
|
32 | 32 | } |
33 | 33 | }, |
34 | 34 | { |
35 | | - "caption": "Rename...", |
| 35 | + "caption": "Rename…", |
36 | 36 | "mnemonic": "R", |
37 | 37 | "command": "fm_rename_path", |
38 | 38 | "args": { |
39 | 39 | "paths": [] |
40 | 40 | } |
41 | 41 | }, |
42 | 42 | { |
43 | | - "caption": "Move...", |
| 43 | + "caption": "Move…", |
44 | 44 | "command": "fm_move", |
45 | 45 | "mnemonic": "M", |
46 | 46 | "args": { |
47 | 47 | "paths": [] |
48 | 48 | } |
49 | 49 | }, |
50 | 50 | { |
51 | | - "caption": "Duplicate...", |
| 51 | + "caption": "Duplicate…", |
52 | 52 | "command": "fm_duplicate", |
53 | 53 | "mnemonic": "D", |
54 | 54 | "args": { |
55 | 55 | "paths": [] |
56 | 56 | } |
57 | 57 | }, |
58 | 58 | { |
59 | | - "caption": "Delete", |
| 59 | + "caption": "Delete…", |
60 | 60 | "command": "fm_delete", |
61 | 61 | "mnemonic": "e", |
62 | 62 | "args": { |
|
67 | 67 | "caption": "-" |
68 | 68 | }, |
69 | 69 | { |
70 | | - "mnemonic": "F", |
71 | | - "caption": "Find in Files", |
72 | | - "command": "fm_find_in_files", |
73 | | - "args": { |
74 | | - "paths": [] |
75 | | - } |
| 70 | + "mnemonic": "C", |
| 71 | + "caption": "Copy…", |
| 72 | + "children": [ |
| 73 | + { |
| 74 | + "caption": "Name", |
| 75 | + "command": "fm_copy", |
| 76 | + "args": { |
| 77 | + "which": "name", |
| 78 | + "paths": [] |
| 79 | + } |
| 80 | + }, |
| 81 | + { |
| 82 | + "caption": "Absolute Path", |
| 83 | + "command": "fm_copy", |
| 84 | + "args": { |
| 85 | + "which": "absolute path", |
| 86 | + "paths": [] |
| 87 | + } |
| 88 | + }, |
| 89 | + { |
| 90 | + "caption": "Path From Root", |
| 91 | + "command": "fm_copy", |
| 92 | + "args": { |
| 93 | + "which": "path from root", |
| 94 | + "paths": [] |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "caption": "Relative Path", |
| 99 | + "command": "fm_copy", |
| 100 | + "args": { |
| 101 | + "which": "relative path", |
| 102 | + "paths": [] |
| 103 | + } |
| 104 | + } |
| 105 | + ] |
76 | 106 | }, |
77 | 107 | { |
78 | 108 | "caption": "-" |
|
112 | 142 | } |
113 | 143 | }, |
114 | 144 | { |
115 | | - "caption": "-" |
| 145 | + "caption": "-", |
| 146 | + "id": "folder_commands", |
116 | 147 | }, |
117 | 148 | { |
118 | | - "mnemonic": "C", |
119 | | - "caption": "Copy", |
120 | | - "children": [ |
121 | | - { |
122 | | - "caption": "Name", |
123 | | - "command": "fm_copy", |
124 | | - "args": { |
125 | | - "which": "name", |
126 | | - "paths": [] |
127 | | - } |
128 | | - }, |
129 | | - { |
130 | | - "caption": "Absolute Path", |
131 | | - "command": "fm_copy", |
132 | | - "args": { |
133 | | - "which": "absolute path", |
134 | | - "paths": [] |
135 | | - } |
136 | | - }, |
137 | | - { |
138 | | - "caption": "Path from root", |
139 | | - "command": "fm_copy", |
140 | | - "args": { |
141 | | - "which": "path from root", |
142 | | - "paths": [] |
143 | | - } |
144 | | - }, |
145 | | - { |
146 | | - "caption": "Relative Path", |
147 | | - "command": "fm_copy", |
148 | | - "args": { |
149 | | - "which": "relative path", |
150 | | - "paths": [] |
151 | | - } |
152 | | - } |
153 | | - ] |
154 | | - } |
155 | | - |
| 149 | + "mnemonic": "F", |
| 150 | + "caption": "Find in Files", |
| 151 | + "command": "fm_find_in_files", |
| 152 | + "args": { |
| 153 | + "paths": [] |
| 154 | + } |
| 155 | + }, |
156 | 156 | ] |
0 commit comments