as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

Enable a Virtual Keyboard

This page shows you how to enable a virtual keyboard on the Vega Virtual Device and hardware devices.

Prerequisites

Before you enable a keyboard, make sure you have completed the following prerequisites.

Add keyboard to your manifest

To enable the keyboard, you need to update settings in the manifest.toml file, which is located at the root of your app. Open the file and add the following code at the end of the file.

Copied to clipboard.

[wants]
[[wants.service]]
id = "com.amazon.inputmethod.service"

Build your app

Build and run the app. Once the build is successful, open your app on the Vega Virtual Device or Fire TV Stick. You should now see the device keyboard.


Last updated: Sep 30, 2025