data.ini

来自「是一个键盘测试程序」· INI 代码 · 共 41 行

INI
41
字号
[A]; $Id: data.ini-dist,v 1.78.2.2 2006/08/04 11:28:00 sniper Exp $;;;;;;;;;;;;;;;;;;;; About this file ;;;;;;;;;;;;;;;;;;;;; This file controls many aspects of KEYD's behavior.  In order for KEYD ; to; read it, it must be named 'data.ini'.  KEYD looks for it in the current; working directory, in the path designated by the environment variable; KEYD, and in the path that was defined in compile time (in that; order).; Under Windows, the compile-time path is the Windows directory.  The; path in which the php.ini file is looked for can be overriden using; the -c argument in command line mode. ;; The syntax of the file is extremely simple.  Whitespace and Lines; beginning with a semicolon are silently ignored (as you probably; guessed).; Section headers (e.g. [Foo]) are also silently ignored, even though; they might mean something in the future. ;; Directives are specified using the following syntax:; directive = value; Directive names are *case sensitive* - foo=bar is different fromKEYCODE 		= 16IMAGE_DOWN	= img_A_keydownMUSIC_DOWN	= msc_A_keydownIMAGE_UP		= img_A_keyupMUSIC_UP		= msc_A_keyup[B]KEYCODE 		= 17IMAGE_DOWN	= img_B_keydownMUSIC_DOWN	= msc_B_keydownIMAGE_UP		= img_B_keyupMUSIC_UP		= msc_B_keyup[BG]FILE 			= back

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?