CaRP Evolution Documentation
CaRP Evolution Documentation
twitter youtube linkedin google-plus
CaRP Evolution Box
Web This Site

CaRP: Caching RSS Parser - Documentation


CaRP Interactive FAQ
Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes | Full Index
Etc.: Display Formatting | Example Code | Affiliates

Access Keys

Access Keys is a plugin bundled with CaRP Evolution. It adds "access keys" to the headline links of a newsfeed, enabling the links to be selected from the keyboard, rather than requiring a mouse. On Windows, type alt-[access key], or on Macintosh, control-[access key] (that's control, not command/apple).
 
Installation:
To install Access Keys, put accesskeys.php into the "plugins" folder inside the folder containing carp.php. (If no plugins folder exists, create one.)
 
Use:
To tell CaRP Evolution to use Access Keys, enter the following command into your webpage after "require_once '/path/to/carp.php';":
 
     CarpLoadPlugin('accesskeys.php');
 
Configuration:
By default, Access Keys selects the first letter or digit which has not been used as an Access Key from each headline and makes it the access key. That letter is displayed in [square brackets]. You may change this behavior by overriding the default values, as follows: