mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
* All nine International key recognized on macOS 15.6.1 Testing with Karabiner-EventViewer, reported as: * international1 * japanese_pc_katakana * international3 * japanese_pc_xfer * international5 * international6 * japanese_pc_nfer * international8 * international9 * All nine language keys recognized on macOS 15.6.1 Testing with Karabiner-EventViewer, reported as: * japanese_eisuu (leave Japanese mode) * japanese_kana (enter Japanese mode) * lang3 * lang4 * lang5 * lang6 * lang7 * lang8 * lang9 * Insert line-break for style * Move macOS Japanese notes to footnotes
28 lines
922 B
JavaScript
28 lines
922 B
JavaScript
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: CC-BY-NC-SA-4.0
|
|
*/
|
|
|
|
import macosLanguage from "@site/docs/keymaps/_footnotes/macos-language.mdx";
|
|
import macosInternational from "@site/docs/keymaps/_footnotes/macos-international.mdx";
|
|
import example from "@site/docs/keymaps/_footnotes/example.mdx";
|
|
import iosApplication from "@site/docs/keymaps/_footnotes/ios-application.mdx";
|
|
import iosPower from "@site/docs/keymaps/_footnotes/ios-power.mdx";
|
|
import macosEditing from "@site/docs/keymaps/_footnotes/macos-editing.mdx";
|
|
import macosPower from "@site/docs/keymaps/_footnotes/macos-power.mdx";
|
|
import macosUndoRedo from "@site/docs/keymaps/_footnotes/macos-undo-redo.mdx";
|
|
import globe from "@site/docs/keymaps/_footnotes/globe.mdx";
|
|
|
|
export default {
|
|
macosLanguage,
|
|
macosInternational,
|
|
example,
|
|
iosApplication,
|
|
iosPower,
|
|
macosEditing,
|
|
macosPower,
|
|
macosUndoRedo,
|
|
globe,
|
|
};
|