Skip to content

使用TC内置命令完成“打开本侧驱动器”功能 #53

@h46incon

Description

@h46incon

totalcommander.ahk文件中,第1133行开始:

<OpenDriveThis>:
    ControlGetFocus,CurrentFocus,AHK_CLASS TTOTAL_CMD
    if CurrentFocus not in TMyListBox2,TMyListBox1
        return
    if CurrentFocus in TMyListBox2
        SendPos(131)
    else
        SendPos(231)
Return

可用TC(版本8.0有,8.0以下不知道)内置命令:

<cm_SrcOpenDrivers> 
;序号是331

实现

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions