Changeset 87f3ecca764cb401db1b017dfe5a319ac77788f7
- Timestamp:
- 06/18/08 23:58:31 (4 years ago)
- Author:
- Lincoln de Sousa <lincoln@…>
- Children:
- d146fa2a10d3abe97ba77c21c22165e06c5e9425
- Parents:
- 76d7eb54cb4594aab8771bbd2c22ae361a50ca98
- git-committer:
- Lincoln de Sousa <lincoln@…> (06/18/08 23:58:31)
- Message:
-
adding close_tab schema entry
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r76d7eb5
|
r87f3ecc
|
|
| 1 | 1 | 2008-06-18 Lincoln de Sousa <lincoln@minaslivre.org> |
| | 2 | |
| | 3 | * data/guake.schemas: Adding the close_tab schema entry. |
| 2 | 4 | |
| 3 | 5 | * src/guake.py (PrefsDialog.on_key_cleared): Unbinding accel when |
-
|
r512b8d8
|
r87f3ecc
|
|
| 202 | 202 | |
| 203 | 203 | <schema> |
| | 204 | <key>/schemas/apps/guake/keybindings/local/close_tab</key> |
| | 205 | <applyto>/apps/guake/keybindings/local/close_tab</applyto> |
| | 206 | <owner>guake</owner> |
| | 207 | <type>string</type> |
| | 208 | <default><Control><Shift>w</default> |
| | 209 | <locale name="C"> |
| | 210 | <short>Closes the current tab.</short> |
| | 211 | <long>Accelerator to active function that closes the current selected tab.</long> |
| | 212 | </locale> |
| | 213 | </schema> |
| | 214 | |
| | 215 | <schema> |
| 204 | 216 | <key>/schemas/apps/guake/keybindings/local/previous_tab</key> |
| 205 | 217 | <applyto>/apps/guake/keybindings/local/previous_tab</applyto> |