PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
kbd.c File Reference
#include "kbd.h"
Include dependency graph for kbd.c:

Go to the source code of this file.

Data Structures

struct  keymap_entry_t
 
struct  keymap_t
 

Functions

char kbd_ascii (keycode_t code, kbd_mods_t mods)
 

Variables

static keymap_t keymap
 

Function Documentation

◆ kbd_ascii()

char kbd_ascii ( keycode_t  code,
kbd_mods_t  mods 
)

Definition at line 95 of file kbd.c.

Here is the caller graph for this function:

Variable Documentation

◆ keymap

keymap_t keymap
static

Definition at line 16 of file kbd.c.