Oferv
14 years agoSuper Contributor
How to hold CTRL down???
Hi,
I'm trying unsuccessfully to select few pages in a document by holding CTRL keyboard key down.
i've tried the following:
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"]("ListBoxItem")["Keys"]("^[Hold]");
and
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"]("ListBoxItem")["Keys"]("[Hold]^");
the only thing that is working is:
Sys["Desktop"]["KeyDown"](Win32API.VK_CONTROL)
but,the last one is a bit problem because if i'm debugging i can't do anything untill i'm using
Sys["Desktop"]["KeyUp"](Win32API.VK_CONTROL)
how to do that?
thankx
I'm trying unsuccessfully to select few pages in a document by holding CTRL keyboard key down.
i've tried the following:
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"]("ListBoxItem")["Keys"]("^[Hold]");
and
Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"]("ListBoxItem")["Keys"]("[Hold]^");
the only thing that is working is:
Sys["Desktop"]["KeyDown"](Win32API.VK_CONTROL)
but,the last one is a bit problem because if i'm debugging i can't do anything untill i'm using
Sys["Desktop"]["KeyUp"](Win32API.VK_CONTROL)
how to do that?
thankx