|
Dillo v3.2.0-93-g6a586845
|
#include <FL/Fl.H>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "dlib/dlib.h"#include "keys.hh"#include "utf8.hh"#include "msg.h"#include "cache.h"#include "misc.h"
Go to the source code of this file.
Variables | |
| static const Mapping_t | keyNames [] |
| static const Mapping_t | modifierNames [] |
| static const KeyBinding_t | default_keys [] |
| static Dlist * | bindings |
|
static |
Definition at line 159 of file keys.cc.
Referenced by Keys::delKeyCmd(), Keys::free(), Keys::genAboutKeys(), Keys::getKeyCmd(), Keys::getShortcut(), Keys::init(), and Keys::parseKey().
|
static |
Definition at line 103 of file keys.cc.
Referenced by Keys::getCmdCode(), and Keys::init().
|
static |
Definition at line 44 of file keys.cc.
Referenced by Keys::getKeyCode(), and Keys::getKeyName().
|
static |
Definition at line 93 of file keys.cc.
Referenced by Keys::genAboutKeys(), and Keys::getModifier().