Custom Query (308 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 308)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#79 fixed Welche Tastaturen machen bei zu vielen Tastendrücken Probleme? Dennis-ſ
Description

Mod3R+Mod4R+s => Σ funktioniert wie gewünscht; aber bei Mod3L+Mod4L+s wird kein Zeichen gesendet.

#97 wontfix 3. Ebene und andere Zeichen funktionieren in der Vista-Eingabeaufforderung nicht Dennis-ſ
Description

=Problembeschreibung= In der Kommandozeile von Windows Vista ist die dritte Ebene defekt. Genauer gesagt werden falsche Zeichen ausgegeben, statt ()-: erhalte ich beispielsweise )=-Ü

Die 1., 2., 4. (inklusive der Navigationstasten), 5. und 6. Ebene funktionieren jedoch problemlos, auch die Oberreihe der dritten Ebene (¹²³›‹…) funktioniert.

==Testumgebung, in der das Problem bei mir auftritt== Verwendetes Betriebsſystem: Microsoft Windows Vista™ Home Basic mit Service Pack 1 (Version 6.0.6001) Verwendeter Neo-Treiber: Neo-Vars_r1264_r1214

==Anleitung zur Reproduktion des Fehlers== Um das Problem zu reproduzieren, muss man einfach nur auf »Start« klicken um im Suchfeld »cmd« eingeben und mit der Enter-Taste bestätigen. In dem dann erscheinenden Kommandozeilenfenster tritt der beschriebene Fehler auf.

==Workarround== Mit dem nativen KBDNEO2-Treiber tritt dieser Fehler nicht auf.

AHK-Innereien

Bei dem oben beschrieben )=-Ü Problem protokoliert AHK das folgende:

VK  SC	Type	Up/Dn	Elapsed	Key		Window
-------------------------------------------------------------------------------------------------------------
A0  02A	i	d	0.00	UMSCHALT       	
39  00A	i	u	0.00	9              	
A0  02A	i	u	0.00	UMSCHALT       	
4B  025	h	d	0.48	K              	
A0  02A	i	d	0.00	UMSCHALT       	
30  00B	i	d	0.00	0              	
A0  02A	i	u	0.00	UMSCHALT       	
4B  025	h	u	0.03	K              	
A0  02A	i	d	0.00	UMSCHALT       	
30  00B	i	u	0.00	0              	
A0  02A	i	u	0.00	UMSCHALT       	
4C  026	h	d	0.39	L              	
BD  035	i	d	0.00	-              	
4C  026	h	u	0.09	L              	
BD  035	i	u	0.00	-              	
C0  027	h	d	0.28	ö              	
A0  02A	i	d	0.00	UMSCHALT       	
BA  01A	i	d	0.00	ü              	
A0  02A	i	u	0.00	UMSCHALT       	
C0  027	h	u	0.09	ö              	
A0  02A	i	d	0.00	UMSCHALT       	
BA  01A	i	u	0.00	ü              	
A0  02A	i	u	0.00	UMSCHALT       	
14  03A	h	u	0.69	FESTSTELL   

Script lines most recently executed (oldest first).  Press [F5] to refresh.  The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0).  The bottommost line's elapsed time is the number of seconds since it executed.

