Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / data / ui / actions.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | <?xml version="1.0" ?>
<actions>
<actiongroup name="dynamic">
<action>
<name>clip-paste</name>
<label>_Paste</label>
<stock>gtk-paste</stock>
<accel><Control>V</accel>
<description>Paste entry from clipboard</description>
</action>
<action>
<name>redo</name>
<label>_Redo</label>
<stock>gtk-redo</stock>
<accel><Shift><Control>Z</accel>
<description>Redo the previously undone action</description>
</action>
<action>
<name>undo</name>
<label>_Undo</label>
<stock>gtk-undo</stock>
<accel><Control>Z</accel>
<description>Undo the last action</description>
</action>
</actiongroup>
<actiongroup name="entry-goto">
<action important="yes">
<name>entry-goto</name>
<label>_Go to</label>
<stock>revelation-goto</stock>
<accel><Shift><Control>Return</accel>
<description>Go to the selected entries</description>
</action>
</actiongroup>
<actiongroup name="entry-multiple">
<action>
<name>clip-copy</name>
<label>_Copy</label>
<stock>gtk-copy</stock>
<accel><Control>C</accel>
<description>Copy selected entries to the clipboard</description>
</action>
<action>
<name>clip-chain</name>
<label>Copy C_hain</label>
<stock>gtk-copy</stock>
<accel><Shift><Control>C</accel>
<description>Copy any usernames and passwords to the clipboard as a "chain"</description>
</action>
<action>
<name>clip-cut</name>
<label>Cu_t</label>
<stock>gtk-cut</stock>
<accel><Control>X</accel>
<description>Cut selected entries to the clipboard</description>
</action>
<action>
<name>entry-remove</name>
<label>Re_move</label>
<stock>revelation-remove</stock>
<accel><Control>Delete</accel>
<description>Remove the selected entries</description>
</action>
</actiongroup>
<actiongroup name="entry-optional">
<action important="yes">
<name>entry-add</name>
<label>_Add Entry...</label>
<stock>revelation-add</stock>
<accel><Control>Insert</accel>
<description>Create a new entry</description>
</action>
</actiongroup>
<actiongroup name="entry-single">
<action>
<name>entry-edit</name>
<label>_Edit...</label>
<stock>revelation-edit</stock>
<accel><Control>Return</accel>
<description>Edit the selected entry</description>
</action>
</actiongroup>
<actiongroup name="file-exists">
<action>
<name>file-lock</name>
<label>_Lock</label>
<stock>revelation-lock</stock>
<accel><Control>L</accel>
<description>Lock the current data file</description>
</action>
</actiongroup>
<actiongroup name="find">
<action>
<name>find-next</name>
<label>Find Ne_xt</label>
<accel><Control>G</accel>
<description>Find the next search match</description>
</action>
<action>
<name>find-previous</name>
<label>Find Pre_vious</label>
<accel><Shift><Control>G</accel>
<description>Find the previous search match</description>
</action>
</actiongroup>
<actiongroup name="global">
<action>
<name>file-change-password</name>
<label>Change _Password...</label>
<stock>revelation-password-change</stock>
<description>Change password of current file</description>
</action>
<action>
<name>file-close</name>
<label>_Close</label>
<stock>gtk-close</stock>
<accel><Control>W</accel>
<description>Close the application</description>
</action>
<action>
<name>file-export</name>
<label>_Export...</label>
<stock>revelation-export</stock>
<description>Export data to a different format</description>
</action>
<action>
<name>file-import</name>
<label>_Import...</label>
<stock>revelation-import</stock>
<accel></accel>
<description>Import data from a foreign file</description>
</action>
<action>
<name>file-new</name>
<label>_New</label>
<stock>gtk-new</stock>
<accel><Control>N</accel>
<description>Create a new file</description>
</action>
<action>
<name>file-open</name>
<label>_Open...</label>
<stock>gtk-open</stock>
<accel><Control>O</accel>
<description>Open a file</description>
</action>
<action>
<name>file-save</name>
<label>_Save</label>
<stock>gtk-save</stock>
<accel><Control>S</accel>
<description>Save data to file</description>
</action>
<action>
<name>file-save-as</name>
<label>Save _as...</label>
<stock>gtk-save-as</stock>
<accel><Shift><Control>S</accel>
<description>Save data to a different file</description>
</action>
<action>
<name>find</name>
<label>_Find...</label>
<stock>gtk-find</stock>
<accel><Control>F</accel>
<description>Search for an entry</description>
</action>
<action>
<name>help-about</name>
<label>_About</label>
<stock>gnome-stock-about</stock>
<description>About this application</description>
</action>
<action>
<name>help-homepage</name>
<label>_Homepage</label>
<stock>gtk-home</stock>
<description>Visit the Revelation homepage</description>
</action>
<action>
<name>prefs</name>
<label>Prefere_nces</label>
<stock>gtk-preferences</stock>
<description>Edit preferences</description>
</action>
<action>
<name>pwgenerator</name>
<label>Password _Generator</label>
<stock>revelation-generate</stock>
<description>Opens a password generator</description>
</action>
<action>
<name>quit</name>
<label>_Quit</label>
<stock>gtk-quit</stock>
<accel><Control>Q</accel>
<description>Quit the application</description>
</action>
<action>
<name>select-all</name>
<label>_Select All</label>
<accel><Control>A</accel>
<description>Select all entries</description>
</action>
<action>
<name>select-none</name>
<label>_Deselect All</label>
<accel><Shift><Control>A</accel>
<description>Deselect all entries</description>
</action>
<action type="toggle">
<name>view-passwords</name>
<label>Show _passwords</label>
<accel><Control>P</accel>
<description>Show passwords</description>
</action>
<action type="toggle">
<name>view-searchbar</name>
<label>S_earch Toolbar</label>
<description>Toggle display of the search toolbar</description>
</action>
<action type="toggle">
<name>view-statusbar</name>
<label>_Statusbar</label>
<description>Toggle display of the statusbar</description>
</action>
<action type="toggle">
<name>view-toolbar</name>
<label>_Main Toolbar</label>
<description>Toggle display of the main toolbar</description>
</action>
</actiongroup>
<actiongroup name="placeholder">
<action>
<name>menu-edit</name>
<label>_Edit</label>
</action>
<action>
<name>menu-file</name>
<label>_File</label>
</action>
<action>
<name>menu-help</name>
<label>_Help</label>
</action>
<action>
<name>menu-view</name>
<label>_View</label>
</action>
<action>
<name>popup-tree</name>
</action>
</actiongroup>
</actions>
|