|
Profiles /
Robin-PreferencesThese define various default site preferences, including access keys and component sizes. # Access keys - hold Alt (Windows) or Control (Mac) and # tap the indicated key on your keyboard to trigger the # corresponding action. 'ak_history' => 'h', # page history 'ak_recentchanges' => 'c', # Recent Changes 'ak_save' => 's', # save page 'ak_saveedit' => 'u', # save and keep editing 'ak_em' => 'i', # emphasized text (italic) # Editing components 'e_rows' => '20', # rows in edit textarea 'e_cols' => '70', # columns in edit textarea 'Site.EditForm' => 'Site.EditForm' # location of EditForm If you'd like to customize these preferences, to create personal user (browser) preferences, make a copy of this page somewhere, preferably as To unset this cookie and revert to PmWiki's default preferences, select Revert to PmWiki Default Preferences. See also Cookbook:UserConfigurations about how to customise the edit form for personal use. |