007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
008: {
009: PhysKey := SubStr(PhysKey,1,StrLen(PhysKey)-3)
010: IsDown := 0
011: }
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
020: Ebene := EbeneC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
035: CharStarUp(PhysKey)  
109: if (PR%PhysKey% != "")  
109: {
110: tosend := PR%PhysKey%
111: PR%PhysKey% := 
112: if (SubStr(tosend,1,1)=="P")  
116: CharOutUp(tosend)  
154: if (CharOutFilterProc != "")  
159: if (DNCS%char% != "")  
162: if (CS%char% != "")  
163: SendBlindShiftFixed(char, "{" . CS%char% . " up}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
166: }
117: }
118: PP%PhysKey% := 
119: }
036: }
278: Return (0.69)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
008: {
009: PhysKey := SubStr(PhysKey,1,StrLen(PhysKey)-3)
010: IsDown := 0
011: }
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
035: CharStarUp(PhysKey)  
109: if (PR%PhysKey% != "")  
109: {
110: tosend := PR%PhysKey%
111: PR%PhysKey% := 
112: if (SubStr(tosend,1,1)=="P")  
112: {
113: SubProc := SubStr(tosend,2,4)
114: CharProc%SubProc%()  
255: if (isMod3RPressed)  
257: IsMod3LPressed := 0
258: IsMod3Pressed := isMod3RPressed
259: EbeneAktualisieren()  
003: Modstate := IsMod4Active() . IsMod3Active()
057: if (isMod4Locked)  
063: if (isMod4Pressed)  
066: Return,0
052: Return,isMod3Pressed
004: Ebene7 := 0
005: Ebene8 := 0
006: if (Modstate == "00")  
006: {
007: if (IsShiftActive())  
038: if (isMod2Locked)  
044: if (isShiftPressed)  
047: Return,0
010: EbeneC := 1
011: if (IsShiftPressed)  
014: EbeneNC := 1
015: }
032: if (guiErstellt)  
034: }
260: }
115: }
117: }
118: PP%PhysKey% := 
119: }
036: }
278: Return (8.33)
045: ListLines (0.11)
046: Return (19.58)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
012: IsDown := 1
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
033: CharStarDown(PhysKey, ActKey, Char)  
040: if (SubStr(char,1,1)=="P")  
045: wasNonShiftKeyPressed := 1
046: if (PP%PhysKey% != "")  
049: CompNew := Comp . char
051: if (CD%CompNew% != "")  
055: if (CM%CompNew% == 1)  
059: if (Comp == "")  
059: {
060: tosend := char
061: PP%PhysKey% := char
062: }
070: if (strlen(tosend) > 5)  
087: if (tosend != "")  
087: {
088: if (SubStr(tosend,1,1)=="P")  
095: {
096: if ((PR%PhysKey% != "") &&  (PR%PhysKey% != tosend))  
098: PR%PhysKey% := tosend
099: CharOutDown(tosend)  
139: if (CharOutFilterProc != "")  
144: if (DNCS%char% != "")  
146: if (CS%char% != "")  
147: SendBlindShiftFixed(char, "{" . CS%char% . " down}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
150: }
100: }
101: }
105: }
036: }
278: Return (0.05)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
008: {
009: PhysKey := SubStr(PhysKey,1,StrLen(PhysKey)-3)
010: IsDown := 0
011: }
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
035: CharStarUp(PhysKey)  
109: if (PR%PhysKey% != "")  
109: {
110: tosend := PR%PhysKey%
111: PR%PhysKey% := 
112: if (SubStr(tosend,1,1)=="P")  
116: CharOutUp(tosend)  
154: if (CharOutFilterProc != "")  
159: if (DNCS%char% != "")  
162: if (CS%char% != "")  
163: SendBlindShiftFixed(char, "{" . CS%char% . " up}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
166: }
117: }
118: PP%PhysKey% := 
119: }
036: }
278: Return (0.97)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
012: IsDown := 1
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
033: CharStarDown(PhysKey, ActKey, Char)  
040: if (SubStr(char,1,1)=="P")  
045: wasNonShiftKeyPressed := 1
046: if (PP%PhysKey% != "")  
049: CompNew := Comp . char
051: if (CD%CompNew% != "")  
055: if (CM%CompNew% == 1)  
059: if (Comp == "")  
059: {
060: tosend := char
061: PP%PhysKey% := char
062: }
070: if (strlen(tosend) > 5)  
087: if (tosend != "")  
087: {
088: if (SubStr(tosend,1,1)=="P")  
095: {
096: if ((PR%PhysKey% != "") &&  (PR%PhysKey% != tosend))  
098: PR%PhysKey% := tosend
099: CharOutDown(tosend)  
139: if (CharOutFilterProc != "")  
144: if (DNCS%char% != "")  
146: if (CS%char% != "")  
147: SendBlindShiftFixed(char, "{" . CS%char% . " down}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
150: }
100: }
101: }
105: }
036: }
278: Return (0.06)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
008: {
009: PhysKey := SubStr(PhysKey,1,StrLen(PhysKey)-3)
010: IsDown := 0
011: }
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
035: CharStarUp(PhysKey)  
109: if (PR%PhysKey% != "")  
109: {
110: tosend := PR%PhysKey%
111: PR%PhysKey% := 
112: if (SubStr(tosend,1,1)=="P")  
116: CharOutUp(tosend)  
154: if (CharOutFilterProc != "")  
159: if (DNCS%char% != "")  
162: if (CS%char% != "")  
163: SendBlindShiftFixed(char, "{" . CS%char% . " up}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
166: }
117: }
118: PP%PhysKey% := 
119: }
036: }
278: Return (0.91)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
012: IsDown := 1
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
033: CharStarDown(PhysKey, ActKey, Char)  
040: if (SubStr(char,1,1)=="P")  
045: wasNonShiftKeyPressed := 1
046: if (PP%PhysKey% != "")  
049: CompNew := Comp . char
051: if (CD%CompNew% != "")  
055: if (CM%CompNew% == 1)  
059: if (Comp == "")  
059: {
060: tosend := char
061: PP%PhysKey% := char
062: }
070: if (strlen(tosend) > 5)  
087: if (tosend != "")  
087: {
088: if (SubStr(tosend,1,1)=="P")  
095: {
096: if ((PR%PhysKey% != "") &&  (PR%PhysKey% != tosend))  
098: PR%PhysKey% := tosend
099: CharOutDown(tosend)  
139: if (CharOutFilterProc != "")  
144: if (DNCS%char% != "")  
146: if (CS%char% != "")  
147: SendBlindShiftFixed(char, "{" . CS%char% . " down}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
150: }
100: }
101: }
105: }
036: }
278: Return (0.05)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
008: {
009: PhysKey := SubStr(PhysKey,1,StrLen(PhysKey)-3)
010: IsDown := 0
011: }
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
035: CharStarUp(PhysKey)  
109: if (PR%PhysKey% != "")  
109: {
110: tosend := PR%PhysKey%
111: PR%PhysKey% := 
112: if (SubStr(tosend,1,1)=="P")  
116: CharOutUp(tosend)  
154: if (CharOutFilterProc != "")  
159: if (DNCS%char% != "")  
162: if (CS%char% != "")  
163: SendBlindShiftFixed(char, "{" . CS%char% . " up}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
166: }
117: }
118: PP%PhysKey% := 
119: }
036: }
278: Return (0.48)
277: AllStar(A_ThisHotkey)  
005: PhysKey := This_HotKey
006: if (SubStr(PhysKey,1,1) == "*")  
007: PhysKey := SubStr(PhysKey,2)
008: if (SubStr(PhysKey,-2) == " up")  
012: IsDown := 1
013: if (TransformProc != "")  
016: ActKey := PhysKey
017: if ((striktesMod2Lock == 0) && (NOC%ActKey% == 1))  
018: Ebene := EbeneNC
021: if (Ebene7 &&  (CP7%ActKey% != ""))  
023: if (Ebene8 &&  (CP8%ActKey% != ""))  
026: char := CP%Ebene%%ActKey%
027: if (PressHookProc != "")  
032: if (IsDown == 1)  
033: CharStarDown(PhysKey, ActKey, Char)  
040: if (SubStr(char,1,1)=="P")  
045: wasNonShiftKeyPressed := 1
046: if (PP%PhysKey% != "")  
049: CompNew := Comp . char
051: if (CD%CompNew% != "")  
055: if (CM%CompNew% == 1)  
059: if (Comp == "")  
059: {
060: tosend := char
061: PP%PhysKey% := char
062: }
070: if (strlen(tosend) > 5)  
087: if (tosend != "")  
087: {
088: if (SubStr(tosend,1,1)=="P")  
095: {
096: if ((PR%PhysKey% != "") &&  (PR%PhysKey% != tosend))  
098: PR%PhysKey% := tosend
099: CharOutDown(tosend)  
139: if (CharOutFilterProc != "")  
144: if (DNCS%char% != "")  
146: if (CS%char% != "")  
147: SendBlindShiftFixed(char, "{" . CS%char% . " down}")  
170: if (UNSH%char%)  
182: Send,"{blind}" . theseq
183: }
150: }
100: }
101: }
105: }
036: }
278: Return
#98 fixed Korrektur und Vervollständigung der Keymap für die Textkonsole unter Linux Elias Oltmanns <eo@…>
Description

