X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtk-keys.css.emacs;h=3c1cd875936739b5f7a02277b4fcdc38e41eaaba;hb=a731cd1ef62b8e460373e660f6f77fce6d4d9ca4;hp=df7d4b8baea67b824fa62fe3636ae6669752f9da;hpb=d4add8cefa6fa5c29bdb50f18e31cbfbfb38cc2b;p=~andy%2Fgtk diff --git a/gtk/gtk-keys.css.emacs b/gtk/gtk-keys.css.emacs index df7d4b8ba..3c1cd8759 100644 --- a/gtk/gtk-keys.css.emacs +++ b/gtk/gtk-keys.css.emacs @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -69,7 +67,7 @@ bind "h" { "delete-from-cursor" (chars, -1) }; bind "w" { "delete-from-cursor" (word-ends, -1) }; -}; +} /* * Bindings for GtkTextView @@ -83,7 +81,7 @@ bind "space" { "set-anchor" () }; bind "KP_Space" { "set-anchor" () }; -}; +} /* * Bindings for GtkTreeView @@ -93,7 +91,7 @@ bind "s" { "start-interactive-search" () }; bind "f" { "move-cursor" (logical-positions, 1) }; bind "b" { "move-cursor" (logical-positions, -1) }; -}; +} /* * Bindings for menus @@ -104,7 +102,7 @@ bind "p" { "move-current" (prev) }; bind "f" { "move-current" (child) }; bind "b" { "move-current" (parent) }; -}; +} GtkEntry { gtk-key-bindings: gtk-emacs-text-entry;