2011-07-24 23:35:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
2012-02-01 10:43:58 +00:00
|
|
|
** Copyright 2012, The Android Open Source Project
|
2011-07-24 23:35:54 +00:00
|
|
|
**
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
**
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
**
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
** limitations under the License.
|
|
|
|
*/
|
|
|
|
-->
|
|
|
|
|
2012-02-01 10:43:58 +00:00
|
|
|
<merge
|
2011-07-24 23:35:54 +00:00
|
|
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
|
|
|
>
|
2012-02-01 10:43:58 +00:00
|
|
|
<Key
|
2014-02-10 08:48:35 +00:00
|
|
|
latin:keySpec="!text/keyspec_left_square_bracket" />
|
2012-02-01 10:43:58 +00:00
|
|
|
<Key
|
2014-02-10 08:48:35 +00:00
|
|
|
latin:keySpec="!text/keyspec_right_square_bracket" />
|
2012-02-01 10:43:58 +00:00
|
|
|
</merge>
|