1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_
6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_
11 namespace input_method
{
13 // Translate the key value from an IBus constant to a string.
14 std::string
GetIBusKey(int keyval
);
16 // Translate the unmodified keycode from an IBus constant to a string.
17 std::string
GetIBusKeyCode(int keycode
);
19 } // namespace input_method
20 } // namespace chromeos
22 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_