<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,19 +114,13 @@ set socket_dir        = /tmp
 # a colon.
 @bind    :_        = chain '%s'
 @bind    j         = scroll vertical 20
-@bind    &lt;Down&gt;    = scroll vertical 20
-@bind    &lt;Page_Down&gt; = scroll vertical 500
+@bind    &lt;Page_Down&gt; = scroll vertical 100%
 @bind    k         = scroll vertical -20
-@bind    &lt;Up&gt;      = scroll vertical -20
-@bind    &lt;Page_Up&gt; = scroll vertical -500
+@bind    &lt;Page_Up&gt; = scroll vertical -100%
 @bind    h         = scroll horizontal -20
-@bind    &lt;Left&gt;    = scroll horizontal -20
 @bind    l         = scroll horizontal 20
-@bind    &lt;Right&gt;   = scroll horizontal 20
 @bind    &lt;&lt;        = scroll vertical begin
-@bind    &lt;Home&gt;    = scroll vertical begin
 @bind    &gt;&gt;        = scroll vertical end
-@bind    &lt;End&gt;     = scroll vertical end
 @bind    ^         = scroll horizontal begin
 @bind    $         = scroll horizontal end
 @bind    b         = back</diff>
      <filename>examples/config/uzbl/config</filename>
    </modified>
    <modified>
      <diff>@@ -250,27 +250,27 @@ test_scroll (void) {
     gtk_adjustment_set_upper(uzbl.gui.bar_v, 100);
     gtk_adjustment_set_page_size(uzbl.gui.bar_v, 5);
 
-    /* scroll_end should scroll it to upper - page_size */
-    parse_cmd_line(&quot;scroll_end&quot;, NULL);
+    /* scroll vertical end should scroll it to upper - page_size */
+    parse_cmd_line(&quot;scroll vertical end&quot;, NULL);
     g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 95);
 
-    /* scroll_begin should scroll it to lower */
-    parse_cmd_line(&quot;scroll_begin&quot;, NULL);
+    /* scroll vertical begin should scroll it to lower */
+    parse_cmd_line(&quot;scroll vertical begin&quot;, NULL);
     g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 0);
 
-    /* scroll_vert can scroll by pixels */
-    parse_cmd_line(&quot;scroll_vert 15&quot;, NULL);
+    /* scroll vertical can scroll by pixels */
+    parse_cmd_line(&quot;scroll vertical 15&quot;, NULL);
     g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 15);
 
-    parse_cmd_line(&quot;scroll_vert -10&quot;, NULL);
+    parse_cmd_line(&quot;scroll vertical -10&quot;, NULL);
     g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 5);
 
-    /* scroll_vert can scroll by a percentage of the page size */
-    parse_cmd_line(&quot;scroll_vert 100%&quot;, NULL);
+    /* scroll vertical can scroll by a percentage of the page size */
+    parse_cmd_line(&quot;scroll vertical 100%&quot;, NULL);
     g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 10);
 
-    parse_cmd_line(&quot;scroll_vert -150%&quot;, NULL);
-    g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 2.5);
+    parse_cmd_line(&quot;scroll vertical 150%&quot;, NULL);
+    g_assert_cmpfloat(gtk_adjustment_get_value(uzbl.gui.bar_v), ==, 17.5);
 
     /* scroll_horz behaves basically the same way. */
 }</diff>
      <filename>tests/test-command.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b46e181523da5cd752222889a5a0bf880713856e</id>
    </parent>
  </parents>
  <author>
    <name>Dieter Plaetinck</name>
    <email>dieter@plaetinck.be</email>
  </author>
  <url>http://github.com/Dieterbe/uzbl/commit/9dbcd20a5c3c788e4e9fcaefa01fc7cbaafd7c68</url>
  <id>9dbcd20a5c3c788e4e9fcaefa01fc7cbaafd7c68</id>
  <committed-date>2009-11-08T07:11:39-08:00</committed-date>
  <authored-date>2009-11-08T07:11:39-08:00</authored-date>
  <message>scroll stuff: update unit tests + remove bindings that (may) conflict with keycmd or are not needed + better default behavior for pageup and pagedown</message>
  <tree>e7dfada7eb7ec8bbca3d1f88f521128fdd8e5a0c</tree>
  <committer>
    <name>Dieter Plaetinck</name>
    <email>dieter@plaetinck.be</email>
  </committer>
</commit>
