This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
# | |
# This adds support for Chromebook keyboard special keys. | |
# | |
# For example, we map Search+arrows to Page Up/Down/Home/End. This is | |
# done at the browser level in Chromium OS (i.e., not at the hardware | |
# or keymap level). |