CN102331861A - Method for realizing quick function specific to general keyboard - Google Patents

Method for realizing quick function specific to general keyboard Download PDF

Info

Publication number
CN102331861A
CN102331861A CN201110222366A CN201110222366A CN102331861A CN 102331861 A CN102331861 A CN 102331861A CN 201110222366 A CN201110222366 A CN 201110222366A CN 201110222366 A CN201110222366 A CN 201110222366A CN 102331861 A CN102331861 A CN 102331861A
Authority
CN
China
Prior art keywords
hot key
function
user
configuration file
basic input
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201110222366A
Other languages
Chinese (zh)
Inventor
王晶
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen 3nod Information Technology Co., Ltd.
Shenzhen 3Nod Electronics Co Ltd
Original Assignee
SUZHOU 3NOD INFORMATION TECHNOLOGY Co Ltd
Shenzhen 3Nod Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SUZHOU 3NOD INFORMATION TECHNOLOGY Co Ltd, Shenzhen 3Nod Electronics Co Ltd filed Critical SUZHOU 3NOD INFORMATION TECHNOLOGY Co Ltd
Priority to CN201110222366A priority Critical patent/CN102331861A/en
Publication of CN102331861A publication Critical patent/CN102331861A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for realizing a quick function specific to a general keyboard. The method comprises the following steps of: 1, reading a configuration file of a user, releasing a default configuration file if no configuration file of the user is found, and registering a system hot key; 2, acquiring system information through a basic input-output system; 3, once press of the system hot key registered in the step 1 by the user is found in the running process of the system, searching for a function to be completed represented by the system hot key through a search table; 4, interacting the system hot key through the basic input-output system to complete a specific function; and displaying an icon which corresponds to the function by using the system hot key to prompt the user. In the method, an operating system grade API (Application Program Interface) is fully used, so that dependence on keyboard hardware is avoided, and compatibility to all external keyboards is can be realized naturally. Moreover, the hot key can be set freely by the user, and is perfectly compatible to other application programs.

Description

A kind of method that realizes shortcut function to universal keyboard
 
Technical field
The invention belongs to computer realm, concrete relate to a kind of method that realizes shortcut function to universal keyboard.
 
Background technology
Traditional notebook utilizes the Fn key, provides a series of shortcut functions (such as adjustment screen intensity, sound size etc.) with user-friendly.Along with the appearance of the popular and all-in-one of touch-screen, notebook PS2 keyboard is progressively substituted by the circumscribed USB keyboard.Because the USB keyboard can't be supported the Fn button, the shortcut function before therefore can't realizing.
 
Summary of the invention
For overcoming deficiency of the prior art, the present invention aim to provide a kind ofly expand, hommization realize the method for shortcut function to universal keyboard.
For realizing above-mentioned technical purpose, reach above-mentioned technique effect, the present invention realizes through following technical scheme:
Relevant hot key API (the Application Programming Interface that uses WINDOWS operating system to provide; API); Register a group system hot key; When wherein certain key combination was pressed, application program cooperated with Basic Input or Output System (BIOS) (BIOS), accomplished actual shortcut function.
A kind of method to universal keyboard realization shortcut function, its concrete performing step is following:
Step 1) reads user profile, during no configuration file, discharges default configuration file, the Accreditation System hot key;
Step 2) sees through Basic Input or Output System (BIOS) and obtain system information;
In the step 3) system operational process, in case during the system hot key of finding that the user presses in the step 1 to be registered, the function that then finds this system's hot key representative to accomplish through tabling look-up;
Step 4) system hot key is accomplished concrete function through interactive with Basic Input or Output System (BIOS);
Step 5) system hot key is responsible for showing the icon corresponding with this function, with the prompting user.
For example: after a last step brightness regulation was accomplished, system's hot key was mutual with Basic Input or Output System (BIOS) once more, obtains the brightness degree of current LED, and on user's desktop, shows the icon of corresponding brightness level.
Compared with prior art, the present invention has following beneficial effect:
Owing to use the API of operating system grade fully, avoided dependence to keyboard hardware, naturally just can compatible all external connection keyboards.And hot key can freely be provided with by the user, and is perfect compatible with other application program.
Above-mentioned explanation only is the general introduction of technical scheme of the present invention, understands technological means of the present invention in order can more to know, and can implement according to the content of instructions, below with preferred embodiment of the present invention and conjunction with figs. specify as after.Embodiment of the present invention is provided by following examples and accompanying drawing thereof in detail.
 
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
Fig. 1 shows the method flow diagram of realizing shortcut function to universal keyboard of the present invention.
 
