]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtk-keys.css.emacs
Updated Norwegian bokmål translation
[~andy/gtk] / gtk / gtk-keys.css.emacs
index df7d4b8baea67b824fa62fe3636ae6669752f9da..a4f49ae72fda5c0d7facbb6cc9600b5b2d52a3a7 100644 (file)
@@ -69,7 +69,7 @@
 
   bind "<ctrl>h" { "delete-from-cursor" (chars, -1) };
   bind "<ctrl>w" { "delete-from-cursor" (word-ends, -1) };
-};
+}
 
 /*
  * Bindings for GtkTextView
@@ -83,7 +83,7 @@
 
   bind "<ctrl>space" { "set-anchor" () };
   bind "<ctrl>KP_Space" { "set-anchor" () };
-};
+}
 
 /*
  * Bindings for GtkTreeView
@@ -93,7 +93,7 @@
   bind "<ctrl>s" { "start-interactive-search" () };
   bind "<ctrl>f" { "move-cursor" (logical-positions, 1) };
   bind "<ctrl>b" { "move-cursor" (logical-positions, -1) };
-};
+}
 
 /*
  * Bindings for menus
   bind "<ctrl>p" { "move-current" (prev) };
   bind "<ctrl>f" { "move-current" (child) };
   bind "<ctrl>b" { "move-current" (parent) };
-};
+}
 
 GtkEntry {
   gtk-key-bindings: gtk-emacs-text-entry;