Die Keymap für die Linuxkonsole, welche automatisiert aus der aktuellen Version der Xmodmap erzeugt wird, lässt bisher noch ein paar Wünsche offen. Als Konsolennutzer würde ich mir und ggf. anderen gerne diese Wünsche erfüllen und habe daher einige Änderungen an der Prozedur zur Erzeugung der Keymap vorgenommen. Mein Vorschlag wäre, die Dateien linux/console/bin/mach_console, linux/console/bin/console.sondertasten und linux/console/bin/console.more_control durch die im Folgenden hochgeladenen Varianten zu ersetzen. Außerdem kann nach diesen Ersetzungen die Datei linux/console/bin/console.control gelöscht werden, da sie dann nicht mehr gebraucht wird.

Die Probleme, welche hier gelöst werden sollen, sind vor allem folgende:

  • linux/console/bin/mach_console erzeugt eine syntaktisch inkorrekte Ausgabe, wenn bei einer Taste die sechste Ebene nicht explizit (z. B. durch NoSymbol) belegt ist. Eine so erzeugte Keymap kann dann nicht mit loadkeys geladen werden.
  • Im Abschnitt Modifier definitions in linux/console/bin/console.sondertasten werden fälschlicherweise ein paar höhere Ebenen der Leertaste definiert, was zu unerwartetem Verhalten führt.
  • In linux/console/bin/console.more_control fehlen geeignete Definitionen für Strg + Leertaste und Strg + Alt + Leertaste.
  • Einige Zeichen produzieren zusammen mit Alt nicht das erwartete Ergebnis; insbesondere Zeichen der dritten Ebene sind betroffen (Alt + <, Alt + >, etc.).

Gerade das letztgenannte Problem kann sehr elegant gelöst werden, indem man sich die in Keymaps üblichen Kurzschreibweisen und die Anweisung alt_is_meta zunutzemacht (siehe man 5 keymaps). Als Zugabe wird damit die ausgegebene Keymap sogar etwas kleiner, obwohl effektiv mehr Tastenkombinationen definiert werden.

Es würde mich sehr freuen, wenn die vorgeschlagenen Änderungen ins Repository übernommen werden könnten. Auch habe ich eine entsprechend aktualisierte Version der linux/console/neo.map erzeugt (Stand r1293).

@Pascal: Dir hatte ich ja vor ein paar Tagen schon die Dateien per PM geschickt. Wahrscheinlich bist Du noch nicht dazu gekommen, sie Dir anzusehen. Abgesehen davon dachte ich mir aber, dass ein Ticket zu diesem Problem unter den gegebenen Umständen angemessen wäre (zur Dokumentation und ggf. Diskussion).

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.