[gnome-builder] keybindings: use <ctrl><alt>i for reindent line
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] keybindings: use <ctrl><alt>i for reindent line
- Date: Sat, 10 Oct 2015 21:33:58 +0000 (UTC)
commit 4578bc8a93a51b2483867986fbf38ad433d38ab1
Author: Christian Hergert <chergert redhat com>
Date: Sat Oct 10 17:33:43 2015 -0400
keybindings: use <ctrl><alt>i for reindent line
In Builder mode, use ctrl+alt+i for reindent. This is inspired by the
command sequence used in Android Studio and possibly Eclipse.
data/keybindings/default.css | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/keybindings/default.css b/data/keybindings/default.css
index bb3cac2..87c0cd4 100644
--- a/data/keybindings/default.css
+++ b/data/keybindings/default.css
@@ -53,6 +53,8 @@
bind "<ctrl>g" { "move-search" (down, 0, 1, 1, 1, 1) };
bind "<ctrl><shift>g" { "move-search" (up, 0, 1, 0, 1, 1) };
bind "<ctrl><shift>k" { "clear-search" () };
+
+ bind "<ctrl><alt>i" { "reindent" () };
}
IdeSourceViewMode.default {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]