From 5eb0725a724254b7df6eae24e68e5239e6470dcf Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 4 May 2012 14:53:42 -0700 Subject: [PATCH] Restore non-mobile keyboard layout (function keys, arrow keys, esc, etc.) --- src/main/webapp/layouts/en-us-qwerty.xml | 58 +++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/layouts/en-us-qwerty.xml b/src/main/webapp/layouts/en-us-qwerty.xml index a324f2e..3816295 100644 --- a/src/main/webapp/layouts/en-us-qwerty.xml +++ b/src/main/webapp/layouts/en-us-qwerty.xml @@ -22,7 +22,7 @@ along with this program. If not, see . --> - + Esc @@ -437,4 +437,60 @@ + + + + + + + + + Ins + + + + Home + + + + PgUp + + + + + + Del + + + + End + + + + PgDn + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4