matchbox-keyboard-ui-cairo-backend.h.svn-base
来自「螢幕小鍵盤,可在Windows/linux上或其他嵌入式系統如手機上使用」· SVN-BASE 代码 · 共 34 行
SVN-BASE
34 行
/* * Matchbox Keyboard - A lightweight software keyboard. * * Authored By Matthew Allum <mallum@o-hand.com> * * Copyright (c) 2005 OpenedHand Ltd - http://o-hand.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */#ifndef HAVE_MB_KEYBOARD_CAIRO_BACKEND_XFT_H#define HAVE_MB_KEYBOARD_CAIRO_BACKEND_XFT_H#include "matchbox-keyboard.h"#include <cairo/cairo.h>#include <cairo/cairo-xlib.h>MBKeyboardUIBackend*mb_kbd_ui_cairo_init(MBKeyboardUI *ui);#define MB_KBD_UI_BACKEND_INIT_FUNC(ui) mb_kbd_ui_cairo_init((ui))#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?