Embodiment
Below with reference to accompanying drawing and combine embodiment, specify the present invention.
Referring to shown in Figure 1, a kind of method to universal keyboard realization shortcut function, its concrete performing step is following:
Step 1) reads user profile, during no configuration file, discharges default configuration file, the Accreditation System hot key;
In order to strengthen software compatibility, hot key information all reads from file during the Accreditation System hot key, and the user can be configured to use personalized hot key to this document.Hot key will receive corresponding message in the step 3) after in system, registering and finishing when hot key is pressed.
Step 2) sees through Basic Input or Output System (BIOS) and obtain system information;
For example: before carrying out the LED brightness regulation; Must be at first obtain all brightness degrees that LED can support, current brightness degree alternately with Basic Input or Output System (BIOS); Only after possessing these information, in step 4), just can further heighten, turn down LED brightness
In the step 3) system operational process, in case during the system hot key of finding that the user presses in the step 1 to be registered, the function that then finds this system's hot key representative to accomplish through tabling look-up;
When any one system's hot key was pressed, program all can be received hot key message.In the processing procedure of this message, we at first set up the table (mapping table) that different hot key ID and corresponding hot key ID handle function pointer, judge according to the hot key ID of current informed source then and call corresponding power function and specifically handle.
Step 4) system hot key is accomplished concrete function through interactive with Basic Input or Output System (BIOS);
For example: when carrying out the LED brightness regulation, system's hot key directly calls the open interface of Basic Input or Output System (BIOS), and transmitting control commands and the relevant parameter information of order are further accomplished the task of brightness regulation by Basic Input or Output System (BIOS).
Step 5) system hot key is responsible for showing the icon corresponding with this function, with the prompting user.
For example: after a last step brightness regulation was accomplished, system's hot key was mutual with Basic Input or Output System (BIOS) once more, obtains the brightness degree of current LED, and on user's desktop, shows the icon of corresponding brightness level.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (1)

1. the method to universal keyboard realization shortcut function is characterized in that, may further comprise the steps:
Step 1) reads user profile, during no configuration file, discharges default configuration file, the Accreditation System hot key;
Step 2) sees through Basic Input or Output System (BIOS) and obtain system information;
In the step 3) system operational process, in case during the system hot key of finding that the user presses in the step 1 to be registered, the function that then finds this system's hot key representative to accomplish through tabling look-up;
Step 4) system hot key is accomplished concrete function through interactive with Basic Input or Output System (BIOS);
Step 5) system hot key is responsible for showing the icon corresponding with this function, with the prompting user.
CN201110222366A 2011-08-04 2011-08-04 Method for realizing quick function specific to general keyboard Pending CN102331861A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110222366A CN102331861A (en) 2011-08-04 2011-08-04 Method for realizing quick function specific to general keyboard

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110222366A CN102331861A (en) 2011-08-04 2011-08-04 Method for realizing quick function specific to general keyboard

Publications (1)

Publication Number Publication Date
CN102331861A true CN102331861A (en) 2012-01-25

Family

ID=45483659

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110222366A Pending CN102331861A (en) 2011-08-04 2011-08-04 Method for realizing quick function specific to general keyboard

Country Status (1)

Country Link
CN (1) CN102331861A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984419A (en) * 2014-05-28 2014-08-13 山东超越数控电子有限公司 Design method for standard key and Fn combined function key USB key board
CN104823455A (en) * 2012-11-27 2015-08-05 Lg电子株式会社 Method and apparatus for processing digital service signal
CN106528099A (en) * 2016-10-21 2017-03-22 合肥联宝信息技术有限公司 Method and device for recognizing operation command based on different operation systems
WO2018027874A1 (en) * 2016-08-11 2018-02-15 张焰焰 Method for setting universal shortcut key and operating system
WO2018027875A1 (en) * 2016-08-11 2018-02-15 张焰焰 Method for pushing information when setting universal shortcut key and operating system
CN108287724A (en) * 2017-12-27 2018-07-17 杭州迈杰教育科技有限公司 Teaching controlling device code method for burn-recording, electronic equipment and storage medium
CN108897668A (en) * 2018-06-26 2018-11-27 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN108984250A (en) * 2018-06-26 2018-12-11 南京南瑞继保电气有限公司 A method of realizing that protection supervisory equipment function shortcut key custom-configures
CN109144289A (en) * 2018-08-09 2019-01-04 中国科学技术大学先进技术研究院 A kind of prompt of keyboard hot key and prediction technique and system based on context-aware
CN111078021A (en) * 2019-12-19 2020-04-28 上海宏桐实业有限公司 Method for realizing stimulation signal input by using universal keyboard

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040042166A1 (en) * 2002-09-03 2004-03-04 Hsiang-Yu Huang Computer system provided with hotkeys
CN1501238A (en) * 2002-11-18 2004-06-02 神基科技股份有限公司 Apparatus and method for actualizing the hot key function of no-embedded controller by means of software
CN1932733A (en) * 2005-09-12 2007-03-21 三星电子株式会社 System and method for outputting icons in response to hot-key input
JP2007280028A (en) * 2006-04-06 2007-10-25 Ricoh Co Ltd Information processor and method for setting/changing shortcut key
CN101727190A (en) * 2008-10-15 2010-06-09 钟桂琳 Method for defining shortcut keys of inputting device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040042166A1 (en) * 2002-09-03 2004-03-04 Hsiang-Yu Huang Computer system provided with hotkeys
CN1501238A (en) * 2002-11-18 2004-06-02 神基科技股份有限公司 Apparatus and method for actualizing the hot key function of no-embedded controller by means of software
CN1932733A (en) * 2005-09-12 2007-03-21 三星电子株式会社 System and method for outputting icons in response to hot-key input
JP2007280028A (en) * 2006-04-06 2007-10-25 Ricoh Co Ltd Information processor and method for setting/changing shortcut key
CN101727190A (en) * 2008-10-15 2010-06-09 钟桂琳 Method for defining shortcut keys of inputting device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104823455A (en) * 2012-11-27 2015-08-05 Lg电子株式会社 Method and apparatus for processing digital service signal
CN103984419A (en) * 2014-05-28 2014-08-13 山东超越数控电子有限公司 Design method for standard key and Fn combined function key USB key board
WO2018027874A1 (en) * 2016-08-11 2018-02-15 张焰焰 Method for setting universal shortcut key and operating system
WO2018027875A1 (en) * 2016-08-11 2018-02-15 张焰焰 Method for pushing information when setting universal shortcut key and operating system
CN106528099A (en) * 2016-10-21 2017-03-22 合肥联宝信息技术有限公司 Method and device for recognizing operation command based on different operation systems
CN108287724A (en) * 2017-12-27 2018-07-17 杭州迈杰教育科技有限公司 Teaching controlling device code method for burn-recording, electronic equipment and storage medium
CN108897668A (en) * 2018-06-26 2018-11-27 联想(北京)有限公司 A kind of information processing method and electronic equipment
CN108984250A (en) * 2018-06-26 2018-12-11 南京南瑞继保电气有限公司 A method of realizing that protection supervisory equipment function shortcut key custom-configures
CN109144289A (en) * 2018-08-09 2019-01-04 中国科学技术大学先进技术研究院 A kind of prompt of keyboard hot key and prediction technique and system based on context-aware
CN109144289B (en) * 2018-08-09 2022-07-12 中国科学技术大学先进技术研究院 Keyboard hot key prompting and predicting method and system based on context sensing
CN111078021A (en) * 2019-12-19 2020-04-28 上海宏桐实业有限公司 Method for realizing stimulation signal input by using universal keyboard

