<?php
/**
 * Options for the Keyboard Plugin
 */
$conf['disable_translation'] = 0;             // disable translation: off
$conf['css_class']           = '__keyboard';  // CSS class for <kbd> element

//Setup VIM: ex: et ts=2 enc=utf-8 :