Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing a keyboard's key color WP8

I have seen other posts surrounding the subject, but i want to change only the enter(return) key, not the whole keyboard. Just like in the windows phone 8 storeenter image description here where the enter button has a white color.

like image 619
Erez Avatar asked Oct 22 '22 07:10

Erez


1 Answers

You can change layout of the windows phone keyboard using InputScope property.

Try: <TextBox InputScope="Search" />

You can find all available layouts here: http://msdn.microsoft.com/en-us/library/ff426929(v=vs.95).aspx

like image 195
Soroush Mirzaei Avatar answered Nov 10 '22 01:11

Soroush Mirzaei