快速登录:  

Forum: Old versions

话题: keyboard mapping - executing default key action as well

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

yvesmkPRO InfinityMember since 2003
I was trying to map my PgUp and PgDwn keyboard keys to browse through the songs window.

Having no action defined for the PgUp and PgDwn buttons let me scroll correctly.

But when I attach another action, like for example activating the browse window (for in cases I have the samples window visible, I want to switch to the songs window and perform a scroll at the same time, or switch and when songs visible perform a scroll).
I can't get the default behaviour of the PgUp/PgDwn keys of browsing a page up or down to work.

Any idea on how to accomplish this with the VDJ script?

Thx
 

发表时间 Mon 25 Jan 10 @ 1:59 am
You can use & to chain multiple actions together, e.g:

page "browser" & browser_window "songs" & browser_scroll +10

 

发表时间 Mon 25 Jan 10 @ 12:47 pm
yvesmkPRO InfinityMember since 2003
Thanks.
the +10 at the end of the browser_scroll was missing, that's why I couldn't get it to work.
 

发表时间 Tue 26 Jan 10 @ 7:36 am


(陈旧帖子或论坛版块会自动关闭)