Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
keys.cc File Reference
#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 dependency graph for keys.cc:

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 Dlistbindings
 

Variable Documentation

◆ bindings

Dlist* bindings
static

◆ default_keys

const KeyBinding_t default_keys[]
static

Definition at line 101 of file keys.cc.

Referenced by Keys::getCmdCode(), and Keys::init().

◆ keyNames

const Mapping_t keyNames[]
static

Definition at line 42 of file keys.cc.

Referenced by Keys::getKeyCode().

◆ modifierNames

const Mapping_t modifierNames[]
static
Initial value:
= {
{ "Shift", FL_SHIFT },
{ "Ctrl", FL_CTRL },
{ "Alt", FL_ALT },
{ "Meta", FL_META },
{ "Button1", FL_BUTTON1 },
{ "Button2", FL_BUTTON2 },
{ "Button3", FL_BUTTON3 }
}

Definition at line 91 of file keys.cc.

Referenced by Keys::getModifier().