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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.html

Issue 11346028: Allow Caps Lock to be remapped [part 2 of 2] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 8 years, 1 month 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: chrome/browser/resources/options/chromeos/keyboard_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.html b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
index b7420c36025fa3e9c900160ecac70bf96384b08d..9014899bb5ae1aa9e540e64781eba9950cc49422 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.html
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.html
@@ -41,9 +41,9 @@
i18n-options="remapAltKeyToValue" dialog-pref></select>
</td>
</tr>
-<!-- TODO(yusukes): Show this UI when --has-chromeos-keyboard flag is not
- passed to Chrome.
- <tr>
+ <!-- The caps lock section is hidden by default. This is only visible
+ when --has-chromeos-keyboard flag is not passed. -->
+ <tr id="caps-lock-remapping-section" hidden>
<td>
<label class="option-name" for="remap-caps-lock-key-to"
i18n-content="remapCapsLockKeyToContent">
@@ -56,7 +56,6 @@
i18n-options="remapCapsLockKeyToValue" dialog-pref></select>
</td>
</tr>
--->
</table>
</div>
<div class="action-area">
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/resources/options/chromeos/keyboard_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698