Difference between revisions of "Hooker:Symbols"

From den4b Wiki
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
 
| Function keys, from F1-F12.
 
| Function keys, from F1-F12.
 
|-
 
|-
! <nowiki><PROCESS:Name#PID></nowiki>
+
! <nowiki><PROCESS>...</PROCESS></nowiki>
| Currently focused process, identified by "Name" and "PID" of the process.
+
| Currently active process identified by "PID#Name", process ID and name.
 
|-
 
|-
! <nowiki><CLIPBOARD:Text></nowiki>
+
! <nowiki><WINDOW>...</WINDOW></nowiki>
| Current content of the clipboard, identified as "Text".
+
| Currently active window identified by "HWND#Title" window handle and title.
 +
|-
 +
! <nowiki><CLIPBOARD>...</CLIPBOARD></nowiki>
 +
| Current content of the clipboard.
 
|}
 
|}
  
'''NOTE:''' These mappings are valid as of version 2.55, and may be changed at any time.
+
'''Note:''' These mappings are valid as of version ''3.2'' and may change in future.
  
 
[[Category:Hooker]]
 
[[Category:Hooker]]

Latest revision as of 00:08, 4 December 2013

Arrow Return.png Hooker  

What do abbreviations or keywords like <*5>, <E>, <INS> mean?

These abbreviations are used to display all no-displayable characters and some additional information.

<*3>, <*4>, <*5>, etc. Identify repetition of an immediately preceding character, example: w<*3> means "www".
<COPY>, <FIND>, <SAVE>, <PASTE>, <CUT>, <UNDO> Common combinations of CTRL key and C, F, S, V, X, Z characters, accordingly.
<BS>, <E>, <TAB>, <INS>, <DEL>, <WIN>, <HOME>, <END>, <P> No printable keys: "backspace", "enter (new line)", "tab", "insert", "delete", "windows key", "home", "end", "pause" - accordingly.
<L>, <R>, <U>, <D> Arrows keys: left, right, up, down - accordingly.
<F1>, <F2>, <F3>, etc. Function keys, from F1-F12.
<PROCESS>...</PROCESS> Currently active process identified by "PID#Name", process ID and name.
<WINDOW>...</WINDOW> Currently active window identified by "HWND#Title" window handle and title.
<CLIPBOARD>...</CLIPBOARD> Current content of the clipboard.

Note: These mappings are valid as of version 3.2 and may change in future.