Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
165
cde/programs/dtfile/Dtfile
Normal file
165
cde/programs/dtfile/Dtfile
Normal file
@@ -0,0 +1,165 @@
|
||||
!######################################################################
|
||||
!#
|
||||
!# Dtfile
|
||||
!#
|
||||
!# Common Desktop Environment (CDE)
|
||||
!#
|
||||
!# Application Defaults for the CDE DT File Manager
|
||||
!#
|
||||
!# (c) Copyright 1993, 1994 Hewlett-Packard Company
|
||||
!# (c) Copyright 1993, 1994 International Business Machines Corp.
|
||||
!# (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
!# (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary
|
||||
!# of Novell, Inc.
|
||||
!#
|
||||
!######################################################################
|
||||
#include "Dt"
|
||||
|
||||
Dtfile*DtIcon*pixmapForeground: black
|
||||
Dtfile*DtIcon*behavior: icon_drag
|
||||
Dtfile*DtIcon*highlightThickness: 1
|
||||
Dtfile*icon*marginWidth: 0
|
||||
Dtfile*icon*marginHeight: 0
|
||||
|
||||
Dtfile*searchPath: DT/Dtfile
|
||||
|
||||
Dtfile*promptUser: True
|
||||
Dtfile*moveThreshold: 10
|
||||
Dtfile*showEmptySet: True
|
||||
|
||||
Dtfile*filter_files*file_name_text.columns: %|nls-13-#30#|
|
||||
Dtfile*rootTitle: %|nls-23-#ROOT#|
|
||||
|
||||
!######
|
||||
!# These resources set the accelerators used in the File Manager
|
||||
!# along with the accelerator Text.
|
||||
Dtfile*fileMenu.find.acceleratorText: %|nls-1-#Ctrl+F#|
|
||||
Dtfile*fileMenu.find.accelerator: %|nls-2-#Ctrl<Key>f#|
|
||||
Dtfile*.close.acceleratorText: %|nls-3-#Alt+F4#|
|
||||
Dtfile*.close.accelerator: %|nls-4-#Alt<Key>F4#|
|
||||
Dtfile*fileMenu.goHome.acceleratorText: %|nls-5-#Ctrl+H#|
|
||||
Dtfile*fileMenu.goHome.accelerator: %|nls-6-#Ctrl<Key>h#|
|
||||
Dtfile*fileMenu.goUp.acceleratorText: %|nls-7-#Ctrl+U#|
|
||||
Dtfile*fileMenu.goUp.accelerator: %|nls-8-#Ctrl<Key>u#|
|
||||
Dtfile*fileMenu.openTerminal.acceleratorText: %|nls-9-#Ctrl+T#|
|
||||
Dtfile*fileMenu.openTerminal.accelerator: %|nls-10-#Ctrl<Key>t#|
|
||||
Dtfile*viewMenu.showHiddenObjects.acceleratorText: %|nls-11-#Ctrl+S#|
|
||||
Dtfile*viewMenu.showHiddenObjects.accelerator: %|nls-12-#Ctrl<Key>s#|
|
||||
Dtfile*actionMenu.copy.acceleratorText: %|nls-15-#Ctrl+c#|
|
||||
Dtfile*actionMenu.copy.accelerator: %|nls-16-#Ctrl<Key>c#|
|
||||
Dtfile*actionMenu.permissions.acceleratorText: %|nls-17-#Ctrl+<BackSpace>#|
|
||||
Dtfile*actionMenu.permissions.accelerator: %|nls-18-#Ctrl<Key>osfBackSpace#|
|
||||
Dtfile*selectAll.acceleratorText: %|nls-19-#Ctrl+/#|
|
||||
Dtfile*selectAll.accelerator: %|nls-20-#Ctrl<Key>slash#|
|
||||
Dtfile*deselectAll.acceleratorText: %|nls-21-#Ctrl+\\#|
|
||||
Dtfile*deselectAll.accelerator: %|nls-22-#Ctrl<Key>backslash#|
|
||||
|
||||
!######
|
||||
!# Here are some additional accelerators we decided not to set by
|
||||
!# default, but a user could if they so choose
|
||||
!#
|
||||
!# In the File pulldown:
|
||||
!# New File...
|
||||
!# Dtfile*fileMenu.newFile.acceleratorText:
|
||||
!# Dtfile*fileMenu.newFile.accelerator:
|
||||
!# New Folder...
|
||||
!# Dtfile*fileMenu.newFolder.acceleratorText:
|
||||
!# Dtfile*fileMenu.newFolder.accelerator:
|
||||
!# Change To...
|
||||
!# Dtfile*fileMenu.changeTo.acceleratorText:
|
||||
!# Dtfile*fileMenu.changeTo.accelerator:
|
||||
!# Show Trash...
|
||||
!# Dtfile*fileMenu.openTrash.acceleratorText:
|
||||
!# Dtfile*fileMenu.openTrash.accelerator:
|
||||
!#
|
||||
!# In the Selected pulldown:
|
||||
!# Rename
|
||||
!# Dtfile*actionMenu.rename.acceleratorText:
|
||||
!# Dtfile*actionMenu.rename.accelerator:
|
||||
!# Put On Desktop
|
||||
!# Dtfile*actionMenu.putInWorkspace.acceleratorText:
|
||||
!# Dtfile*actionMenu.putInWorkspace.accelerator:
|
||||
!#
|
||||
!# In the View pulldown:
|
||||
!# New
|
||||
!# Dtfile*viewMenu.new.acceleratorText:
|
||||
!# Dtfile*viewMenu.new.accelerator:
|
||||
!# Clean Up
|
||||
!# Dtfile*viewMenu.cleanUp.acceleratorText:
|
||||
!# Dtfile*viewMenu.cleanUp.accelerator:
|
||||
!# Modify Filter List...
|
||||
!# Dtfile*viewMenu.setFilterOptions.acceleratorText:
|
||||
!# Dtfile*viewMenu.setFilterOptions.accelerator:
|
||||
!# Set Preferences...
|
||||
!# Dtfile*viewMenu.setViewOptions.acceleratorText:
|
||||
!# Dtfile*viewMenu.setViewOptions.accelerator:
|
||||
!# Save Settings...
|
||||
!# Dtfile*viewMenu.saveViewOptions.acceleratorText:
|
||||
!# Dtfile*viewMenu.saveViewOptions.accelerator:
|
||||
!# Reread
|
||||
!# Dtfile*viewMenu.refresh.acceleratorText:
|
||||
!# Dtfile*viewMenu.refresh.accelerator:
|
||||
!#
|
||||
!# In the Help pulldown:
|
||||
!# Introduction...
|
||||
!# Dtfile*helpMenu.introduction.acceleratorText:
|
||||
!# Dtfile*helpMenu.introduction.accelerator:
|
||||
!# Tasks...
|
||||
!# Dtfile*helpMenu.tasks.acceleratorText:
|
||||
!# Dtfile*helpMenu.tasks.accelerator:
|
||||
!# Reference...
|
||||
!# Dtfile*helpMenu.reference.acceleratorText:
|
||||
!# Dtfile*helpMenu.reference.accelerator:
|
||||
!# On Item
|
||||
!# Dtfile*helpMenu.onItem.acceleratorText:
|
||||
!# Dtfile*helpMenu.onItem.accelerator:
|
||||
!# Using Help...
|
||||
!# Dtfile*helpMenu.usingHelp.acceleratorText:
|
||||
!# Dtfile*helpMenu.usingHelp.accelerator:
|
||||
!# Version...
|
||||
!# Dtfile*helpMenu.version.acceleratorText:
|
||||
!# Dtfile*helpMenu.version.accelerator:
|
||||
!#
|
||||
!# For the trash pulldowns
|
||||
!# In the File pulldown:
|
||||
!# Select All
|
||||
!# Dtfile*fileMenuTrash.selectAll.acceleratorText:
|
||||
!# Dtfile*fileMenuTrash.selectAll.accelerator:
|
||||
!# Unselect All
|
||||
!# Dtfile*fileMenuTrash.deselectAll.acceleratorText:
|
||||
!# Dtfile*fileMenuTrash.deselectAll.accelerator:
|
||||
!# Restore
|
||||
!# Dtfile*fileMenuTrash.putBack.acceleratorText:
|
||||
!# Dtfile*fileMenuTrash.putBack.accelerator:
|
||||
!# Remove
|
||||
!# Dtfile*fileMenuTrash.shred.acceleratorText:
|
||||
!# Dtfile*fileMenuTrash.shred.accelerator:
|
||||
!# In the Help pulldown:
|
||||
!# Introduction...
|
||||
!# Dtfile*helpMenuTrash.introduction.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.introduction.accelerator:
|
||||
!# Tasks...
|
||||
!# Dtfile*helpMenuTrash.tasks.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.tasks.accelerator:
|
||||
!# Reference...
|
||||
!# Dtfile*helpMenuTrash.reference.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.reference.accelerator:
|
||||
!# On Item
|
||||
!# Dtfile*helpMenuTrash.onItem.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.onItem.accelerator:
|
||||
!# Using Help...
|
||||
!# Dtfile*helpMenuTrash.usingHelp.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.usingHelp.accelerator:
|
||||
!# Version...
|
||||
!# Dtfile*helpMenuTrash.version.acceleratorText:
|
||||
!# Dtfile*helpMenuTrash.version.accelerator:
|
||||
!# The display area size for the icon images in File Manager
|
||||
!# Icon images larger than this size will be clipped to this size
|
||||
!# Dtfile*smallIconWidth: 24
|
||||
!# Dtfile*smallIconHeight: 24
|
||||
!# Dtfile*largeIconWidth: 38
|
||||
!# Dtfile*largeIconHeight: 38
|
||||
!# To empty trash upon exiting the desktop. Set this resource to True
|
||||
!# Dtfile*emptyTrashOnExit: False
|
||||
|
||||
%|nls-14-#optional_localization#|
|
||||
Reference in New Issue
Block a user