Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: ui/keyboard/resources/layouts/dvorak.html

Issue 23534021: Added persistent capitalization to the Virtual Keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed polymer attributes to camel case. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/keyboard/resources/layouts/dvorak.html
diff --git a/ui/keyboard/resources/layouts/dvorak.html b/ui/keyboard/resources/layouts/dvorak.html
index 3c41ba3f25633bf9926000cee762252349e3f357..0362519cb4c6aed0dcb1feea496ff1513b8e84da 100644
--- a/ui/keyboard/resources/layouts/dvorak.html
+++ b/ui/keyboard/resources/layouts/dvorak.html
@@ -9,7 +9,7 @@
<link id="spacebar-row" rel="import" href="spacebar-row.html">
<template>
- <kb-keyset id="dvorak-upper" lockable="true">
+ <kb-keyset id="dvorak-upper" shiftLockable=true>
<kb-row>
<kb-key class="tab dark" char="&#x0009;" align="left">tab</kb-key>
<kb-key-sequence keys="&quot;,.PYFGCRL" superscripts="1234567890"></kb-key-sequence>
@@ -35,7 +35,7 @@
</kb-altkey-container>
</kb-keyset>
- <kb-keyset id="dvorak-lower" isDefault=true>
+ <kb-keyset id="dvorak-lower" shiftLocksTo="upper" isDefault=true>
<kb-row>
<kb-key class="tab dark" char="&#x0009;" align="left">tab</kb-key>
<kb-key-sequence keys="&quot;,.pyfgcrl" superscripts="1234567890"></kb-key-sequence>

Powered by Google App Engine
This is Rietveld 408576698