#include <stdlib.h>
#include "gitkrdefines.h"
#include "tel_keyboard.h"
Include dependency graph for tel_keyboard.c:
Go to the source code of this file.
Functions | |
char | get_ascii_of_key (int key, int key_offset) |
returns an ascii character depended of the pressed key | |
int | key_of_char (int keynumber) |
keynumber of the phonekey to a internal number | |
int | navigation (int key, int table) |
returns a navigation character depended of the pressed key |
Definition in file tel_keyboard.c.
|
returns an ascii character depended of the pressed key
Definition at line 62 of file tel_keyboard.c. Referenced by capi_dtmf_input_text(). |
|
keynumber of the phonekey to a internal number
Definition at line 22 of file tel_keyboard.c. References KEY_RAUTE. Referenced by capi_dtmf_input_arrow(), and capi_dtmf_input_text(). |
|
returns a navigation character depended of the pressed key
Definition at line 74 of file tel_keyboard.c. References KEY_TABLE_TELEPHONE. Referenced by capi_dtmf_input_arrow(). |