[the-board] [ui] Add Ctrl+A keyboard shortcut to select all things
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Add Ctrl+A keyboard shortcut to select all things
- Date: Fri, 14 Jan 2011 01:37:18 +0000 (UTC)
commit 87dd0a402e59ed563a67af4770ab15418d82892b
Author: Lucas Rocha <lucasr gnome org>
Date: Fri Jan 14 01:29:12 2011 +0000
[ui] Add Ctrl+A keyboard shortcut to select all things
src/js/ui/mainWindow.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 8aeab18..a0fd3bb 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -718,6 +718,8 @@ MainWindow.prototype = {
if (isControl && text == 'v') {
this._pasteClipboardContent();
+ } else if (isControl && text == 'a') {
+ this._currentPage.selectAllThings();
} else if (key == Clutter.Escape) {
this._hideGtkWindow();
} else if (text == 't') {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]