Load keyboard key caps from key map
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,9 @@
|
||||
@import url("resource:///dev/iohub/diya/shell/virtual-keyboard.css");
|
||||
/*
|
||||
* {
|
||||
font-family:DejaVuSans;
|
||||
}
|
||||
*/
|
||||
|
||||
.diya-login-header {
|
||||
font-size: 16px;
|
||||
|
7
resources/tpl.keymap
Normal file
7
resources/tpl.keymap
Normal file
@@ -0,0 +1,7 @@
|
||||
xkb_keymap {
|
||||
xkb_keycodes { include "evdev+aliases(azerty)" };
|
||||
xkb_types { include "complete" };
|
||||
xkb_compat { include "complete" };
|
||||
xkb_symbols { include "pc+fr+inet(evdev)" };
|
||||
xkb_geometry { include "pc(pc105)" };
|
||||
};
|
@@ -8,7 +8,7 @@
|
||||
background-color: white;
|
||||
border: 1px solid #CDC7C2;
|
||||
border-radius: 3px;
|
||||
min-width: 20px;
|
||||
min-width: 30px;
|
||||
/*min-height: 30px;*/
|
||||
}
|
||||
|
||||
@@ -19,20 +19,22 @@
|
||||
/*
|
||||
.diya-vkb-btn label {
|
||||
border: 1px solid #b81f2b;
|
||||
|
||||
}*/
|
||||
|
||||
.diya-vkb-btn-level-1 {
|
||||
color: black;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.diya-vkb-btn-level-2 {
|
||||
color: gray;
|
||||
font-size: 10px;
|
||||
font-size: 9px;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.diya-vkb-btn-level-3 {
|
||||
color: gray;
|
||||
font-size: 10px;
|
||||
font-size: 9px;
|
||||
padding-right: 3px;
|
||||
}
|
Reference in New Issue
Block a user