# Linux游戏中文聊天工具 **Repository Path**: minkiedash/linux-game-chinese-chat-tool ## Basic Information - **Project Name**: Linux游戏中文聊天工具 - **Description**: 一个简单的,聊天工具,由于Linux下不少游戏都不支持中文输入,因此我做了这个工具,可以在Linux下用输入法往输入框输入中文,该工具会自动将输入的中文复制粘贴到游戏的文本框中。 简单地运用了xdotool和xsel两个linux程序做的脚本,因此本工具需要安装xdotool和xsel才能完美运行 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2022-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux游戏中文聊天工具 #### 介绍 一个简单的,聊天工具,由于Linux下不少游戏都不支持中文输入,因此我做了这个工具,可以在Linux下用输入法往输入框输入中文,该工具会自动将输入的中文复制粘贴到游戏的文本框中。 简单地运用了xdotool和xsel程序,因此本工具需要安装xdotool和xsel才能正常运行