--- gtk+-2.24.33/gtk/gtkrc.default.orig
+++ gtk+-2.24.33/gtk/gtkrc.default
@@ -1,3 +1,4 @@
 #
 # This theme is the default theme if no other theme is selected.
 #
+include "../../Default/gtk-2.0-key/gtkrc"
--- gtk+-2.24.33/gtk/gtkrc.key.default.orig
+++ gtk+-2.24.33/gtk/gtkrc.key.default
@@ -1,3 +1,23 @@
 #
-# Default keybinding set. Empty because it is implemented inline in the code.
+# Copy, Paste, Cut keybindings for SUN keyboard.
 #
+
+binding "sun-text-entry"
+{
+  bind "XF86Cut" { "cut-clipboard" () }
+  bind "XF86Paste" { "paste-clipboard" () }
+  bind "XF86Copy" { "copy-clipboard" () }
+}
+
+#
+# Bindings for GtkTreeView
+#
+binding "sun-tree-view"
+{
+  bind "Find" { "start-interactive-search" () }
+}
+
+class "GtkEntry" binding "sun-text-entry"
+class "GtkTextView" binding "sun-text-entry"
+class "GtkTreeView" binding "sun-tree-view"
+