KR20060024302A - Shift key - Google Patents
Shift key Download PDFInfo
- Publication number
- KR20060024302A KR20060024302A KR1020040073215A KR20040073215A KR20060024302A KR 20060024302 A KR20060024302 A KR 20060024302A KR 1020040073215 A KR1020040073215 A KR 1020040073215A KR 20040073215 A KR20040073215 A KR 20040073215A KR 20060024302 A KR20060024302 A KR 20060024302A
- Authority
- KR
- South Korea
- Prior art keywords
- key
- input
- value
- shift
- alt
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/02—Input arrangements using manually operated switches, e.g. using keyboards or dials
- G06F3/023—Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
- G06F3/0233—Character input methods
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/02—Input arrangements using manually operated switches, e.g. using keyboards or dials
- G06F3/023—Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
- G06F3/0238—Programmable keyboards
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Input From Keyboards Or The Like (AREA)
Abstract
본 발명은 컴퓨터 등의 정보처리기에서 키보드를 이용한 정보 입력에 관한 것으로서, 특히 Shift키, Ctrl키, Alt키 등을 입력하는 방법에 관한 것으로, 상기 Shift키, Ctrl키, Alt키 등은 조작할 때 반드시 손으로 누른 상태에서 다른 키를 함께 입력하는 구조로 되어있어 입력 조작이 불편하므로 일반키와 같이 순차적으로 따로 입력하는 방법을 제공하는 데 목적이 있다.The present invention relates to information input using a keyboard in an information processor such as a computer. More particularly, the present invention relates to a method of inputting a shift key, a Ctrl key, an Alt key, and the like. Since it is designed to input other keys together while pressing by hand, the input operation is inconvenient. Therefore, it is an object of the present invention to provide a method for inputting separately sequentially like a general key.
이를 위하여 Shift키의 입력 상태를 기억할 전역변수를 만들고, Shift키의 입력이 있으면 전역변수에 저장하며, 키가 입력되면 전역변수 값을 확인하여 Shift키 입력이 없는 0이면 키값을 그대로 사용하고, Shift키의 입력이 있는 상태이면 키값을 윗글자 코드값으로 변경한 후 전역변수 값은 무입력 상태로 초기화하고 키입력 대기상태로 순환하는 방식을 사용하여 Shift키를 타자한 후에 입력되는 첫 글자는 윗글자 코드로 입력한다.To do this, create a global variable to remember the input state of the Shift key, save it in the global variable if the Shift key is input, check the value of the global variable when the key is entered, and use the key value as it is if there is no Shift key input. If there is a key input, change the key value to the upper code code value, then initialize the global variable value to no input state and cycle to the key input standby state. Enter the code.
Ctrl키와 Alt키의 메시지도 이와 같은 방식으로 처리하여 순차적으로 따로 따로 입력하여 여러 가지 단축키의 기능을 수행할 수 있다.The messages of Ctrl and Alt can be handled in the same way, and they can be entered separately in order to perform various shortcut functions.
따라서 본 발명은 Shift키,Ctrl키,Alt키 등을 입력한 후 키에서 손을 뗀 상태에서 다른 키를 입력할 수 있도록 하여 입력조작이 간편하고, 이에 따라 좌우측의 키 메시지를 구분 사용하여 메시지 활용을 2배로 확장할 수 있다.Therefore, in the present invention, after inputting the Shift key, Ctrl key, Alt key, etc., the user can input another key in the state of releasing the key, and thus the input operation is easy. Can be doubled.
키보드, Shift키, 윗글자, Ctrl, Alt, 자판, 단축키Keyboard, Shift, Upper, Ctrl, Alt, Keyboard, Shortcuts
Description
도 1은 일반적인 정보처리기의 블록도1 is a block diagram of a general information processor
도 2는 기본 글자 입력 후에 윗글자로 변환하는 방법을 나타낸 플로챠트2 is a flowchart illustrating a method of converting to upper word after inputting basic characters
도 3은 키 입력에 따른 처리 방법을 나타낸 플로챠트3 is a flowchart showing a processing method according to a key input
<도면의 주요부분에 대한 부호의 설명><Description of the code | symbol about the principal part of drawing>
76: Shift키 + Ctrl키,Alt키 + 키값에 지정된 단축키 기능들76: hotkey functions assigned to Shift + Ctrl, Alt + key values
86: 좌측Ctrl키 + 키값에 지정된 단축키 기능들86: Left Ctrl + Shortcut Key Assignments
87: 우측Ctrl키 + 키값에 지정된 단축키 기능들87: Right Ctrl + Shortcut Keys Assigned to Key Values
89: Ctrl키 + Shift키, Alt키 + 키값에 지정된 단축키 기능들89: hotkey functions assigned to Ctrl + Shift, Alt + key values
98: Alt키 + Shift키, Ctrl키 + 키값에 지정된 단축키 기능들98: hotkey functions assigned to Alt + Shift, Ctrl + Key values
96: 좌측Alt키 + 키값에 지정된 단축키 기능들96: Left Alt key + shortcut key assigned to key value
97: 우측Alt키 + 키값에 지정된 단축키 기능들97: Right Alt key + hotkey functions assigned to key values
본 발명은 컴퓨터 등의 정보처리기에 구비된 키보드를 이용한 정보 입력에 관한 것으로서, 특히 컴퓨터 등의 정보처리기에 구비된 키보드의 Ctrl키와 Alt키를 이용한 단축키 입력법과 Shift키를 이용한 윗글자를 입력하는 방법에 관한 것이다.The present invention relates to information input using a keyboard provided in an information processor such as a computer. In particular, a shortcut key input method using the Ctrl and Alt keys of a keyboard provided in an information processor such as a computer and a method of inputting a upper letter using the Shift key are provided. It is about.
컴퓨터 등의 키보드에서 문자 입력에 사용하는 키는 모두 47개가 있다.There are 47 keys for character input on keyboards such as computers.
윗글자키(Shift)를 사용하지 않고 단독으로 입력할 수 있는 기본글자는 모두 47자로서 이것만 가지고는 문자 입력에 턱없이 부족하다.Basic characters that can be input alone without using the SHIFT key are all 47 characters, which alone is not enough for character input.
통상 사용하는 문자는 로마자만 하더라도 소문자 27자, 대문자 27자 그리고 숫자, 문장 부호 등 수백자에 이르기 때문에 이 많은 문자들 모두를 키보드에 배치할 수 없다. 따라서 빈도수가 많은 문자, 숫자, 부호 등을 키 1개당 기본글자와 윗글자 등 2자씩 배치하고 윗글자는 Shift키를 누른 상태에서 문자키를 함께 타자하여 입력하는 방식을 사용하고 있다.Many of these characters cannot be placed on the keyboard, because Roman characters alone have 27 lowercase letters, 27 uppercase letters, and hundreds of numbers, punctuation marks. Therefore, the letters, numbers, symbols, etc., which have a high frequency, are placed by two letters, such as basic letters and upper letters per key, and the upper letters are typed by typing the letter keys together while pressing the Shift key.
이와 같은 방식은 빈번히 사용하는 윗글자를 입력할 때 마다 함께 사용하는 키의 입력이 끝날 때까지 한쪽 손으로 반드시 Shift키를 누르고 있어야 하므로 키조작 리듬이 깨지고, 입력 시간이 지체되며 특히 한쪽 손을 사용할 수 없는 장애인에게는 더욱 입력 조작이 불편하다.In this method, you must hold down the Shift key with one hand each time you input a frequently used upper letter, so the key operation rhythm is broken, the input time is delayed, and especially one hand can be used. The input operation is more inconvenient for the disabled.
또한 단축키(Shortcut)를 이용하여 프로그램의 여러 가지 기능을 선택할 때에도 컨트롤키(Ctrl)와 메뉴키(Alt)를 반드시 누른 상태에서 다른 키를 함께 입력하는 방식이다.In addition, when selecting various functions of a program by using a shortcut, it is a method of pressing other keys while pressing the control key (Ctrl) and the menu key (Alt).
이와 같이 키를 반드시 누르고 있는 상태에서 다른 키를 함께 입력하는 방식을 복수타라 정의하고, 일반적으로 키 하나씩 순차적으로 입력하는 방식을 단독타라고 정의하며, 복수타 방식으로 사용하는 Ctrl키, Alt키, Shift키 등을 바꿈키라고 정의한다.In this way, the method of inputting other keys together while pressing the key must be defined as plural strokes.In general, the method of inputting one by one key sequentially is defined as a single stroke, and the Ctrl, Alt, and Shift keys are used in plural strokes. Keys are defined as new keys.
또한 단독타 방식으로 입력하여 발생하는 키값을 기본키값이라고 정의하고, 복수타 방식으로 입력하여 발생한 키값을 확장키값이라고 정의한다.In addition, a key value generated by inputting by a separate method is defined as a basic key value, and a key value generated by inputting by a plurality of methods is defined as an extension key value.
바꿈키인 Shift키, Ctrl키, Alt키 등은 키보드의 좌우에 하나씩 배치되어 종류별로 2개씩의 키가 구비되어 있으나 종래에는 좌우측의 키를 구분하지 않고 같은 종류의 메시지로만 사용하므로 활용할 수 있는 키보드의 메시지 숫자가 적다.Shift key, Ctrl key, Alt key, etc. are placed on the left and right sides of the keyboard, and two keys are provided for each type. However, the keyboard can be used only as a message of the same type without distinguishing the left and right keys. The number of messages in is small.
일반적으로 Ctrl키와 Alt키는 복수타 방식으로 다른키와 함께 입력하여 특정한 기능을 수행하는 단축키(Shortcut)의 용도로 사용되는데 많은 기능을 가진 프로그램에서는 Ctrl키와 Alt키를 이용한 단축키를 배정하는 데 메시지수가 부족하며, Shift키를 이용하여 입력하는 윗글자도 한 벌의 문자세트만 지정할 수 있어 일상적으로 사용해야할 문자, 부호를 표기하는데 부족한 실정이다.In general, the Ctrl and Alt keys are used as shortcuts for performing specific functions by entering them together with other keys in a plural form. In a program with many functions, the Ctrl and Alt keys are used to assign shortcut keys. The number of messages is insufficient, and the upper letter input by using the Shift key can specify only one set of characters, so it is insufficient to indicate the characters and symbols that should be used daily.
이러한 단점은 바꿈키는 반드시 함께 입력하는 키의 위치에 따라서 좌우측의 2개 키 중에서 조작이 편리한 쪽의 키를 선택하여 사용해야 하기 때문이다.This disadvantage is because the change key must be selected from the two keys on the left and right sides according to the position of the key input together.
키 조작이 불편함에도 불구하고 이와 같은 복수타 방식을 이용하는 이유는 사용자가 문자 입력과 자료 처리를 위하여 수백가지의 메시지를 정보처리기에 전달할 필요가 있으나 키보드에 구비된 키 숫자는 103개 정도로서 절대적으로 부족하기 때문에 기본키값 이외의 더 많은 정보(확장키값)를 발생하기 위한 것이다.Despite the inconvenience of the key operation, the reason for using such a plurality of other methods is that the user needs to transmit hundreds of messages to the information processor for text input and data processing, but the number of keys provided on the keyboard is 103, which is absolutely insufficient. This is to generate more information (extension key value) other than the default key value.
본 발명은 상기와 같은 문제점을 해소하기 위해 바꿈키를 단독타 방식으로 키 조작할 수 있도록 하여 키 조작을 용이하게 하고, 이에 따라 좌우측의 바꿈키 메시지들을 구분하여 이용하므로서 키보드에서 입력 가능한 문자와 메시지 수를 확 장하여 기본 입력 장치인 키보드의 메시지 부족현상을 해소하는 데 목적이 있다.The present invention facilitates key operation by allowing the key to operate in a separate way to solve the above problems, and accordingly by using the left and right side of the key to separate the message and the message that can be input from the keyboard Its purpose is to eliminate the message shortage on the keyboard, which is the default input device.
이와 같은 목적을 달성하기 위해 본 발명은, Shift키의 입력 상태를 저장할 전역변수를 메모리(14)에 만들어두고, Shift키를 입력하면 전역변수에 입력 사실을 저장하고, 일반 키를 입력하면 전역변수를 확인하여 Shift키가 입력된 사실이 없으면 입력된 키 메시지를 그대로 사용하고, Shift키가 입력된 상태이면 입력된 키 메시지를 윗글자 코드값으로 변환한 후 전역변수는 무입력 상태인 0으로 초기화하고 키입력을 대기하는 방법을 순환한다.In order to achieve the above object, the present invention creates a global variable in the
이러한 방식은 Shift키를 입력한 후 손을 키에서 뗀 상태에서 직후에 입력하는 첫 글자는 윗글자로 입력된다.In this method, after the Shift key is released, the first letter immediately after the hand is released is entered as an upper letter.
따라서 윗글자를 입력할 때 문자키가 입력될 때까지 Shift키를 계속해서 누르고 있을 필요가 없으며 단독타 방식으로 입력 가능하다.Therefore, it is not necessary to press and hold the Shift key until the character key is entered when entering the upper letter.
상기에서 키를 입력하여 발생한 키값을 각 키에 배정된 윗글자의 코드값으로 변환하는 방법은 다음과 같다.The method of converting the key value generated by inputting the key to the code value of the upper letter assigned to each key is as follows.
로마자의 경우는 대소문자의 코드값 차이가 일정하므로 대문자는 코드값에서 32를 더하면 대응하는 소문자가 되고 소문자는 코드값에서 32를 빼면 대문자 코드가 되고, 나머지 숫자와 부호들의 경우는 로마자와 달리 대응하는 글자 코드값의 차이가 각기 달라서 개별 글자에 따라서 다음의 표 1과 같이 기본문자에 대응하는 문자의 코드값으로 변환한다.In the case of Roman letters, the code value difference between the upper and lower case is constant, so the uppercase letters are the corresponding lowercase letters when 32 is added to the code values, and the lowercase letters are the uppercase codes when 32 is subtracted from the code values. Since the difference in the character code value is different, convert the code value of the character corresponding to the basic character as shown in Table 1 according to the individual character.
다음의 표 1에서 기본문자 줄은 표준으로 사용하는 아스키코드표의 순서에 따른 문자 배열을 나타내며 대응문자 줄은 각 기본문자의 키에 대응하는 문자를 나 타낸다.In Table 1 below, the basic character line indicates the character array according to the ASCII code table used as a standard, and the character string indicates the character corresponding to the key of each basic character.
예를 들면 글자 코드값이 61(=)이면 코드값을 43(+)으로 바꾸어주고, 코드값이 47(/)이면 코드값을 63으로(?) 변환해 주는 등 각 글자에 따라서 대응하는 글자 코드값으로 변환하면 된다.For example, if the character code value is 61 (=), the code value is changed to 43 (+). If the code value is 47 (/), the code value is converted to 63 (?). Just convert it to a code value.
또 다른 방법으로는 배열을 이용하는 것으로서 표 1의 대응문자 줄과 같은 순서로 윗글자1 배열을 만들어 메모리에 저장한다.An alternative is to use arrays, which are created in the same order as the corresponding character lines in Table 1 and stored in memory.
윗글자 코드값으로 변환하는 방법은 키 값에서 33을 뺀 값만큼의 윗글자1 배열의 위치(주소)에 값을 읽어 들이면 된다.
To convert to a code character value, read the value into the position (address) of the
이것은 윗글자1 배열 처음 0번 주소가 문자 코드값 33에 대응하는 글자부터 차례로 배열되었으므로 키값에서 33을 뺀 위치의 배열에 저장되어있는 값이 해당 글자와 대응하는 글자의 코드값이 된다.Since the first 0 address of the first letter array is arranged in order from the letter corresponding to the character code value 33, the value stored in the array of the position minus 33 from the key value becomes the code value of the character corresponding to the character.
이러한 키 메시지값에 대응하는 코드값으로 변화하는 방법은 함수로 만들어 두고, 키 입력할 때 발생하는 메시지를 처리하는 부분이나 기타 필요한 곳에서 실행하여 얻을 수 있다.The method of changing the code value corresponding to the key message value can be obtained by making a function and executing it in a part of processing a message generated when a key is input or other necessary place.
또한 키보드에서 기본 윗글자1 이외에 한 벌의 문자세트를 추가로 사용하기 위하여 상기 표 2와같이 기본문자 줄에 대응하는 순서로 윗글자2 배열을 만들어 메모리에 저장한다. 문자 배열은 예를 보인 것으로 사용자가 다르게 정의할 수 있다.In addition, in order to use a set of character sets in addition to the
상기와 같은 문자 배열을 이용하여 좌측 Shift키를 입력할 경우는 윗글자1 배열을 사용하고 오른쪽 Shift키를 입력하였을 경우에는 윗글자2 배열을 참조하면 된다.When the left shift key is input using the above-described character array, the
이와 같은 방식을 Ctrl키와 Alt키에도 적용하면 단독타 방식으로도 종래와 같이 여러 가지 단축키 기능을 실행할 수 있다.If the same method is applied to the Ctrl key and the Alt key, various shortcut functions can be executed as in the conventional method.
바꿈키를 입력한 후 이를 취소하려면 취소키 메시지를 처리하는 부분에서 전역변수를 0으로 초기화하면 바꿈키 변수가 무입력 상태로 된다.To cancel the new key after inputting it, reset the global variable to 0 in the part that handles the cancel key message.
종래에는 바꿈키를 복수타 방식으로 입력하여 키보드(11)에서 발생한 확장키값을 자료처리부(13)에서 분류하여 이용하는 방식이었으나, 본 발명에서는 상기와 같이 바꿈키를 단독타 방식으로 입력하여 발생된 기본키값을 이용하여 자료처리부(13)에서 직전에 바꿈키의 입력상태를 저장하고 있는 메모리(14)의 변수를 확인하여 기본키값을 윗글자로 변환하거나 단축키 기능을 처리한 후 바꿈키 입력상태를 저장하는 변수들을 초기화(99)하고 입력대기(1)상태로 가는 방식을 순환하므로서, 바꿈키를 포함한 모든 키들을 단독타 방식으로 입력할 수 있는 것에 특징이 있다.In the related art, a key input generated by the
이하 첨부된 도면에 의해 상세히 설명하면 다음과 같다.Hereinafter, described in detail by the accompanying drawings as follows.
키보드(11)에서 키를 타자하면 키를 눌렀다는 메시지와 키값 등이 발생하여 자료처리부(13)에 전달되며 자료처리부에서는 메시지와 키값을 분석하여 메모리(14)에 저장하거나, 지정된 단축키 기능들을 수행하고 표시부(15)에 처리내용을 표시하게 된다.When a key is typed on the
자료처리부(13)는 키값 등을 계산하거나 메모리에 키값 등의 데이터를 읽고 쓸 수 있는 기능이 있으며, 메모리(14)는 데이터를 저장할 수 있는 기능을 가지고 있다.The
본 발명은 정보처리기의 이러한 기능을 활용하는 것으로, 기초 작업으로서 바꿈키 3개의 입력 상태를 종합적으로 저장할 B변수를 메모리(14)에 만들고, Shift키 입력상태를 저장할 변수로서 S변수, Ctrl키 입력상태를 저장할 C변수, Alt키 입력상태를 저장할 A변수를 메모리(14)에 만들어 이들 모두 무입력 상태인 0으로 초기화한다.The present invention utilizes this function of the information processor, and as a basic operation, creates a B variable in the
이 변수들은 메모리에 전역변수로 만들어 자료처리부(13)에서 언제나 바꿈키의 입력 상태를 저장하거나, 읽어들여 바꿈키 입력상태를 확인할 수 있도록 한다.These variables are made into global variables in the memory so that the
키보드의 기본글자를 윗글자로 변환하기 위하여 표 1의 대응문자줄과 같은 순서로 윗글자1 배열과, 표 2와 같은 순서의 윗글자2 배열을 만들고 시작할 때 메모리에 저장해 둔다.To convert the keyboard's basic letters to upper letters, create the
바꿈키를 일반키와 같이 순차적으로 입력하는 방식인 단독타 방식으로 입력하기 위해서는 자료처리부(13)의 키입력 메시지를 받아서 처리하는 부분에서 바꿈키가 입력되었을 경우의 처리 방법, 직전에 바꿈키 입력이 없는 기본 상태에서 키입력의 처리 방법, 직전에 Shift키 입력이 있는 상태에서의 키입력처리 방법, 직전에 Ctrl키나 Alt키 입력이 있는 상태에서의 키입력 처리 방법등 4가지 경우로 구분해서 키값을 처리해야 한다.In order to input the new key in a stand-alone manner in which the new key is sequentially input like the general key, the processing method when the new key is input in the part of receiving and processing the key input message of the
도 3은 키를 입력하여 처리하는 과정을 보여주는 플로챠트로서, 입력대기(1)는 키 입력을 대기하고 있는 상태이다.3 is a flowchart illustrating a process of inputting and processing a key, in which the
첫째, 바꿈키가 입력되었을 경우의 처리 방법은, 키입력(2)이 있으면 자료처리부(13)에 키입력 메시지와 키값의 정보가 전달되는데 키값이 바꿈키인지 그밖의 일반키인지 확인하여 바꿈키(3)일 경우에는 키값이 Shift키(51)이면 S변수를 11로 저장하고 B변수가 0이면 11로 저장하고, Ctrl키(52)이면 C변수를 21로 저장하고 B변수가 0이면 21로 저장하고, Alt키(53)이면 A변수를 31로 저장하고 B변수가 0이면 31로 저장하고, 입력대기(1) 상태가 된다. 이때 바꿈키의 입력 상태를 종합적으로 저장하는 B변수가 1보다 클 경우는 직전에 다른 바꿈키가 입력된 상태이므로 B변수는 변경하지 않고 그대로 유지한다. 이러한 이유는 바꿈키를 2개 조합하여 사용하는 경우에 최초의 바꿈키 종류를 B변수를 통하여 알기 위함이다. 이 변수들이 바꿈키의 입력상태를 저장하고 있는 것이다.First, when a new key is input, if there is a key input (2), a key input message and information of the key value are transmitted to the
둘째, 직전에 바꿈키의 입력이 없는 기본 상태에서 키 입력값의 처리방법은, 키입력(2)이 있으면 키값이 바꿈키인지 그밖의 일반키인지 확인하여 일반키(4)이면 바꿈키 입력상태를 저장하고있는 B변수를 확인하여 0이면(61) 직전에 바꿈키의 입력이 없는 상태이므로 키값을 변동없이 그대로 처리하고 입력대기(1) 상태가 된다.Second, the key input value processing method in the basic state without the previous input of the change key is, if there is a key input (2), check whether the key value is a change key or other general key, and if the general key (4), the change key input state If the value of B is stored and the value is 0 (61), since there is no input of the change key immediately before, the key value is processed as it is and the input wait state (1) is entered.
셋째, 직전에 Shift키 입력이 있는 상태에서의 키입력 처리 방법은, 키입력(2)이 있으면 키값이 바꿈키인지 그밖의 일반키인지 확인하여 일반키(4)이면 B변수를 확인하여 B변수가 11이면(71) 직전에 Shift키의 입력이 있는 상태이므로 Ctrl키나 Alt키와의 조합 사용여부를 확인하기 위하여 C변수와 A변수를 확인하여, 두 변수 중에서 하나라도 1보다 큰 값(73)이면 Shift 키와 다른 바꿈키와 조합 사용 상태이므로 Shift+바꿈키+키값의 단축키 기능을 처리하고, C변수와 A변수가 모두 0이면(72) Shift키 단독 단축키 사용이므로 어느쪽 Shift키가 입력되었는지 확인하여 좌측 Shift키(74)이면 윗글자1(77) 문자배열로 키값을 변환하고, 우측 Shift키(75)이면 윗글자2(78)의 문자배열로 키값을 변환한 후 B변수,S변수,C변수,A변수들은 1회 사용이 끝났으므로 모두 0으로 초기화(99)하고 입력대기(1) 상태가 된다.Third, the key input processing method with the shift key input immediately before is, if there is a key input (2), check whether the key value is a change key or other general key, and if the general key (4), check the B variable and check the B variable. Is 11 (71), just before the Shift key is input, check the C and A variables to see if the combination with the Ctrl or Alt key is used. If it is in combination with the Shift key and other change keys, it handles the shortcut function of Shift + Shft + Key value, and if both C and A variables are 0 (72), it uses the Shift key only shortcut to check which Shift key is entered. If the left shift key (74) converts the key value to the upper letter 1 (77) character array, and the right shift key (75) converts the key value to the upper letter 2 (78) character array and then B, S, C and A variables are all used once, so initialize them to 0 (99) and enter them. The power standby state (1).
넷째, 직전에 Ctrl키의 입력이 있고 키입력이 있을 경우의 처리 방법은, 키입력(2)이 있으면 바꿈키인지 그밖의 일반키인지 확인하여 일반키(4)이면 B변수를 확인하여 B변수가 21이면(81) 직전에 Ctrl키의 입력이 있는 상태이므로 Shift키와 Alt키와의 조합 사용여부를 확인하기 위하여 S변수와 A변수를 확인하여, 두 변수 중에서 하나라도 1보다 큰 값(83)이면 다른 바꿈키와 조합 사용이므로 Ctrl+바꿈키+키값의 단축키 기능(89)을 처리하고, S변수와 A변수가 모두 0이면(82) Ctrl키 단독 단축키 사용이므로 어느쪽 Ctrl키가 입력되었는지 확인하여 좌측 Ctrl키(84)이면 좌측Ctrl키+키값의 단축키 기능(86)을 처리하고, 우측 Ctrl키(85)이면 우측Ctrl키+키값의 단축키 기능(87)을 처리한 후, 사용이 끝난 B변수,S변수,C변수,A변수들을 모두 0으로 초기화(99)하고 입력대기(1) 상태가 된다.Fourth, if the Ctrl key is input immediately before the key is input, the processing method is to check if the key input (2) is a change key or other general key, and if the general key (4), check the B variable. Is 21 (81), just before the Ctrl key has been input, check the S and A variables to see if the combination of the Shift and Alt keys is used. ), It is used in combination with other keyboard shortcuts, so it handles the shortcut key function (89) of Ctrl + keyboard + key value, and if both S and A variables are 0 (82), it is the Ctrl key shortcut. If the left Ctrl key (84) processes the shortcut
다섯째, 직전에 Alt키의 입력이 있고 키입력이 있을 경우의 처리 방법은, 키입력(2)이 있으면 바꿈키인지 그밖의 일반키인지 확인하여 일반키(4)이면 B변수를 확인하여 B변수가 31이면(91) 직전에 Alt키의 입력이 있는 상태이므로 Shift키와 Ctrl키와의 조합 사용여부를 확인하기 위하여 S변수와 C변수를 확인하여, 둘중에 하나라도 1보다 큰 값(92)이면 다른 바꿈키와 조합사용이므로 Alt키+바꿈키+키값의 단축키 기능(98)을 처리하고, S변수와 C변수가 모두 0이면(93) Alt키 단독 단축키 사용이므로 어느쪽 Alt키가 입력되었는지 확인하여 좌측 Alt키(94)이면 좌측Alt키+키값의 단축키 기능(96)을 처리하고, 우측 Alt키(95)이면 우측Alt키+키값의 단축키 기능(97)을 처리한 후, 사용이 끝난 B변수,S변수,C변수,A변수들을 모두 0으로 초기화(99)하고 입력대기(1) 상태가 된다.Fifth, when the Alt key is input immediately before the key input, the processing method is to check whether the key input (2) is a change key or other general key, and if the general key (4), check the B variable. Is 31 (91), there is an Alt key input right before, so check the S and C variables to see if the combination of Shift and Ctrl keys is used, whichever is greater than 1 (92) If it is used in combination with other change keys, it handles the shortcut key function (98) of Alt key + new key + key value, and if both S and C variables are 0 (93), it is the Alt key alone shortcut key. After confirming, if the left Alt key (94) processes the shortcut
바꿈키를 입력한 후 이를 취소하려면 취소키 메시지를 처리하는 부분에서 B변수,S변수,C변수,A변수들을 모두 0으로 초기화하면 바꿈키는 무입력 상태가 된다.To cancel this after entering a new key, initialize all B, S, C, and A variables to 0 in the part that handles the cancel key message.
상기에서 상술한 바와같이 바꿈키를 단독타 방식으로 입력하기 위한 목적을 달성하기 위하여, 기초 작업으로서 바꿈키의 입력 상태를 저장할 변수들을 메모리(14)에 만들어 초기화하고, 키를 입력하면 변수들을 우선 확인하고, 첫째, 바꿈키가 입력되었을 경우 둘째, 직전에 바꿈키의 입력이 없는 기본상태에서 키 입력의 경우 셋째, 직전에 Shift키 입력이 있는 상태에서의 키입력의 경우 넷째, 직전에 Ctrl키의 입력이 있는 상태에서의 키 입력의 경우 다섯째, 직전에 Alt키의 입력이 있는 상태에서의 키입력의 경우 등으로 구분하여 킷값을 처리하는 방식을 전키참조처리라고 정의하고 전키참조처리에 사용되는 키를 딴키라고 정의한다.In order to achieve the object of inputting the new key in a standalone manner as described above, variables are stored in the
상기와같은 전키참조처리는 바꿈키를 단독타로 입력할 수 있고 바꿈키 3개 이외의 일반키도 딴키 기능으로 활용할 수 있다.In the above-mentioned all key reference processing, the new key can be inputted as a single key, and general keys other than the three new keys can be used as other key functions.
도 3의 76, 86, 87, 89, 98, 96, 97등은 바꿈키와 다른키를 조합하여 사용하는 단축키에 해당하는 여러 가지 기능들을 나타낸 것이다.76, 86, 87, 89, 98, 96, and 97 of FIG. 3 illustrate various functions corresponding to shortcut keys used in combination with a new key and another key.
예를 들어 좌측Ctrl키와 조합하여 사용하는 단축키들을 나타내고 있는 86의 경우에 있어 좌측Ctrl키와 P를 조합사용하여 프린터설정, 좌측Ctrl키와 Q를 조합사 용하여 찾기, 좌측Ctrl키와 L을 조합사용하여 다시찾기 등 좌측Ctrl키와 다른 키를 조합사용하여 단축키 기능을 지정한 것을 나타낸 것이다.For example, in the case of 86 showing the shortcut keys used in combination with the left Ctrl key, set the printer using the left Ctrl key and P, search using the left Ctrl key and Q, and use the left Ctrl key and L in combination. It indicates that the shortcut function has been assigned using the combination of the left Ctrl key and other keys, such as Find again.
<실시예 1><Example 1>
좌측Alt키와 다른키의 조합으로 사용하는 단축키 기능들(96) 중에서, 좌측Alt 키와 N키의 단축키로는 새문서 작성기능을 수행하고, 좌측Alt키와 S키의 단축키로 문서 저장하기 등을 수행하는 프로그램이라면, 새문서 작성기능과 문서 저장하기 기능을 수행하는 함수를 만들어 두고 단축키 기능(96)부분에서 키값에 따라서 기능 함수를 수행한다.Among the hotkey functions 96 used as a combination of the left Alt key and another key, a new document creation function is performed with the left Alt key and the N key shortcut, and a document is saved with the left Alt key and the S key shortcut. If the program is to execute the function of creating a new document and saving the document, the function is executed according to the key value in the shortcut function (96).
즉, 키입력 전에는 바꿈키 변수들이 모두 0이고 입력대기(1)상태에서 좌측Alt 키를 입력(53)하면 자료처리부(14)에 키를 눌렀다는 메시지와 Alt키 메시지가 접수되므로 키 메시지를 처리하는 부분에서 메모리의 B변수와 A변수에 31을 저장한 후 입력대기(1)상태로 가며, 다음으로 키보드에서 N이 입력(4)되면 직전의 바꿈키 입력상태를 메모리의 B변수를 통하여 확인하면 B변수가 31이므로 Alt키가 직전에 입력상태(91)이므로 다른 바꿈키와의 조합 사용여부(93,92)를 먼저 확인하면, S변수와 C변수가 모두 0이므로(93) Alt키 단독으로 단축키 사용 상태임을 알수 있으며, 좌우측 어느쪽 키가 입력되었는지 확인하여 좌측Alt키 사용(94)이면 좌측Alt키와 N키의 단축키(96)에 지정된 새문서 작성기능을 수행한 후 변수들을 초기화(99)하고 입력대기(1) 상태로 순환한다.That is, before the key input, all of the change key variables are 0, and when the left Alt key is
<실시예 2><Example 2>
Shift키와 Alt키, 문자키 등 3개의 키 조합으로 사용하는 단축키(76)의 예를 들어보면, Shift키와 Alt키와 U키 등 3개키 조합 사용이 글자밑줄넣기 기능이고, Shift키와 Alt키와 D키의 조합 사용이 글자진하게 기능 등을 수행하는 프로그램이라면 먼저 이들 기능을 수행하는 함수를 각각 만들어 준비한다. 키입력 전에는 바꿈키 변수들이 모두 0이고 입력대기(1) 상태에서, 키보드에서 Shift키가 입력(51)되면 자료처리부(14)에 키를 눌렀다는 메시지와 Alt키 메시지가 접수되므로 키 메시지를 처리하는 부분에서 메모리의 B변수와 S변수에 11이 저장되고, 다음 단계로 Alt키가 입력(53)되면 메모리의 A변수에 31이 저장되고 입력대기(1)상태가 된다.As an example of the shortcut key (76) that uses three key combinations such as the Shift key, the Alt key, and the letter key, the three key combinations such as the Shift key, the Alt key, and the U key are underlined characters. If the combination of the key and the D key is a program that performs functions, etc., prepare and prepare each function that performs these functions first. Before the key input, the new key variables are all 0 and in the standby mode (1), when the Shift key is input (51) on the keyboard, the
B변수는 Shift키가 입력되었을 때 11이 저장되므로 Alt키가 입력되었을 때에는 변동시키지 않는다. 따라서 B변수에는 최초에 입력된 바꿈키의 종류가 저장된다.The B variable is 11 when the Shift key is pressed and is not changed when the Alt key is pressed. Therefore, the variable B is first stored in the B variable.
다음 단계로 입력대기(1) 상태에서 D키가 입력(4)되면 바꿈키의 입력상태를 B변수를 통하여 확인하면 B변수가 11(71)이므로 최초에 Shift키가 입력된 상태임을 알 수 있으며, 다른 바꿈키와의 조합 사용여부(73)를 먼저 확인하면, A변수가 31이므로 Shift키와 Alt키의 조합 사용임을 알수 있으므로 Shift키와 Alt키와 D키의 조합 단축키를 처리하는 글자진하게(76) 기능을 수행하고 바꿈키의 변수들은 모두 0으로 무입력 상태로 초기화(99)하고 입력대기(1)상태로 순환한다.In the next step, when the D key is input (4) in the input standby (1) state, the B key is 11 (71) and the shift key is first entered. If you check the use of the combination with the other change key (73) first, since the variable A is 31, you can see that the combination of the shift key and the Alt key is used. 76) It executes the function and initializes all the variables of the return key to 0 without input (99) and cycles to the input standby (1) state.
<실시예 3><Example 3>
이 실시 예는 윗글자를 입력하는 방법에 있어서 먼저 일반 키를 입력한 후에 Shift키를 입력하여 윗글자로 변환하는 방법이다.In this embodiment, a method of inputting a upper letter first converts to a upper letter by inputting a general key and then a shift key.
도 2를 참조하여 설명하면 먼저 입력대기(1) 상태에서 일반키(4)가 입력되었 을 경우에는 키값을 메모리에 저장한 후 입력대기(1) 상태로 가고, 다음 단계로 Shift키가 입력(51)되면 좌우측 어느쪽 키가 입력되었는지 확인하여 좌측Shift키 사용(55)이면 직전에 입력한 메모리값을 윗글자1(57) 배열 값으로 변환하고, 우측 Shift키 사용(56)이면 직전에 입력한 메모리값을 윗글자2(58)배열 값으로 변환한 후 메모리의 위치 이동 등의 정리 작업을(59)하고 입력대기(1) 상태로 순환한다.Referring to FIG. 2, when the
이상에서 상술한 바와 같이 본 발명은, 컴퓨터 등의 정보처리기에 구비된 키보드를 이용한 정보를 입력하는 방법에 있어서,As described above, the present invention provides a method for inputting information using a keyboard provided in an information processor such as a computer.
바꿈키의 입력 메시지를 전키참조처리 방식을 이용하여 모든 키들을 단독타로 입력할 수 있도록 하므로서 윗글자를 입력하거나 단축키 메뉴 작업이 획기적으로 간편해지며, 특히 윗글자나 단축키를 한쪽 손으로도 조작할 수 있으므로 한쪽손이 불편한 장애인에게 편리하며, 이에 따라 좌우측 Shift키 메시지를 구분해서 사용 가능하게 되어 47자로 구성된 한 벌의 윗글자 문자세트를 추가로 지정할 수 있고, Ctrl키와 Alt키의 좌우측 키 메시지를 구분하여 사용하여 단축키와 특수 기능 수행에 필요한 메시지를 종래보다 2배로 활용할 수 있는 효과가 있다.Entering a letter or shortcut menu is greatly simplified by allowing all keys to be input alone using the whole-key reference processing method. It is convenient for handicapped people with disabilities. Therefore, it is possible to use left and right shift key messages separately, so that an additional 47 character set of upper characters can be additionally designated. By using the shortcut key and the message required to perform a special function can be utilized twice as conventional.
또한 필요한 경우에는 a, h 등 모든 기본 키를 딴키 기능으로 활용 가능하여 메시지 수를 확장하기 용이하다.In addition, if necessary, all the basic keys such as a and h can be used as other key functions, so it is easy to expand the number of messages.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020040073215A KR20060024302A (en) | 2004-09-13 | 2004-09-13 | Shift key |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020040073215A KR20060024302A (en) | 2004-09-13 | 2004-09-13 | Shift key |
Publications (1)
Publication Number | Publication Date |
---|---|
KR20060024302A true KR20060024302A (en) | 2006-03-16 |
Family
ID=37130261
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020040073215A KR20060024302A (en) | 2004-09-13 | 2004-09-13 | Shift key |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR20060024302A (en) |
-
2004
- 2004-09-13 KR KR1020040073215A patent/KR20060024302A/en not_active Application Discontinuation
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5128672A (en) | Dynamic predictive keyboard | |
US20080300861A1 (en) | Word formation method and system | |
US7642932B2 (en) | Method of mapping characters for a mobile telephone keypad | |
CN103026320A (en) | Method and device for inputting Chinese characters | |
US6792146B2 (en) | Method and apparatus for entry of multi-stroke characters | |
KR101808774B1 (en) | Virtual keyboard strucutre for mobile device, method of inputting character using virtual keyboard for mobile device, computer readable storage media containing program for executing the same | |
KR20010108593A (en) | System and method for receiving and displaying Korean | |
EP1875620B1 (en) | Hangeul input keypad and methods using the same | |
KR20060024302A (en) | Shift key | |
CA2406116C (en) | Method and apparatus for entry of multi-stroke characters | |
KR100448261B1 (en) | Method and Medium for Editing Mathematical Equation by Using Keyboard | |
RU2344564C2 (en) | Layouts of signs, methods of input and input device | |
WO2001045034A1 (en) | Ideographic character input using legitimate characters as components | |
US5600314A (en) | Data input device and correlative encoding technique | |
KR101665374B1 (en) | Method of inputting characters using keyboard | |
KR0164404B1 (en) | Key input method and apparatus using phone key-pad | |
KR20010025723A (en) | 24 charactery Hanja input and output method | |
JPH08297663A (en) | Device and method for correcting input error | |
JP4029561B2 (en) | Portable character input device | |
JPS63128468A (en) | Character input device | |
KR100741639B1 (en) | A display methode of text for basic form character | |
KR20060037870A (en) | How to type shift keys and control keys on your keyboard and how to handle kit values | |
KR200302514Y1 (en) | keyboard for input special word without push shift key | |
KR20060062265A (en) | Apparatus for inputting korean in mobile phone | |
JPH04165456A (en) | Document preparing device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E601 | Decision to refuse application |