Similar Documents

Publication Publication Date Title
CN102331861A (en) Method for realizing quick function specific to general keyboard
US10480809B2 (en) Customized control method and system for air conditioner operation mode
US9183373B2 (en) Secure input via a touchscreen
CN104391707B (en) The startup method and starter of a kind of application program
JP2004164537A5 (en)
US20180224997A1 (en) Method and system for one-handed operations of mobile terminal
CN101650637A (en) Method for editing graph on touch screen
CN105100460A (en) Method and system for controlling intelligent terminal by use of sound
US20170131893A1 (en) Terminal control method and device
TW201339898A (en) Keyboard device for different operating systems
CN105677230A (en) Function control method and terminal
CN106775192A (en) Mobile terminal and its one-handed performance method
US9182880B2 (en) Method of displaying images via touching and electronic apparatus thereof
CN201821481U (en) Touch earphone device
CN102893246B (en) Display control method and device
CN202856924U (en) Remote controller having voice function
CN204650365U (en) Notebook computer
CN106775814A (en) Mobile terminal and its operating method
WO2016188203A1 (en) Character input method and apparatus, and computer storage medium
CN103207746B (en) A kind of funcall method and device
CN203084508U (en) A full-automatic sawing machine embedded human-computer interface
CN106325721A (en) Operation method and device for sensing areas on terminal touch screen and terminal
CN102253817A (en) Method for arranging double-display operating mode through display menu
WO2019041171A1 (en) Key operation prompt method and head-mounted display device
CN105204905A (en) Method for rapidly driving application program through laptop touchpad

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHENZHEN 3NOD INFORMATION TECHNOLOGY CO., LTD.

Free format text: FORMER OWNER: SHENZHEN 3NOD ELECTRONICS CO., LTD.

Effective date: 20130807

Owner name: SHENZHEN 3NOD ELECTRONICS CO., LTD.

Free format text: FORMER OWNER: SUZHOU 3NOD INFORMATION TECHNOLOGY CO., LTD.

Effective date: 20130807

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 215000 SUZHOU, JIANGSU PROVINCE TO: 518057 SHENZHEN, GUANGDONG PROVINCE

TA01 Transfer of patent application right

Effective date of registration: 20130807

Address after: 518057 Guangdong city of Shenzhen province Baoan District Songgang Tangxia Chung Community Public Road No. 15 Sannuo high tech Park

Applicant after: Shenzhen 3nod Electronics Co., Ltd.

Applicant after: Shenzhen 3nod Information Technology Co., Ltd.

Address before: High tech Zone Suzhou city Jiangsu province 215000 Chuk Yuen Road No. 209

Applicant before: Suzhou 3NOD Information Technology Co., Ltd.

Applicant before: Shenzhen 3nod Electronics Co., Ltd.

WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120125

WD01 Invention patent application deemed withdrawn after publication