Directory Opus 学习使用2 2020-10-07

第1章节  Basic Concepts

  • 1-1  The Lister

  ◆8、Viewer Pane 查看器窗格
  是一个软件集成的图片、文档查看器。这个窗格激活时候,会自动显示选中的图片或者文本内容。快捷键:F7。

  查看器能够实现的功能的多少,取决于你安装的插件多少。

  
  
  ◆9、Metadata Pane 元数据查看器
  Metadata is information that is stored in a file that describes the file itself. 元数据就是保存在文件内部的,描述文件本身特性的一些数据。快捷键:F9。

  ◆10、Utility Panel 工具面板

  ◆11、Layouts 窗口布局

  ◆12、Styles 窗口样式

  ◆13、Themes 主题

  Creating your own Themes

  ◆14、Calculating Folder Sizes 显示文件夹大小
  显示文件夹大小的方式有两种,一种是手动,一种是自动。

  ◆15、Status Bar 状态栏
  显示文

  
  
  

  • 1-2  Explorer Replacement

  这里存在一个问题,如何在Opus的当前目录,使用windows的explorer来打开呢?因为有时候还是需要使用windows的explorer来进行某些操作。具体方式,这里使用全局命令的方式

  首先我们要找到,windows的explorer.exe在哪里。

  然后,使用自定义命令:

  另外,还可以点击一个文件夹,右键选择使用explorer打开:

  
  
  

  • 1-3  Source and Destination

  用一个日常的操作来定义源文件夹和目的文件夹→复制一个文件。
  在这里的例子中,可以认为:你复制文件的地方,称作;你粘贴文件的地方,称作目的

   ◆ 当Opus开启了双列模式的时候,某一边是source,另一边就是destination。
   ◆ 当Opus为单列模式的时候,这一列可能为source,也可能为destination,也可能是off状态。

  In a dual-display Lister,源总是被激活的那个窗口。
  单列模式下,鼠标焦点所在的Lister是,上一个源,变成目的窗体。上一个目的,变成off窗体。off窗体,它将不参与任何源/目标操作。

  
  
  

  • 1-4  Selecting Files

  选择文件的几种方法:

  = Using the mouse or keyboard to select files directly 直接使用鼠标或者键盘选择
  = Using simple wildcard patterns to select files by name 使用通配符范式匹配选择
  = Using advanced filters to select files by multiple different criteria 使用过滤器
  = Using the raw Select command to programmatically select items. The default Edit menu has a number of pre-defined Select commands: 使用raw Select命令以编程方式选择。 默认的“编辑”菜单具有许多预定义的“选择”命令

    - Select All: Select all items in the current folder. 全选
    - Select by Pattern: Displays the Simple wildcard selection dialog. 显示模式选择对话框

    - Invert Selection: Inverts the selection state of all items in the folder. 反选
    - Select Other / Reselect Files: Select all files that were used (and deselected) by the previously executed command. 选择上一次选中的文件
    - Select Same Extensions: Selects all files with the same extensions as the currently selected files (e.g. select one .txt file and then use this command to automatically select all other .txt files).
    - Select Source to Destination: Select files in the destination with the same names as the files currently selected in the source.
    - Select Source-not-in-Destination: Select those files in the source which do not exist in the destination.

    下面2个选择方式,和checkbox操作相关。
    - Selection to Checkboxes: Set the checkbox state to match the current selection. The file display will be set to checkbox mode if it isn't already.
    - Checkboxes to Selection: Set the selection to match the checkbox state.

  
  
  ◆ 1、Selecting files with the mouse and keyboard 鼠标和键盘选择

  =========在加强模式下:

  鼠标选择:

    ☀ 左键点击一个文件,会选中这个文件,同时反选其他所有文件。
    ☀ Control + 左键 将切换该文件的选择状态,而其他所有文件保持不变【等效于 鼠标中键 单击,如果鼠标驱动对中键有特殊定义,那么这个功能将不会生效】。
    ☀ Shift + 左键 范围选择。点击一个头,一个尾,范围内都会被选中。
    ☀ 按住Control + 左键单选文件,再使用Shift进行范围添加。反之亦可。【等效于 鼠标中键 框选】
    ☀ 点击空白处,反选所有文件。
    ☀ 从空白处开始,点击鼠标进行框选,框中文件均被选中。
    ☀ 按住Control,进行框选,框中原来已经选中的文件,将会被反选掉。
    ☀ 使用右键,框选,可以针对选中的文件,弹出上下文菜单。

  键盘选择:
    ☀ Control + A 全选。
    ☀ Control + I 反选。选中的取消,没选中的被选中。
    ☀ ←↑↓→和 Page Up/Down and Home/End, can be used to move the selection (and deselect all other items) in the file display when it has input focus. 移动选择的指向,反选已经选中的文件。
    ☀ Shift加上 ←↑↓→和 Page Up/Down and Home/End,可以进行范围选择。
    ☀ Control 加上 ↑↓和 Home/End,可以在不取消选中文件的前提下,改变 focus rectangle的位置。Control加上
←→ 和 Page Up/Down,是切换文件夹tab。
    ☀ focus rectangle位于某个文件,按下space可以选中这个文件。Control+Space可以切换选中、不选中(但是这个和切换输入法冲突)。

    ☀ Insert比较有意思。会切换当前的 focus rectangle的文件的选中状态,然后 focus rectangle移动到next文件。如果 focus rectangle移动到了末尾, focus rectangle就会在末尾和倒数第二的位置间,跳转。
    ☀ 直接输入字符,激活activate the find-as-you-type 输入框。自动选中第一个匹配的文件。

  
  
  =========在加强模式下(鼠标和键盘操作方式不同寻常):

  鼠标选择:

    ☀ 直接,使用左键,单击,的效果和其他模式下按住Ctrl相同。
    ☀ 保持鼠标按下(在文件上按下),再移动鼠标,可以进行范围选择。
    ☀ 点击空白处,不会反选已经选中的文件。从空白处开始框选,会反转已有文件的选择属性(被选中的反选,没选中的会被选中)
    ☀ 拖拽功能只能左右2个方向使用,因为上下被用来进行
  键盘选择:

你可能感兴趣的:(Directory Opus 学习使用2 2020-10-07)