#
# Copy, Paste, Cut keybindings for SUN keyboard.
#

binding "sun-text-entry"
{
  bind "F20" { "cut-clipboard" () }
  bind "F18" { "paste-clipboard" () }
  bind "F16" { "copy-clipboard" () }
}

#
# Bindings for GtkTreeView
#
binding "sun-tree-view"
{
  bind "F19" { "start-interactive-search" () }
}

#
# Scroll keybindings for terminal
#
binding "sun-gnome-terminal"
{
bind "Home" { "scroll-page" (GTK_SCROLL_START) }
bind "End" { "scroll-page" (GTK_SCROLL_END) }
bind "Page_Up" { "scroll-page" (GTK_SCROLL_PAGE_UP) }
bind "Page_Down" { "scroll-page" (GTK_SCROLL_PAGE_DOWN) }
}

class "GtkEntry" binding "sun-text-entry"
class "GtkTextView" binding "sun-text-entry"
class "GtkTreeView" binding "sun-tree-view"
class "VteTerminal" binding "sun-gnome-terminal"

