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

Unified Diff: ash/shell_delegate.h

Issue 11421055: Add power-user keyboard mode for ChromeOS with Search key acting as a typical Fn key. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 3c5d43396bba6166832e380063009750f05d5989..8555e17c704dc03892690bb08e0e07c2383fdcf7 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -189,6 +189,10 @@ class ASH_EXPORT ShellDelegate {
// Creates the stacking client. Shell takes ownership of the object.
virtual aura::client::StackingClient* CreateStackingClient() = 0;
+
+ // True if the user's preferences have the Search key acting as a Function key
+ // modifier for accessing extended keyboard shortcuts.
+ virtual bool IsSearchKeyActingAsFunctionKey() const = 0;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698