<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>SelectRight</after>
        <action>SelectLeft</action>
        <scheme>(if (and (not (d-MarkStatus)) (not (Appending?)))
	(begin (d-MoveCursorLeft) (d-SetMark))
	(d-CursorLeft))</scheme>
        <label>Select Left</label>
        <tooltip>Create a selection, move cursor left.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
