' ', 's' => 'submit'); variable_set('hotkey_mappings', $hotkeys); drupal_set_message(t('Installation of Hotkey completed. Created default hotkey for "s" to submit')); } /** * Implementation of hook_uninstall(). To remove variables */ function hotkey_uninstall() { variable_del('hotkey_mappings'); }