faqts : Computers : Programming : Languages : Tse : Configuration : .ui file

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

TSE: Configuration:File:.UI: Key:Assignment:Create: I am running out of key assignments, what to do?

Mar 6th, 2005 02:28
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 06 March 2005 - 04:06 pm ----------------------

TSE: Configuration:File:.UI: Key:Assignment:Create: I am running out 
of key assignments, what to do?

---

There should be at least something like 30 . 30 = 900 possible key 
assignments possible.
by putting in your .ui file all double keys, instead of e.g. single 
keys.

---

e.g.

instead of using

--- cut here: begin --------------------------------------------------

<ctrl a>
<ctrl b>
<ctrl c>
...
<ctrl z>

--- cut here: end ----------------------------------------------------

which is a 1 key assignment,
change this in your .ui file to 2 key assignments:

--- cut here: begin --------------------------------------------------

<ctrl a><a>
<ctrl a><b>
<ctrl a><c>
<ctrl a><d>
...
<ctrl b><a>
<ctrl b><b>
...
<ctrl z><a>
<ctrl z><b>
...
<ctrl z><x>
<ctrl z><y>
<ctrl z><z>

--- cut here: end ----------------------------------------------------

then recompile your .ui file.

---

That will give you something between 30 . 30 = 900 and 90 . 90 = 8100 
key assignments total
(depending on which keys you are able to use for 2 key assignments, 
because once you change
a single key in a 2 key assignment, e.g. <Ctrl a> in <Ctrl a><b>, then
you are not able to use the single <Ctrl a> anymore).

---
---

Internet: see also:

---

TSE: Configuration: File: .UI: Link: Can you give an overview of links?
http://www.faqts.com/knowledge_base/view.phtml/aid/34317/fid/1007

----------------------------------------------------------------------