It seems that Keyboard Shortcut content type should default to not be on front page, and have comments disabled. Is this something that can be done out of the box (rather than having to go and edit the content type after install)?

Comments

matt v.’s picture

In the long run (maybe in a 2.x release), I think it might make more sense to make the keyboard shortcuts into entities, rather than nodes.

mgifford’s picture

Any ETA on the move to entities?

Agreed about the defaults for the front page too!

Also, might be some interesting ideas from https://github.com/bitwalker/keys.js

ivan zugec’s picture

Status: Active » Fixed

The 7.x-2.x branch use ctools exportables for key bindings. Also, we're using the Mousetrap JS library (http://craig.is/killing/mice) for keyboard shortcuts.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mgifford’s picture

http://craig.is/killing/mice is great.. Just doesn't seem to have the user-definable inputs I was hoping for. But then neither does http://bitwalker.github.io/keys.js/

Anyways, thanks for fixing the issue!