~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to data/keybindings/shared.css

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@binding-set builder-gb-project-tree
 
2
{
 
3
  bind "Delete" { "action" ("project-tree", "move-to-trash", "") };
 
4
  bind "F2" { "action" ("project-tree", "rename-file", "") };
 
5
 
 
6
  bind "<ctrl>Return" { "action" ("workbench", "show-command-bar", "") };
 
7
  bind "<ctrl>KP_Enter" { "action" ("workbench", "show-command-bar", "") };
 
8
}
 
9