Skip to content

Commit e5f273a

Browse files
committed
Add keyboard files for vkb on n900
1 parent 5237bc7 commit e5f273a

File tree

21 files changed

+174
-0
lines changed

21 files changed

+174
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# KEYBOARD CONFIGURATION FILE
2+
3+
# Consult the keyboard(5) manual page.
4+
5+
XKBMODEL="nokiarx51"
6+
XKBLAYOUT="us"
7+
XKBVARIANT=""
8+
XKBOPTIONS=""
9+
10+
BACKSPACE="guess"
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
# Copyright Nokia Corporation 2007
2+
# Licensed under Creative Commons Attribution-ShareAlike 2.5 license
3+
4+
##############################
5+
# Hildon Input Method
6+
##############################
7+
8+
# Special Character View
9+
10+
style "scv-button" {
11+
GtkButton::child_spacing = 0
12+
13+
engine "pixmap" {
14+
image {
15+
function = BOX
16+
state = ACTIVE
17+
file = "SCVButtonPressed.png"
18+
border = { 16, 16, 0, 0 }
19+
}
20+
image {
21+
function = BOX
22+
state = INSENSITIVE
23+
file = "SCVButtonDisabled.png"
24+
border = { 16, 16, 0, 0 }
25+
}
26+
image {
27+
function = BOX
28+
file = "SCVButtonNormal.png"
29+
border = { 16, 16, 0, 0 }
30+
}
31+
}
32+
}
33+
widget "*hildon-scv-button" style "scv-button"
34+
35+
style "scv-tab-button" {
36+
GtkButton::child_spacing = 0
37+
38+
engine "pixmap" {
39+
image {
40+
function = BOX
41+
state = ACTIVE
42+
file = "SCVTabButtonPressed.png"
43+
border = { 16, 16, 0, 0 }
44+
}
45+
image {
46+
function = BOX
47+
state = INSENSITIVE
48+
file = "SCVTabButtonDisabled.png"
49+
border = { 16, 16, 0, 0 }
50+
}
51+
image {
52+
function = BOX
53+
file = "SCVTabButtonNormal.png"
54+
border = { 16, 16, 0, 0 }
55+
}
56+
}
57+
}
58+
widget "*hildon-scv-tab-button" style "scv-tab-button"
59+
60+
61+
# Virtual Finger Keyboard
62+
63+
style "vkb-button" {
64+
GtkButton::child_spacing = 0
65+
66+
engine "pixmap" {
67+
image {
68+
function = BOX
69+
state = ACTIVE
70+
file = "InputMethodButtonPressed.png"
71+
border = { 16, 16, 0, 0 }
72+
}
73+
image {
74+
function = BOX
75+
state = INSENSITIVE
76+
file = "InputMethodButtonDisabled.png"
77+
border = { 16, 16, 0, 0 }
78+
}
79+
image {
80+
function = BOX
81+
file = "InputMethodButtonNormal.png"
82+
border = { 16, 16, 0, 0 }
83+
}
84+
}
85+
}
86+
widget "*hildon-im-button" style "vkb-button"
87+
88+
style "vkb-alt-button" {
89+
GtkButton::child_spacing = 0
90+
91+
engine "pixmap" {
92+
image {
93+
function = BOX
94+
state = ACTIVE
95+
file = "InputMethodButtonPressed.png"
96+
border = { 16, 16, 0, 0 }
97+
}
98+
image {
99+
function = BOX
100+
state = INSENSITIVE
101+
file = "InputMethodButtonDisabled.png"
102+
border = { 16, 16, 0, 0 }
103+
}
104+
image {
105+
function = BOX
106+
file = "InputMethodAltButtonNormal.png"
107+
border = { 16, 16, 0, 0 }
108+
}
109+
}
110+
}
111+
widget "*hildon-im-alt-button" style "vkb-alt-button"
112+
113+
style "vkb-shift-button" {
114+
GtkButton::child_spacing = 0
115+
116+
engine "pixmap" {
117+
image {
118+
function = BOX
119+
state = ACTIVE
120+
file = "InputMethodShiftButtonPressed.png"
121+
border = { 0, 0, 0, 0 }
122+
}
123+
image {
124+
function = BOX
125+
file = "InputMethodShiftButtonNormal.png"
126+
border = { 0, 0, 0, 0 }
127+
}
128+
}
129+
}
130+
widget "*hildon-im-shift-button" style "vkb-shift-button"
131+
132+
style "vkb-backspace-button" {
133+
GtkButton::child_spacing = 0
134+
135+
engine "pixmap" {
136+
image {
137+
function = BOX
138+
state = ACTIVE
139+
file = "InputMethodBackspaceButtonPressed.png"
140+
border = { 0, 0, 0, 0 }
141+
}
142+
image {
143+
function = BOX
144+
file = "InputMethodBackspaceButtonNormal.png"
145+
border = { 0, 0, 0, 0 }
146+
}
147+
}
148+
}
149+
widget "*hildon-im-backspace-button" style "vkb-backspace-button"
150+
151+
style "vkb-dialog-background" {
152+
engine "pixmap" {
153+
image {
154+
function = FLAT_BOX
155+
file = "wmDialog.png"
156+
border = {16, 16, 46, 0}
157+
}
158+
}
159+
}
160+
widget "osso-im-fkb-window" style "vkb-dialog-background"
161+
162+
widget "*.osso-im-fkb-renderer" style "X-LargeSystemFont"
163+
164+
widget "*.osso-im-scv-renderer" style "X-LargeSystemFont"
1.48 KB
Binary file not shown.
1.35 KB
Binary file not shown.
1.33 KB
Binary file not shown.
1.34 KB
Binary file not shown.
1.45 KB
Binary file not shown.
1.32 KB
Binary file not shown.
1.32 KB
Binary file not shown.
1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)