KR20070000540A - System and method of automatically generating macro - Google Patents

System and method of automatically generating macro Download PDF

Info

Publication number
KR20070000540A
KR20070000540A KR1020050055948A KR20050055948A KR20070000540A KR 20070000540 A KR20070000540 A KR 20070000540A KR 1020050055948 A KR1020050055948 A KR 1020050055948A KR 20050055948 A KR20050055948 A KR 20050055948A KR 20070000540 A KR20070000540 A KR 20070000540A
Authority
KR
South Korea
Prior art keywords
macro
input
mouse
operator
generation system
Prior art date
Application number
KR1020050055948A
Other languages
Korean (ko)
Inventor
봉래 박
Original Assignee
봉래 박
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 봉래 박 filed Critical 봉래 박
Priority to KR1020050055948A priority Critical patent/KR20070000540A/en
Publication of KR20070000540A publication Critical patent/KR20070000540A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/3017Runtime instruction translation, e.g. macros

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Input From Keyboards Or The Like (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

A system and a method for automatically generating a macro are provided to automatically detect a task unconsciously/repeatedly performed in a computer by a user and preset the detected task to the user as the macro by each application software. An input detecting module(1) detects inputs performed by a user in connection with the task. An input string storing part(2) stores the detected inputs in generation order. A macro generating module(3) generates one macro by detecting a repeatedly generated partial input string with analysis for the input strings stored in the input string storing part. A macro storing part(4) stores the macros generated in the macro generating module.

Description

매크로 자동생성 시스템 및 구현 방법{System and method of automatically generating macro}System and method of automatically generating macro

1. 입력감지모듈 2. 입력열저장수단1. Input sensing module 2. Input heat storage means

3. 매크로생성모듈 4. 매크로저장수단3. Macro generation module 4. Macro storage means

5. 활성매크로감지모듈 6. 매크로노출수단5. Active macro detection module 6. Macro exposure means

7. 매크로선택수단 8. 매크로처리모듈7. Macro selection means 8. Macro processing module

기존의 매크로는 작업자가 일일이 설정하는 과정을 거쳐야 하는 번거로움 때문에 그 편리함에 비해 그 다지 사용되고 있지는 못한 상황이다. 또한 매크로를 지원하지 않는 컴퓨터 응용프로그램도 많은 상황이다.Existing macros are not used much because they are convenient because they have to go through the manual setup process. There are also many situations where computer applications do not support macros.

본 발명은 컴퓨터로 작업하는 작업자가 인지하지 못하는 사이에 반복되는 작업을 각 응용 소프트웨어별로 자동으로 감지하여 작업자에게 제시하는 매크로자동생성시스템에 관한 것이다.The present invention relates to a macro automatic generation system that automatically detects a repetitive task for each application software and presents it to a worker without the knowledge of a worker working with a computer.

본 발명에 따른 매크로자동생성시스템은 컴퓨터를 이용하여 업무를 수행하는 작업자가 키보드로 입력한 문자나 단축키 또는 마우스로 입력한 객체선택이나 버튼선택 등의 계속되는 입력들을 모니터링하고 이중 반복적으로 행해지는 입력열을 추출하여 매크로로 설정하는 것을 특징으로 한다.The macro automatic generation system according to the present invention monitors continuous inputs such as character input or keyboard input by a worker performing a task using a computer or object selection or button input by a mouse, and the input string is repeatedly performed. Extract and set it as a macro.

<제 1 실시예><First Embodiment>

문서작업을 하는 작업자가 문서내 일부 영역을 마우스나 키로 지정하고, 예를 들어, 영역내 글자 이미지의 크기와 모양 및 색을 변경하고 문단 앞에 머리문자를 넣는 행위 등을 반복적으로 수행하는 경우, 본 발명의 매크로자동생성시스템은 이를 감지하여 매크로화한 후 작업자가 이후 이용할 수 있게 함으로써, 작업자는 변경하고자 하는 영역를 지정하고 해당 매크로를 이용하는 것만으로 빠르게 작업을 수행할 수 있게 된다. 매크로의 특성상 매크로의 앞쪽에 해당하는 입력이 발견되면 작업자에게 상기 입력으로 시작하는 매크로들을 노출하고 작업자가 그중 하나를 선택/실행하면 선택된 매크로내 그 다음 입력열을 자동으로 수행하게 된다. 상기 예에서는 상기 영역지정 후 상기 매크로의 실행으로 글자 이미지의 크기 변경 등 이후 작업들이 자동으로 수행되게 된다.When a worker working with a document designates a part of a document by using a mouse or a key, for example, repeatedly changes the size, shape, and color of the text image in the area, and puts a heading in front of a paragraph. The macro automatic generation system of the present invention detects this and macrons it, and then makes it available to the worker, so that the worker can quickly perform a task by designating an area to be changed and using the corresponding macro. If an input corresponding to the front of the macro is found due to the characteristics of the macro, the macro is exposed to the operator starting with the input, and when the operator selects / executes one of them, the next input string in the selected macro is automatically executed. In this example, after the area designation, subsequent operations such as changing the size of a text image are automatically performed by executing the macro.

<제 2 실시예>Second Embodiment

문서작업을 하는 작업자가 문서내 특정 어휘를 탐색하고 탐색된 어휘에 대한 이미지 변환작업을 문서 전역에 걸쳐 반복 수행하는 경우, 상기 어휘의 탐색에서 이미지 변환까지의 반복 과정을 자동으로 매크로화하고 상기 매크로를 특정 선택 수단에 연동시켜 상기 작업자가 상기 선택 수단을 선택하는 것만으로 번거로운 반 복작업을 용이하게 수행할 수 있도록 지원한다. 이때, 상기 선택 수단이 하나인 경우 가장 최근에 생성된 매크로를 상기 선택 수단에 연동하게 된다. 바람직하게는 여러개의 선택 수단이 존재하고 최근 생성된 매크로 순으로 각 선택 수단에 연동되며, 선택 수단별로 어떤 매크로가 연동되어 있는지 인지하기 쉽도록 관련 정보를 상기 작업자에게 노출한다. 이를 위해 등록특허 제 0452556호에 나타난 '키입력 보조시스템'의 보조액정과 선택수단을 이용한다.When a document worker searches for a specific vocabulary in a document and repeats the image conversion operation for the found vocabulary throughout the document, the macro automatically repeats the repetition process from searching for the vocabulary to converting the image. By interlocking with a specific selection means, the operator can easily perform a cumbersome repetitive operation simply by selecting the selection means. In this case, when there is only one selection means, the most recently generated macro is linked to the selection means. Preferably, a plurality of selection means exist and are linked to each selection means in the order of recently generated macros, and the relevant information is exposed to the worker so that it is easy to recognize which macros are linked for each selection means. To this end, the auxiliary liquid crystal and the selection means of the 'key input auxiliary system' shown in Patent No. 0452556 is used.

<제 3실시예>Third Embodiment

문서작업시 작업자가 특정 어절을 마우스로 선택하고 더블클릭하여 영역지정 한 후 일련의 글자모양 변경작업을 수행하는 과정을 임의 어절별로 반복 수행하는 경우, 본 발명의 매크로자동생성시스템은 이를 감지하여 매크로화하고, 작업자가 특정 어절을 선택한는 순간 해당 매크로가 활성화되어 작업자에게 선택될 수 있도록 제공된다.When a document operator selects a specific word with a mouse and double-clicks to designate an area, and then repeatedly performs a process of changing a series of letter shapes for each word, the macro automatic generation system of the present invention detects the macro and detects the macro. As soon as the operator selects a particular word, the macro is activated and presented to the operator.

하나의 입력과 연동되는 매크로는 둘 이상일 수 있는데, 이 경우 다음 입력을 더 하는 경우 그 수를 줄일 수 있으며, 그래도 많은 경우, 바람직하게는 가장 최근에 생성한 매크로를 가장 선택하기 쉽도록 작업자에게 노출하는 것이 바람직하다.There can be more than one macro associated with one input, in which case you can reduce the number by adding the next input, but in many cases it is desirable to expose the operator to the most easily select the most recently created macro. It is desirable to.

매크로를 작업자에게 노출하는 방법은 주모니터내 특정영역을 통해 노출할 수도 있고 별도의 보조액정을 통해 노출하고 이들중 하나를 선택하게 할 수 있다.Exposing the macro to the operator can be done through a specific area within the main monitor, or through a separate sub-liquid crystal and let you choose one of them.

<제 4실시예>Fourth Embodiment

예를 들어, ‘고려대학교 민족문화연구소 소장’과 같이 긴 텍스트의 경우, 또는 프로그램 개발툴(SDK)에서 함수나 변수 이름으로써 ‘BasicAtomDetectFunction'와 같은 긴 문자열의 경우도 본 발명의 매크로자동생성시스템은 이에 대해 자동으로 매크로를 생성하게 된다. 작업자는 '고려' 또는 'BasicA'만 입력해도 나머지를 쉽게 입력할 수 있게 된다.For example, in the case of long texts such as 'Director of the Institute of Ethnic Culture of Korea University' or in case of a long string such as 'BasicAtomDetectFunction' as a function or variable name in the program development tool (SDK), the macro automatic generation system of the present invention This will automatically create a macro. The operator can easily enter the rest by entering only 'Consideration' or 'BasicA'.

이제부터 도면1 에 근거하여 본 발명의 일 실시예를 설명한다.An embodiment of the present invention will now be described with reference to FIG.

입력감지모듈(1)은상기 작업자의 유효 입력을 감지하여 입력열저장수단(2)에 순차적으로 저장한다. 상기 유효 입력이란 매크로의 구성 입력으로 부적합한 무효입력을 제외한 나머지 입력들을 의미한다. 상기 무효입력의 예로는 주모니터상에서 페이지 노출 영역을 변경하는 키나 마우스 스크롤이 해당할 수 있다.The input sensing module 1 detects the valid input of the worker and stores the valid input in the input heat storage means 2 sequentially. The valid inputs refer to inputs other than invalid inputs that are inappropriate as configuration inputs of a macro. Examples of the invalid input may include a key for changing a page exposure area or a mouse scroll on the main monitor.

또한 상기 입력감지모듈(1)은 감지한 유효 입력을 활성매크로감지모듈(5)에 전송한다.In addition, the input sensing module 1 transmits the detected valid input to the active macro sensing module 5.

매크로생성모듈(3)은 상기 입력열저장수단에 저장된 입력열을 분석하여 반복적으로 이어서 발생한 입력들을 추출하여 매크로로 간주하고 매크로저장수단(4)에 저장한다.The macro generation module 3 analyzes the input string stored in the input string storage means, extracts the subsequent inputs repeatedly, and regards it as a macro and stores it in the macro storage means 4.

상기 활성매크로감지모듈(5)은 상기 입력감지모듈(1)로부터 전송받은 입력으로 시작하는 매크로(또는 입력내용과 상관없이 실행 가능한 매크로)가 상기 매크로저장수단(4)에 존재하는지 검색하여, 존재하는 경우 매크로노출수단(7)에 전송한다. The active macro detection module 5 searches for the existence of a macro (or an executable macro irrespective of the input content) starting with the input received from the input detection module 1 in the macro storage means 4, and then exists. If so, it transmits to the macro exposure means (7).

상기 매크로노출수단은 활성된 매크로들을 작업자에게 노출하는 수단으로 주모니터상의 일부영역일 수도 있고 별도의 출력장치일 수도 있다.The macro exposure means is a means for exposing the active macros to a worker or may be a partial region on the main monitor or a separate output device.

매크로선택수단(7)은 상기 매크로노출수단에 노출된 매크로를 상기 작업자가 용이하게 선택할 수 있는 수단이고, 선택된 매크로 정보는 매크로처리모듈(8)로 전송된다. 상기 수단은, 입력장치의 키이거나, 또는 마우스로 선택 가능한 주모니터 화면상의 버튼 형태일 수 있다.The macro selection means 7 is a means by which the operator can easily select a macro exposed to the macro exposure means, and the selected macro information is transmitted to the macro processing module 8. The means may be a key of an input device or a button on a main monitor screen selectable by a mouse.

상기 매크로처리모듈(은) 상기 선택된 매크로의 구성 입력이 실제로 발생한 것과 똑같은 효과를 작업중인 문서에 발생되도록 한다.The macro processing module causes the configuration input of the selected macro to have the same effect on the working document as it actually occurred.

매크로에 대해 익숙하지 못한 사람들이 용이하게 매크로를 사용할 수 있는 환경을 제공하여 작업의 효율을 극대화할 수 있다.You can maximize the efficiency of your work by providing an environment where people who are not familiar with macros can easily use them.

Claims (11)

컴퓨터를 이용하여 특정 작업을 수행중인 작업자가 키보드나 마우스 등 컴퓨터 입력장치를 통해 상기 컴퓨터에 입력을 행하는 과정에 있어서,In the process of inputting the computer through a computer input device such as a keyboard or a mouse by a worker performing a specific task using the computer, 1. 상기 작업자가 상기 작업과 관련하여 행한 입력들을 감지하는 입력감지모듈;1. an input sensing module for sensing inputs made by the worker in relation to the work; 2. 상기 감지된 입력들을 발생 순서대로 저장하는 입력열저장수단;2. Input string storage means for storing the detected inputs in the order of occurrence; 3. 상기 입력열저장수단에 저장된 입력열을 분석하여 반복 발생하는 부분입력열을 검출하여 하나의 매크로를 생성하는 매크로생성모듈 ; 및3. a macro generation module for generating a macro by detecting a partial input string repeatedly generated by analyzing the input string stored in the input string storage means; And 4. 상기 매크로생성모듈에 의해 생성된 매크로들을 저장하는 매크로저장수단;을 포함하는 것을 특징으로 하는 매크로자동생성시스템.4. Macro automatic generation system comprising a; macro storage means for storing the macros generated by the macro generation module. 제 1항에 있어서,The method of claim 1, 상기 작업자가 행한 입력이란 텍스트 데이터의 입력, 단축키 입력 및 기능키 입력을 포함하는 것을 특징으로 하는 매크로 자동생성시스템.And the operator's input includes inputting text data, inputting a shortcut key, and inputting a function key. 제 1항에 있어서,The method of claim 1, 상기 작업자가 행한 입력이란 마우스를 이용한 특정 객체의 선택 행위를 포함하는 것을 특징으로 하는 매크로자동생성시스템.And the input made by the operator comprises selecting a specific object using a mouse. 제 3항에 있어서,The method of claim 3, wherein 상기 마우스를 이용한 특정 객체의 선택 행위가 포함된 매크로를 상기 작업자가 선택한 경우,When the worker selects a macro including the act of selecting a specific object using the mouse, 상기 마우스를 이용한 특정 객체의 선택 행위에 대한 처리는 실제로 상기 작업자가 마우스를 이용하여 상기 객체를 선택한 행위와 같도록 상기 컴퓨터에 지시하는 마우스관련매크로처리모듈을 더 포함하는 매크로자동생성시스템.The processing for selecting a specific object using the mouse further comprises a mouse related macro processing module for instructing the computer to be the same as the act of actually selecting the object using the mouse. 제 1항에 있어서,The method of claim 1, 1. 상기 매크로저장수단에 저장된 매크로들중 상기 작업자의 입력 과정에 따라 이용 가능해지는 활성 매크로를 감지하는 활성매크로감지수단;1. Active macro detection means for detecting an active macro that is available according to the input process of the operator of the macros stored in the macro storage means; 2. 상기 활성매크로들을 상기 작업자에게 노출하는 매크로노출수단; 및2. Macro exposure means for exposing the active macros to the worker; And 2. 상기 매크로노출수단에 의해 노출된 매크로를 상기 작업자가 선택할 수 있도록 지원하는 매크로선택수단;을 더 포함하는 것을 특징으로 하는 매크로자동생성시스템.2. Macro automatic generation system further comprising; macro selection means for supporting the operator to select the macro exposed by the macro exposure means. 제 5항에 있어서,The method of claim 5, 상기 매크로노출수단 및 상기 매크로선택수단이 등록특허 제0452556호에 기제된 '키입력 보조시스템'의 액정패널과 액정패널 상의 데이터에 대한 선택수단인 것을 특징으로 하는 매크로자동생성시스템.And the macro exposure means and the macro selection means are selection means for the data on the liquid crystal panel and the liquid crystal panel of the 'key input assistant system' described in Korean Patent No. 0452556. 제 1항에 있어서,The method of claim 1, 상기 매크로저장수단에 저장된 매크로중 가장 최근에 생성된 매크로를 키보드상의 특정키에 연동시켜 상기 작업자가 최근 반복되는 작업을 용이하게 수행할 수 있도록 지원하는 것을 특징으로 하는 매크로자동생성시스템. And automatically linking the most recently generated macro among the macros stored in the macro storing means to a specific key on the keyboard so that the operator can easily perform a recently repeated task. 제 1항에 있어서,The method of claim 1, 상기 입력은 매크로용으로 유효한 유효입력과 유효하지 않은 무효입력으로 구분되며, 상기 입력은 유효입력을 의미하는 것을 특징으로 하는 매크로자동생성시스템.And said input is divided into a valid valid input and an invalid invalid input for a macro, said input means a valid input. 제 8항에 있어서,The method of claim 8, 상기 무효 입력이란 그 구성 입력의 종류가 사용자에 의해 별도 설정이 가능한 것을 특징으로 하는 매크로자동생성시스템.And the invalid input is a macro automatic generation system, characterized in that the type of the configuration input can be set separately by the user. 상기 매크로저장수단이 응용프로그램 또는 작업창별로 별도로 존재하는 것을 특징으로 매크로자동생성시스템.Macro generation system, characterized in that the macro storage means is present separately for each application or task window. 상기 입력이 단축키의 누름이나 마우스에 의한 특정 기능 버튼의 선택인 경우,If the input is a press of a shortcut key or the selection of a specific function button by the mouse, 그 자체로 하나의 매크로가 될 수 있는 것을 특징으로 하는 매크로자동생성 시스템.Macro auto-generation system, characterized in that can be a macro by itself.
KR1020050055948A 2005-06-27 2005-06-27 System and method of automatically generating macro KR20070000540A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050055948A KR20070000540A (en) 2005-06-27 2005-06-27 System and method of automatically generating macro

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050055948A KR20070000540A (en) 2005-06-27 2005-06-27 System and method of automatically generating macro

Publications (1)

Publication Number Publication Date
KR20070000540A true KR20070000540A (en) 2007-01-03

Family

ID=37868334

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050055948A KR20070000540A (en) 2005-06-27 2005-06-27 System and method of automatically generating macro

Country Status (1)

Country Link
KR (1) KR20070000540A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014061945A1 (en) 2012-10-18 2014-04-24 주식회사 태일 Apparatus for controlling power of electrically fused connection pipe for synthetic resin pipe using conductive polymer complex as heating element, and method for same
WO2015067574A1 (en) 2013-11-08 2015-05-14 Georg Fischer Piping Systems Ltd. Method for connecting plastic pipes and structure for connecting the same
WO2015067573A1 (en) 2013-11-08 2015-05-14 Georg Fischer Piping Systems Ltd. Method for connecting plastic pipes and structure for connecting the same
KR20220094848A (en) * 2020-12-29 2022-07-06 주식회사 레이드백 Method and device for automating process with image

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014061945A1 (en) 2012-10-18 2014-04-24 주식회사 태일 Apparatus for controlling power of electrically fused connection pipe for synthetic resin pipe using conductive polymer complex as heating element, and method for same
WO2015067574A1 (en) 2013-11-08 2015-05-14 Georg Fischer Piping Systems Ltd. Method for connecting plastic pipes and structure for connecting the same
WO2015067573A1 (en) 2013-11-08 2015-05-14 Georg Fischer Piping Systems Ltd. Method for connecting plastic pipes and structure for connecting the same
KR20220094848A (en) * 2020-12-29 2022-07-06 주식회사 레이드백 Method and device for automating process with image

Similar Documents

Publication Publication Date Title
US20140089772A1 (en) Automatically Creating Tables of Content for Web Pages
US20120050328A1 (en) Display apparatus and computer-readable medium
KR20180094559A (en) Method and apparatus for prividing templates in document creating program
KR20070000540A (en) System and method of automatically generating macro
JP2013097470A (en) Source file reuse support device, source file reuse support method and program
JP6543785B1 (en) New language conversion method in block type programming system
US20070226208A1 (en) Information retrieval device
US7472168B2 (en) Method for dynamically assigning and displaying character shortcuts on a computing device display
KR20130021482A (en) Method of editing html tables by cell unit
KR20090021876A (en) Button-selection apparatus and method based on continuous trajectories of pointer
JP4049155B2 (en) Machine translation device
JPS62256121A (en) Icon designation system by key-in
KR101880868B1 (en) Apparatus for inputting chinese character and method for inputting chinese character using the same
KR20090072774A (en) Method, apparatus and computer-readable recording medium for search with image input device
JP4960188B2 (en) Screen transition diagram display method and system
JPS62243021A (en) Inputting method for special character
JP2006343821A (en) Translation support program, method and apparatus
KR101118138B1 (en) System and Method for Shortening Input Actions for Computer Users
JP2006338124A (en) Chinese character retrieval method, its system and its server
JP4713177B2 (en) Information input system and information input program
CN109992751B (en) Method and device for magnifying and displaying table objects, electronic equipment and storage medium
KR102106098B1 (en) Apparatus and Method for providing helpful comments
JP5197508B2 (en) Source code management device
KR20230130262A (en) Method for supporting multi-input search and apparatus using the same
JP2021179754A (en) Character input device, character input method and character input program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application