* Forgot to implement DefaultKeySize().
* Renamed default keymap. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -75,6 +75,13 @@ KeyboardLayout::Bounds()
|
||||
}
|
||||
|
||||
|
||||
BSize
|
||||
KeyboardLayout::DefaultKeySize()
|
||||
{
|
||||
return fDefaultKeySize;
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
KeyboardLayout::Load(const char* path)
|
||||
{
|
||||
@@ -119,7 +126,7 @@ KeyboardLayout::Load(const char* path)
|
||||
void
|
||||
KeyboardLayout::_SetDefault()
|
||||
{
|
||||
static const char* kDefaultLayout104 = "name = 104 Keys\n"
|
||||
static const char* kDefaultLayout104 = "name = Generic 104-key\n"
|
||||
// Size shortcuts
|
||||
"default-size = 10,10\n"
|
||||
"$b = 5,10\n"
|
||||
|
||||
Reference in New Issue
Block a user