#include <map>#include <iostream>#include <fstream>#include <sstream>
Go to the source code of this file.
Functions | |
| void | outNumberToScancode (ostream &target, int set, int number, const string &str) |
| void | generateKeytrans (std::string directory) |
| int | main (int argc, char **argv) |
| void generateKeytrans | ( | std::string | directory | ) |
Definition at line 50 of file kbdgentables.cpp.
References outNumberToScancode(), and xToNumber.
Referenced by main().


| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 98 of file kbdgentables.cpp.
References generateKeytrans().

| void outNumberToScancode | ( | ostream & | target, | |
| int | set, | |||
| int | number, | |||
| const string & | str | |||
| ) |
Definition at line 12 of file kbdgentables.cpp.
Referenced by generateKeytrans().

1.6.3