_render: function() {
            NavbarView.prototype._render.call(this);

            this.App.registerSelectableKbdShortcut('d', 'delete', 'Delete the current item', false);
        },