Does rails support left and right arrow keys in the :accesskey attribute?
= link_to "< Previous", @vehicle.previous, :accesskey => "LEFT ARROW"
= link_to "Next >", @vehicle.next, :accesskey => "RIGHT ARROW"
Does rails support left and right arrow keys in the :accesskey attribute?
= link_to "< Previous", @vehicle.previous, :accesskey => "LEFT ARROW"
= link_to "Next >", @vehicle.next, :accesskey => "RIGHT ARROW"