diff options
author | Benjamin Otte <otte@redhat.com> | 2011-05-18 21:13:30 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-05-18 22:17:59 +0200 |
commit | c3701c737cb49615074849376946db2034fb9a2e (patch) | |
tree | 8b7db321aa97a5360e3132e9a6e156d95b66edd6 /gtk/gtk-keys.css.mac | |
parent | d392af2e36a95c447994230afa264b9cc253e308 (diff) | |
download | gtk+-c3701c737cb49615074849376946db2034fb9a2e.tar.gz |
keys.css: Remove semicolons at end of rules
This is not CSS conform (it will break resync code after errors for
generic CSS parsers), so I deprecated the support for that semicolon.
Diffstat (limited to 'gtk/gtk-keys.css.mac')
-rw-r--r-- | gtk/gtk-keys.css.mac | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gtk/gtk-keys.css.mac b/gtk/gtk-keys.css.mac index 095d597f2d..2c29550903 100644 --- a/gtk/gtk-keys.css.mac +++ b/gtk/gtk-keys.css.mac @@ -8,14 +8,14 @@ bind "<shift><alt>KP_Right" { "move-cursor" (words, 1, 1) }; bind "<shift><alt>Left" { "move-cursor" (words, -1, 1) }; bind "<shift><alt>KP_Left" { "move-cursor" (words, -1, 1) }; -}; +} @binding-set gtk-mac-alt-delete { bind "<alt>Delete" { "delete-from-cursor" (word-ends, 1) }; bind "<alt>KP_Delete" { "delete-from-cursor" (word-ends, 1) }; bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) }; -}; +} @binding-set gtk-mac-cmd-c { @@ -25,7 +25,7 @@ unbind "<ctrl>x"; unbind "<ctrl>c"; unbind "<ctrl>v"; -}; +} @binding-set gtk-mac-text-view { @@ -33,7 +33,7 @@ bind "<meta>a" { "select-all" (1) }; unbind "<shift><ctrl>a"; unbind "<ctrl>a"; -}; +} @binding-set gtk-mac-label { @@ -46,7 +46,7 @@ unbind "<ctrl>a"; unbind "<shift><ctrl>a"; unbind "<ctrl>c"; -}; +} @binding-set gtk-mac-entry { @@ -57,7 +57,7 @@ bind "<shift><meta>a" { "move-cursor" (visual-positions, 0, 0) }; unbind "<ctrl>a"; unbind "<shift><ctrl>a"; -}; +} @binding-set gtk-mac-file-chooser { @@ -67,7 +67,7 @@ bind "<meta><shift>G" { "location-popup" () }; bind "<meta><shift>H" { "home-folder" () }; bind "<meta>Up" { "up-folder" () }; -}; +} @binding-set gtk-mac-tree-view { @@ -79,7 +79,7 @@ unbind "<shift><ctrl>a"; unbind "<ctrl>f"; unbind "<ctrl>F"; -}; +} @binding-set gtk-mac-icon-view { @@ -87,7 +87,7 @@ bind "<shift><meta>a" { "unselect-all" () }; unbind "<ctrl>a"; unbind "<shift><ctrl>a"; -}; +} @binding-set gtk-mac-alt-arrows { @@ -99,14 +99,14 @@ bind "<shift><alt>KP_Right" { "move-cursor" (words, 1, 1) }; bind "<shift><alt>Left" { "move-cursor" (words, -1, 1) }; bind "<shift><alt>KP_Left" { "move-cursor" (words, -1, 1) }; -}; +} @binding-set gtk-mac-alt-delete { bind "<alt>Delete" { "delete-from-cursor" (word-ends, 1) }; bind "<alt>KP_Delete" { "delete-from-cursor" (word-ends, 1) }; bind "<alt>BackSpace" { "delete-from-cursor" (word-ends, -1) }; -}; +} @binding-set gtk-mac-cmd-c { @@ -116,7 +116,7 @@ unbind "<ctrl>x"; unbind "<ctrl>c"; unbind "<ctrl>v"; -}; +} @binding-set gtk-mac-text-view { @@ -124,7 +124,7 @@ bind "<meta>a" { "select-all" (1) }; unbind "<shift><ctrl>a"; unbind "<ctrl>a"; -}; +} @binding-set gtk-mac-label { @@ -137,7 +137,7 @@ unbind "<ctrl>a"; unbind "<shift><ctrl>a"; unbind "<ctrl>c"; -}; +} @binding-set gtk-mac-entry { @@ -148,7 +148,7 @@ bind "<shift><meta>a" { "move-cursor" (visual-positions, 0, 0) }; unbind "<ctrl>a"; unbind "<shift><ctrl>a"; -}; +} @binding-set gtk-mac-file-chooser { @@ -158,7 +158,7 @@ bind "<meta><shift>G" { "location-popup" () }; bind "<meta><shift>H" { "home-folder" () }; bind "<meta>Up" { "up-folder" () }; -}; +} @binding-set gtk-mac-tree-view { @@ -170,7 +170,7 @@ unbind "<shift><ctrl>a"; unbind "<ctrl>f"; unbind "<ctrl>F"; -}; +} @binding-set gtk-mac-icon-view { @@ -178,7 +178,7 @@ bind "<shift><meta>a" { "unselect-all" () }; unbind "<ctrl>a"; unbind "<shift><ctrl>a"; -}; +} GtkIconView { gtk-key-bindings: gtk-mac-icon-view; |