komischerweise wird jetzt teilweise der Befehl erkannt , so dass sie einrastet gelegentlich aber auch nicht bei allen Tasten zum Beispiel wird die Steuerungstaste nicht erkannt... und das Lösen funktioniert überhaupt nicht...
Das habe ich leider selbst auch gerade festgestellt. Von der Programmierung her sollte es aber eigentlich funktionieren.
Dragon Professional 16 auf Windows 10 Pro und Windows 11 SpeechMike Premium (LFH3500); Office 2019 Pro + Office 365 (monatliches Abo) HP ZBook Fury 17 G8 - i7-11800H - 24 MB SmartCache - 32 GB RAM - 1 TB SSD
komischerweise wird jetzt teilweise der Befehl erkannt , so dass sie einrastet gelegentlich aber auch nicht bei allen Tasten zum Beispiel wird die Steuerungstaste nicht erkannt... und das Lösen funktioniert überhaupt nicht...
Das habe ich leider selbst auch gerade festgestellt. Von der Programmierung her sollte es aber eigentlich funktionieren.
Mit freundlichen Grüßen
Jörg
Hallo Jörg,
kannst Du bitte zur Verdeutlichung den Skript-Code hier als Text einstellen?
Ich hoffe, Lindsay hat die Meisterfeier von Manchester United überlebt und meldet sich dann demnächst.
Rüdiger
_______________________________________
Dragon Professional 16 auf Windows 10 Pro und Windows 11 SpeechMike Premium (LFH3500); Office 2019 Pro + Office 365 (monatliches Abo) HP ZBook Fury 17 G8 - i7-11800H - 24 MB SmartCache - 32 GB RAM - 1 TB SSD
Ich schätze mal es ist wieder eine Kleinigkeit in den meisten Fällen die einen Konflikt auslöst...aber mal schauen vielleicht kommen wir noch zur Rätselslösung. Auf alle Fälle finde ich super wie schnell hier geholfen wird und auch miteinander gearbeitet, das hatte ich bisher noch in keinem Forum gesehen... dafür mal ein dickes Lob an alle
Im Skript stand nur Steuerung anstatt Steuerungs. Auch fehlte eine Zeile Case "Umschalt"
Ich hoffe nun funktioniert es besser. Ich hatte einfach nur eine schnelle Übersetzung durchgeführt. Hier nochmal das Skript in Textform:
' Script copyright Lindsay Adam 2010 www.pcbyvoice.com ' Declare keyboard events Windows API function Declare Function keybd_event Lib "user32.dll" (ByVal vKey As _ Long, bScan As Long, ByVal Flag As Long, ByVal exInfo As Long) As Long ' declare virtual key constants Const VK_LWIN = 91 Const VK_SHIFT = 16 Const VK_CONTROL = 17 Const VK_ALT = 18 Sub Main
Select Case ListVar1 Case "drücke" 'drücke Taste Select Case ListVar2 Case "Windows" keybd_event(VK_LWIN,0,0,0) Case "Shift" keybd_event(VK_SHIFT,0,0,0) Case "Umschalt" keybd_event(VK_SHIFT,0,0,0) Case "Steuerungs" keybd_event(VK_CONTROL,0,0,0) Case "Alt" keybd_event(VK_ALT,0,0,0) End Select
Case "löse" ' Tasten lösen Select Case ListVar2 Case "Windows" keybd_event(VK_LWIN,0,2,0) Case "Shift" keybd_event(VK_SHIFT,0,2,0) Case "Umschalt" keybd_event(VK_SHIFT,0,2,0) Case "Steuerungs" keybd_event(VK_CONTROL,0,2,0) Case "Alt" keybd_event(VK_ALT,0,2,0) End Select End Select End Sub
EDIT: im code Umschalttaste durch Umschalt ersetzt
welcome to the forum, like you I am reliant on such scripts so I am pleased to hear that you find them useful. We have some other hands-free tools which you may also find to your benefit, I will post them on the forum as we complete them. (Not enough time to do everything unfortunately, this includes learning to speak German. On that note if you find any of my posts misleading or difficult to understand please just ask for a translation from one of my fellow moderators. However I expect you speak perfect English or at least certainly better than my German). Also thank you for bringing this matter to our attention, it's gratifying to see people using such scripts.
Jörg
thank you for the translations and sorting this out, as one of the moderators I think I can speak for all of us in saying that we greatly appreciate other users contributions like this. Indeed it is one of the great benefits of such a forum and figured much in Rüdiger's mind when setting the whole thing up.
also to you thanks for hearty welcome here in the Forum. Sorry my English also is not best so that I with a translator works, in hope that you understand the text better. What begins the programs so I have already found some and will try out them also bit by bit, because they can be also interesting for other people in my situation with Dragon NaturallySpeaking work. However, it is not clear with the time so simply one sees that it, nevertheless, relatively quickly leads the way. Time apart from the fact one waits rather a little before the thing completely in faltering would get.;-)
In any case, I am still glad about many interesting conversations and also from here in the forum.