Coded something up in Couch in an interesting way? Have a snippet or shortcode to share? Post it here for the community to benefit.
3 posts Page 1 of 1
I often caught myself editing fields in backend with both hands on keyboard and away from mouse. Saving the page is easy for me with Ctrl+S in such cases.

Update: I wrote a quick script and also extended it with more keyboard events, paired with navigation in Admin Panel addon -
Code: Select all
    *                [ctrl]+[left]  => prev
    *                [ctrl]+[right] => next
    *                [ctrl]+[home]  => first
    *                [ctrl]+[end]   => last
    *                [ctrl]+[s]     => save
    *                [ctrl]+[shift]+[n] => new
On top of the above solution I quickly extended this to support more events like // Ctrl+Alt+V opens list-view
I also noticed that when I have to save a page - I intuitively hit the keyboard and search CTRL+S.
Very nice solution, thank you
3 posts Page 1 of 1