* 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:
Axel Dörfler
2009-03-25 13:41:33 +00:00
parent 6835544f8f
commit d66f475749
+8 -1
View File
@@ -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"