OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14-03-2020, 18:48
knowbodynow knowbodynow is offline
Senior Member
 
Join Date: Mar 2006
Location: Hatsukaichi near Hiroshima
Posts: 434
Default W10 X6 shortcut problem

I have the following code run when I press shift and the fkey:

Code:
Sub DupDown()    'Shift+F

Set sr = ActiveSelectionRange

If sr.Count = 0 Then
        MsgBox "Nothing selected"
        Exit Sub
    End If

Set sn = sr.Duplicate(0, -sr.SizeHeight)
sn.CreateSelection

End Sub
This worked for as long as I can remember on W7 but now on W10 every third time I use the shortcut some other code runs and sends my duplicate to the centre of the page. This doesn't happen if I run the code from the macro manager.

Has anyone else experienced similar problems running Corel X6 on W10? It seems the keyboard shortcuts are getting scrambled. Anyone have any ideas how to cure this annoying issue? Thanks.
Reply With Quote
  #2  
Old 25-11-2020, 14:47
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default W10 X6 shortcut problem

I have not seen this with Windows 10. I know, that isn't much help, sorry.

-Shelby
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Restore one shortcut (arrow key) grzjanik Macros/Add-ons 0 03-03-2016 03:14
API GetKeyState and Alt key when clicking macro shortcut runflacruiser CorelDRAW/Corel DESIGNER VBA 0 09-11-2010 17:33
Assign a keyboard shortcut to a special character dchinell CorelDRAW/Corel DESIGNER VBA 1 18-04-2010 16:41
X4 not saving my shortcut keys for macros. jahmer Macros/Add-ons 1 08-08-2008 01:47
Problem with shortcut key and macro knowbodynow Macros/Add-ons 3 10-03-2006 05:15


All times are GMT -5. The time now is 11:50.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com