first commit - moved from local dev to git

This commit is contained in:
firebee
2022-10-02 10:09:40 +02:00
commit bbb3ef9333
1861 changed files with 167960 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,946 @@
#####################################################################
# the new mint style configuration for xaaes
# (it reuse the mint cnf parser :-))
#
# upper/lowercase don't matter for all keywords
# bool values can be expressed as 1/0, y/n, yes/no, true/false
#
######################################################################
# include <file>
#
# Example: Include any external file into configuration
#
#include u:/c/video.cnf
#include c:\video.cnf
#include C:\video.cnf
######################################################################
# eiffel_support [true|false]
#
# if set F-keys > 10 cause eiffel-wheel-events
#
#eiffel_support = true
######################################################################
# back_col [0-15]
#
# set XaAES-background-colour
#
#back_col = 13
#####################################################################
# menubar [0|1|2]
#
# hideable menubar
# 0: off
# 1: on
# 2: always on (default)
#
#menubar=1
####################
# menu_layout[0|1]
#
# use short[1] or long[0] menu
#
#menu_layout=1
####################
# menu_ontop[0|1]
#
# menubar may be overwritten [0] or not[1]
#
#menu_ontop=1
#####################################################################
#
# leave_top_border
# define if windows are allowed to move over top of screen (crashes some VDI)
#leave_top_border = 1
#####################################################################
# logfile <filename> (default xa_boot.log in the xaaes-startup-directory)
#
# set the name of the logfile
# if empty ("") debug-output to file is disabled.
#
# examples:
#
#logfile = ""
#logfile = C:\xaaes.log
#logfile = my.log
#####################################################################
# save_windows = <bool> (default is 'no')
#
# save XaAES-windows-setting when exiting XaAES
# windows are saved in <XaAES-home>/xaaes.inf
#####################################################################
# loglvl <positive number> (default: 1 in snapshot, 0 in release)
#
# set verbosity of debug-output
# the higher the more gets printed.
# bit 1 (value 2) of loglvl causes all debug-output also to go to console.
# A value of 0 disables debug-output
#
# examples:
#
# debug-output to file
#loglvl = 1
# debug-output to console
#loglvl = 2
# debug-output to console and file
#loglvl = 3
# no debug-output
#loglvl = 0
#####################################################################
# focus <program>
#
# set first focus.
#
# The program given by <program> will be the first to receive input after startup
# and have the menu and top-window if any.
# The special name 'shell' sets the focus to the desktop given by the
# shell-directive.
#####################################################################
# allow_setexc (default:-1)
# restrict calls to Setexc by programs started after XaAES.
# -1: no change
# 0: deny all
# 1: deny trap-changes (numbers 0-15)
# 2: allow all
#####################################################################
# xa_bubble (default:0)
# if you want to use the XaAES-builtin bubble-help (since 1.1.21) set
# this. You can deactivate any external bubble-app if you use xa_bubble.
# 1: windows-tooltip-style
# 2: apple-ballon-help-style
#xa_bubble = 1
#####################################################################
# describe_widgets (default:0)
# if set not 0 display name/function of a widget when the mouse is
# placed (not moved) twice above a widget.
# 1: windows-tooltip-style (recommended)
# 2: apple-ballon-help-style
# describe_widgets = 1
#####################################################################
# video mode select
# -----------------
#
# Selects the video mode that XaAES will boot into. If not set mode = 1
# will be used, e.g. use current/default video mode.
#
# If you don't have a Falcon <mode> can be:
# -----------------------------------------
# - 2 = 320*200, 16 colour (ST-Low)
# - 3 = 640*200, 4 colour (ST-Medium)
# - 4 = 640*400, 2 colour (ST-High)
# - 6 = 640*480, 16 colour (TT Medium)
# - 8 = 1280*960, 2 colour (TT High)
# - 9 = 320*480, 256 colour (TT Low)
#
# All other values are ignored!
#
# If you have a Falcon <mode> is the same argument as to the
# VsetMode() OS call:
# ---------------------------------------------------------
# BIT Name Meaning
#
# 0-2 BPS Number of bitplanes:
# - 000 = 2colour
# - 001 = 4colour
# - 010 = 16colour
# - 011 = 256colour
# - 100 = 16bits/pixel (True colour)
#
# 3 COL Number of columns
# - 0 = 40
# - 1 = 80
#
# 4 VGA Monitor select
# - 0 = TV mode
# - 1 = VGA mode
#
# 5 TVSEL TV standard select
# - 0 = NTSC
# - 1 = PAL
#
# 6 OVERSCN Overscan flag (not valid for VGA)
# - 0 = don't overscan
# - 1 = overscan
#
# 7 STMODES ST Compatibility mode
# - 0 = Standard VGA video modes
# - 1 = ST Compatible Video modes
#
# 8 VERTFLAG Vertical mode
# - VGA: 0 = standard
# 1 = line doubling (half res)
# - TV: 0 = standard
# 1 = Interlace (double res!!!)
#
# 9-14 unused
#
# 15 Additive mode bit for non standard resolutions
# If set, use the default screen resolution as
# preset by CentScreen.
#
# For example:
#
# video = 26 will select 640*480*16colour VGA mode.
# video = 0x801a will select 16 colour VGA mode in
# the resolution preset by centscreen.
# Note:
# When you use a screenexpander like Screenblaster, you have to use
# the video option as well. This will make the Screenblaster-Software
# to show up the resolution-selection-menu.
#
#video = <mode>
#video = 4
####################################################
# gradients = <name|[0|1]> (default = 0)
#
# setting gradients to a nonzero value or a name turns on use of
# color gradients in the window widget and aes object
# renderer in hc/tc color modes.
#
# gradient-files are <xaaes-home-dir>/gradient/<name>.grd
#default gradients
#gradients = 1
#gradients = default
#special gradients
#gradients = g_red
#gradients = g_green
#gradients = g_blue
#gradients = g_yellow
#gradients = g_cyan
#gradients = g_purple
#special gradients (sinfo-title and window-title exchanged)
#gradients = n_default
#gradients = n_red
#gradients = n_green
#gradients = n_blue
#gradients = n_yellow
#gradients = n_cyan
#gradients = n_purple
####################################################
# textures = <name|[0|1]> (default = 0)
#
# setting textures to a nonzero value or a name (default: img) turns on use of
# textures in the window widget and aes object
# renderer in color modes.
#
# texture-folders are <xaaes-home-dir>/<name>/
#textures = img
textures = 0
#####################################################################
#palette = <name>
#
#load palette from file <xaaes-home-dir>/pal/<name>.pal
#
#palette = gem
#####################################################################
# setenv name val ..... set up environment
#
#setenv NAME value
#
# The following are environment variables you are strongly adviced
# to set as soon as possible to ensure smooth operation of the
# system;
setenv ACCPATH C:\
setenv ACCEXT ACC,ACX
setenv GEMEXT PRG,APP,GTP,OVL,SYS
setenv TOSEXT TOS,TTP
setenv TOSRUN u:\c\mint\1-19-cur\sys-root\opt\GEM\toswin2\tw-call.app
#setenv GEMJINGPATH u:\d\sound\gemjing\gemjing.prg
setenv SDL_VIDEODRIVER gem
#####################################################################
# naes_cookie = <bool> (default is 'no')
#
# Some applications need to think they are running under N.AES, and
# don't use appl_getinfo() to check for function availability. This
# is terrible programming, and to all programmers feeling targeted;
# Fix your apps! XaAES can now provide a fake nAES cookie, so that
# more applicaitons will run correctly on XaAES, but there is also
# another terrible danger; Some N.AES calls return pointers to
# internal AES structures, which is kinda putting your testicles
# into the hand of a stranger and hope he is a friend. Such apps will
# definately crash when run on XaAES while thinking its on N.AES.
# Older versions of Taskbar work much better with naes_cookie = yes.
#
# See more info about this in newcalls.txt, it is possible to detect
# that the cookie is a fake one (and thus really the AES is XaAES).
#
naes_cookie = yes
#####################################################################
# use $HOME in shell_find
#
usehome = yes
#####################################################################
# dc_time = <time in timer ticks> (default is 50 = 250ms)
# where a tick is 5ms
#
# double click time
#
#dc_time = 35
#####################################################################
# mp_timegap = <time in timer ticks> (default is 3 = 15ms)
# where a tick is 5ms
#
# Mouse packet time-gap. This is the time (in 200hz timer ticks) that
# must pass after a button-release event before a new button-press
# event is accepted by moose.adi. Because of unstable mouse-buttons,
# a button-press may follow immediately after a button-release, creating
# an "extra" mouse-click. This is especially annoying when releasing
# the right-button after a drag-session (Thing's directory-window, for
# example), and the "extra-click" fires some unwanted action.
#
#mp_timegap = 5
#####################################################################
# lrmb_swap = <bool> (default is 'no')
#
# Swap left and right mouse buttons. Setting 'lrmb_swap = yes' will make
# XaAES swap the left and right mouse buttons.
#
#lrmb_swap = yes
#####################################################################
# Mouse wheel configuration.
#
# There are currently four configuration variables that is used to to set
# wheel configuration;
#
# vertical_wheel_id = <value> (default is 0)
# vertical_wheel_amount = <value> (default is 1)
# horizontal_wheel_id = <value> (default is 1)
# horizontal_wheel_amount <value> (default is 1)
#
# With 'vertical_wheel_id' you can choose which wheel you want to use as the
# vertical wheel. Likewise, you set the ID of the wheel you want to define as
# the horizontal wheel. Do NOT set the same value for both vertical and
# horizontal wheel ID's.
#
# With vertical_wheel_amount you can set the amount of lines to scroll per
# turn of the vertical wheel. Likewise, you can set the amount of columns to
# to scroll per turn of the horizontal wheel using 'horizontal_wheel_amount'.
# The value for these configuration variables must be a number between
# 1 and 20. Per now, this actually sets the number of WM_ARROWED messages
# send to the application per turn of the wheel.
#
vertical_wheel_id = 0
vertical_wheel_amount = 3
horizontal_wheel_id = 1
horizontal_wheel_amount = 3
#####################################################################
# redraw_timeout <time in ms> (default is 500)
#
# redraw_timeout. This is the time in ms XaAES will wait for clients to
# service WM_REDRAW messages between actions that generate redraws,
# like moving/closing/opening/etc. windows. If a client is busy and this
# 'times out' happens, it is marked as lagging and XaAES will service the
# redraws for it. When this happens, XaAES just draws the areas not
# serviced with dark gray color until the client re-enters evnt_multi().
# For slow machines, this timeout must be higher (longer) than on faster
# machines.
#
redraw_timeout = 2000
#####################################################################
# menu = <string> (default is 'leave')
#
# <string> can be 'pull', 'push' or 'leave'
#
#menu = push
#####################################################################
# popscroll = <value> (default is 0)
#
# Set number of lines of a popup above which it will be made scrollable
#
#popscroll = 16
#####################################################################
# menupop_pids = <bool> (default = 'no')
#
# Setting menupop_pids = yes makes XaAES list its clients in the client-list-
# menupopup using the following format;
#
# " PPID(RPPID) -> PID Client nice name"
#
# where 'PPID' is the physical parent-pid of the Client (which is the AESSYS).
# 'RPPID' is the Process ID of the process that called shel_write() to start
# it, it is the "Real Parent PID". 'PID' is the Process ID of the client.
#
# If set to 'no' (the default), only the client's nice name (when available,
# else its 'proc_name') is listed.
#
#menupop_pids = yes
#####################################################################
# popup_timeout - Time in milliseconds before popups opens. (default = 10)
# popout_timeout - Time in millisecods before popups close. (default = 1000)
#
# With these two configuration variables you can configure menu/popup
# navigation to your liking. 'popup_timeout' sets the time in ms XaAES's
# menu/popup navigation waits before brining up the attachment for a given
# entry when mouse hovers over. 'popout_timeout' sets the time in ms before
# an entry's attachement is closed when mouse leaves, unless mouse enters
# another entry with an attachement in which case that new attachment is
# opened according to 'popup_timeout".
#
# In normal AES menu/popup navigation it is possible to click, and select,
# a menu or pop entry that has an attachment. However, to be able to implement
# decent navigation, XaAES behaves slightly different from other AES's now;
#
# Single click entry without attachment - select it, like normal AES
# single click entry with attachment - open it immediately,
# like on most other GUIs
# Double click entry with attachment - select it, like single-click on
# normal AES
#
#
#popup_timeout = 50
#popout_timeout = 1000
#####################################################################
# alert_windows = <value> (default is 0xffff)
#
# THE IMPLEMENTATION IS NOT DEFINATE AND ONLY PARTIAL AS OF NOW!!!
#
# alert_window is a bitmask indicating which alerts coming via the
# alert pipe will be shown in a window. The idea is that this mask
# is used to tell the AES which alerts you want like this;
# bit 0 set -> show alerts with no icon
# bit 1 set -> show alerts with INFO icon
# bit 2 set -> show alerts with QUESTION icon
# bit 3 set -> show alerts with STOP icon
# etc., etc.
#
# Because there is no consideration as to which icon is used
# (for example, kernel's PROCESS KILLED alerts have icon #1, the same
# as used for other warnings/informative ALERTS), the implemention
# is not complete. So for now use this to either turn off or on alerts
# altogether. To turn on alert windows, use a mask where all bits are set,
# 0xffff, and to turn off clear all bits, 0x0000
#
#alert_windows = 0x0000
#####################################################################
# icnfy_orient = <value> (default is 3)
#
# This controls how XaAES arranges iconified windows. Currently the
# following orientations are available;
#
# 0 - Iconified windows are stacked top -> bottom starting at the
# top/left of the screen. When one column is full, the next
# column is being used.
# 1 - Iconified windows are stacked top -> bottom starting at the
# top/right of the screen. When a column is full, windows are
# stacked in the column to the left of the filled one.
# 2 - Iconified windows are placed in rows going left -> right starting
# at the top/left of the screen. When a row is full, the row below
# the current one is used.
# 3 - Iconified windows are placed in rows going left -> right starting
# at the bottom/left of the screen. When a row is full, the row above
# the current one is used.
#
# If you bit 8 in icnfy_orient value is set, then the starting position
# will be reversed. This means that for orientation 0, the windows will
# be stacked bottom -> top starting at the bottom-most position instead.
# Using a hexadecimal value is easy for better readability;
#
#icnfy_orient = 0x003 # Start at left/bottom of the screen and go towards
# the right/bottom.
#icnfy_orient = 0x103 # Start at right/bottom corner and go towards
# windows towards the left/bottm corner.
#####################################################################
# icnfy_width = <value> (default is 72)
# icnfy_height = <value> (default is 72)
#
# These sets the width and height of iconified windows.
#icnfy_width = 80
#icnfy_height = 80
#####################################################################
# icnfy_left = <value> (default is 0)
# icnfy_right = <value> (default is 0)
# icnfy_top = <value> (default is 0)
# icnfy_bottom = <value> (default is 0)
#
# These variables dictates how far from left, right, top and bottom edges
# of the screen the iconfied windows should be placed. This means that
# if icnfy_left is set to 4, iconified windows are always placed minimum 4
# pixels off the left edge of the screen. If you want to protect the area
# of the taskbar, for example, you can use icnfy_bottom = 16, for example,
# as that makes sure iconified windows never get closer to the bottom of the
# screen than 16 pixels.
#
#icnfy_left = 0
#icnfy_right = 0
#icnfy_top = 0
#icnfy_bottom = 16
#####################################################################
# icnfy_reorder_to = <time in ms> (default is 0)
#
# Setting this to a nonzero value will make XaAES rearragne the currently
# iconified windows when an iconified window is uniconified or hidden.
# This will also, later on, reorder iconified windows when an application
# that quits had iconified windows.
#
#icnfy_reorder_to = 100
#####################################################################
# next_active = <string> (default is 'window')
#
# <string> can be 'client' or 'window'.
#
# Selects wether the previous active application or
# the owner of the previous topped (or only) window
# should be set active upon client termination.
#
#next_active = client
#####################################################################
# app_options = appname,argument1,argument2,...
#
# This will let you configure application specific things.
# There are two special appname's you can use, one is 'default'
# and the other is 'aessys'. 'default' is used to set GLOBAL
# configuration which affects all applications. A 'default'
# configuration have to be specified first.
# With appname being 'aessys', you can specify configuration
# for the aessys's windows, like taskmanager, etc.
# All other appname's are considered to be individual applications,
# and settings for 'autos401' will only affect that one application
# whose filename is autos401.[prg,app,gtp] or whose nicename is
# autos401. "autos401" is Autosort v4.1, btw.
#
# Here's an overview of the currently available app_option
# arguments, default settings are active until changed by you.
#
# A <bool> value can be 'true','false','on','off','yes','no',
# '1' and '02
#
# A <value> must be a decimal value (for now).
#--------------------------------------------------------------------
# windowner = <bool> default: false
#
# Will make XaAES show the name of the application
# owning the window in the window's title.
#--------------------------------------------------------------------
# nohide = <bool> default: false
#
# Windows will not have the HIDE widget, and thus cannot be
# hidden.
#--------------------------------------------------------------------
# xa_nohide = <bool> default: true
#
# Windows containing form_do() sessions will not have
# the HIDE widget and thus not be hidable.
# Autosort is one application that cannot have its
# form_do() session hidden (or moved)
#--------------------------------------------------------------------
# xa_nomove = <bool> default: true
#
# Windows containing a form_do() session will not be
# moveable. Autosort is one such application.
#--------------------------------------------------------------------
# noleft = <bool> default: false
#
# Windows can not be moved offscreen to the left.
#--------------------------------------------------------------------
# thinwork = <bool> default: false
#
# The "inner" 3d-effect is disabled. This 3d-effect 'frames'
# the work-area of windows in a 3d-ish frame.
#--------------------------------------------------------------------
# nolive = <bool> default: false
#
# Disable live window move/resize/etc.
#--------------------------------------------------------------------
# winframe_size = <value> default: 1
#
# Set the size of window frame. A value of -1 sets
# "overscan windows", which contains no frame or shadowing.
# It is not recommended to set a value of -1 yet!.
# A value of 0 will make windows without any borders.
# positive values make window-frames larger.
#--------------------------------------------------------------------
# naesff = <bool> default: false
#
# N.AES Full Fix;
# When naesff is set true, XaAES will send full WM_REDRAW
# message when all four window coordinates change, which
# happens when windows are FULLEd. This will fix redraw
# problems with apps like Jinnee.
#--------------------------------------------------------------------
# inhibit_hide = <bool> default: false
#
# Setting this will prevent it from being hidden by XaAES, which
# is very handy for applications like Taskbar, etc, that one
# regards like "system apps".
#--------------------------------------------------------------------
# clwtna = <value> default: 1
# (Close Last Window Tops Next App)
#
# Selects what to do when the last window of a client on top is closed.
# This argument takes a value, 0, 1 or 2, which have the following
# meaning;
#
# 0 - This keep the client whose last window is closed from being
# untopped. This prevents XaAES from topping another
# application when the last window it owns is closed.
# 1 - This will top the owner of the window below the closed
# window. That is, the owner of the window previously ontop
# will be topped. This is the normal behaviour found on
# other AESs.
# 2 - This will top the previously topped client, regardless
# of windows. Even when the previously active client dont
# have any windows, it will get topped.
#
#--------------------------------------------------------------------
# icn_pal_name = <string>
# (set mapping-palette for icons)
#
# Icon-colours for the app will be mapped according to the specified palette.
# The global command palette has to be set.
# To remap widgets set icn_pal_name for aessys.
# This only has an effect if icn_pal_name and pal differ.
# The palette specified by icn_pal_name has to be in the pal-dir.
# Currently only 8bit-icons are supported.
#
# The palette given in the rsc-file precedes the palette set by icn_pal.
# remap_cicons must be true.
#
# example:
# Set app-icon-palette for all apps
# app_options = default, ..., icn_pal_name = nvdi
#
# Set app-icon-palette for a specific app
# app_options = some-app, ..., icn_pal_name = gem
#
# Set widgets-palette
# app_options = aessys, ..., icn_pal_name = nvdi
#--------------------------------------------------------------------
# alt_shortcuts = <value>
# (Add shortcuts to dialog/alert)
#
# 0: no shortcuts
# 1: shortcuts for alerts
# 2: shortcuts for dialog
# 3: 1+2
#
# default: 3
#
# example:
# app_options = diskus, alt_shortcuts = 0
#
# For teradesk >= 4 you need: app_options = DESKTOP, alt_shortcuts = 1
#--------------------------------------------------------------------
# rsc_lang = <value> default: 0
#
# If set XaAES creates or uses a translation file (.rsl) for
# this application.
#
# 0 = No translation
# 1 = Read an existing translation file (or create, if not present)
# 2 = Always create a translation file (overwrite existing one)
#--------------------------------------------------------------------
# ignore_rsc_size = <bool> default: false
#
# If true difference between resource-filesize and size given
# in rsc-header is no error.
#
#######################################################################
#
# This default setting will make XaAES look closer to n.aes, but
# will require precision when grabbing the window border for
# resizing :)
#
#app_options = default, thinwork = true, winframe_size = 1
#
# This default setting will make XaAES look like it has been
# looking up to now;
#
#app_options = default, thinwork = false, winframe_size = 2
#
# This setting for autosort401 will make sure its window cannot be
# moved.
#
#app_options = autos401, xa_nomove = true
#
# Ataricq looks much better when the "inner" 3d effect is turned off
# with 'thinwork" and as small a windowframe as possible.
#
#app_options = ataricq, thinwork = true, winframe_size = 1
#
# Taskbar needs this to prevent it from being hidden, and it closing
# its only window should always top the previously topped app.
#
#app_options = taskbar, inhibit_hide = yes, clwtna = yes
#
#simple
#app_options = default,xa_nomove = false
#real
app_options = default,thinwork = true, winframe_size = 2, xa_nomove = false, nolive = true
app_options = xasys, thinwork = true, winframe_size = 3, xa_nomove = false, nolive = false
app_options = aessys, thinwork = true, winframe_size = 3, xa_nomove = false, nolive = false, rsc_lang = 1, icn_pal_name = nvdi
#
# TosWin2 requires a few specific settings.
# If you frequently run many textmode programs from the desktop,
# you may be interested by the second line below. That will reactivate
# the desktop as soon as textmode programs exits, instead of staying
# on the TosWin2 menu bar.
app_options = toswin2, nohide = true, noleft = true
#app_options = toswin2, nohide = true, noleft = true, clwtna = 1
#
# Other application specific settings
#
#app_options = pc_help, alt_shortcuts = 0
app_options = diskus, alt_shortcuts = 0
app_options = DESKTOP, alt_shortcuts = 1
#app_options = jaygrpii, alt_shortcuts = 0
#app_options = autos401,xa_nomove = true
#app_options = ataricq,thinwork = true, winframe_size = 0
#app_options = jinnee, naesff = true
#app_options = nwatch, thinwork = true, winframe_size = 0
#app_options = popwatch, thinwork = true, winframe_size = 0
#app_options = taskbar, inhibit_hide = yes, clwtna = true
#app_options = amail, naesff = true
#app_options = mymail, thinwork = true, winframe_size = 0
#app_options = highwire, winframe_size = 0
#####################################################################
# ctlalta_survivors = <list of app-names>
#
# 'app-names' is the filename part of the program file, padded with
# spaces to fit 8 characters. This is NOT the 'nice' name. So, if your
# Toswin2 binary is named "tw2.app", you use "tw2 ". Each app-name
# is separated with comma.
#
# This will allow you to specify which applications XaAES does not
# attempt to terminate when user presses CTRL-ALT-A to quit all
# applications. Normally, this keycombo quits all running applications
# leaving only XaAES. However, most of the time, keeping certain
# applications running is preferred, such as the desktop, the taskbar,
# av-server application, etc, etc.
#
# One special name is '_aes_shell_', which will prevent XaAES from
# terminating the desktop loaded via "shell = " configuration variable.
# One can still use the name of the desktop program if it is konwn, but
# an easier way is to use '_aes_shell_', as that will work without
# further configuration modifications when one changes desktop from, say,
# Thing to Jinnee.
#
# If you want to bypass this setting, and quit ALL applications, leaving
# only XaAES, you can press ctrl-alt-shift-a.
#
# The following will keep the desktop, taskbar and toswin2 running after
# a ctrl-alt-a action;
#
#ctlalta_survivors = "_aes_shell_", "taskbar ", "toswin2 "
#
#ctlalta_survivors = "toswin2 ", "strngsrv", "_aes_shell_", "taskbar "
#####################################################################
# kill_wo_question = <list of app-names>
#
# 'app-names' is the filename part of the program file, padded with
# spaces to fit 8 characters. This is NOT the 'nice' name. So, if your
# Toswin2 binary is named "tw2.app", you use "tw2 ". Each app-name
# is separated with comma.
#
# This will allow you to specify applications which should be killed without
# question during shutdown. It is necessary because many apps dont react to
# the AP_TERM message, leaving the AES waiting for a maximum amount of time
# each time the user wants to quit or change resolution. Very annoying for
# the user, to say the least! Applications found in this list will be
# brutally killed immediately, so make sure you dont add clean apps to this
# list!
# Application authors: Make sure your apps dont end up on this list! :)
#
#kill_wo_question = "procalc", "mintsett"
#
kill_wo_question = "ST-Guide"
#####################################################################
# clipboard = <path> # path to clipboard
# accpath = <path> # path from which accs are loaded
# launchpath = <path> # initial path for launcher
#
clipboard = c:\clipbrd\
accpath = c:\
launchpath = u:\usr\gem
#####################################################################
# define external snapshot-program to be executed if xaaesnap is not loaded
#
#snapshot=u:/usr/local/bin/snapshot
#####################################################################
# widgets = <file>
# resource = <file>
#
#resource = xa_mono.rsc
#widgets = widgets/homwdg.rsc
#widgets = widgets/styl_wdg.rsc
#widgets = widgets/nine-ozk.rsc
#widtets = widgets/baroqwdg.rsc
#widgets = widgets/ronb_wdg.rsc
#widgets = widgets/magicwdg.rsc
#####################################################################
# Set resource palette
# --------------------
#
# set_rsc_palette <bool> (default is false)
# Use the palette defined in the resource as the screen palette.
#
#set_rsc_palette = true
#####################################################################
# Language selection
# ------------------
#
# lang = <two character language-code> (default from $LANG or AKP-cookie)
#
# Set your preferred language for XaAES here.
# currently supported two-character language-codes are:
# en, de, fr, es, it, hu, ru, cs.
#
# No resource-translation is performed for en (see app_options/rsc_lang).
# Comment the following line to get your computer's native language
# or set one of the above codes.
lang = en
#####################################################################
# Switch keyboard tables
# ----------------------
#
# keyboards = <key>, <layout1>, <layout2>, ...
#
# <key>: ALT-CTRL shortcut key for switching between keyboard-
# tables (layouts). NOTE: The character you use should be
# present and equal in ALL layouts.
# <layout*>: Names of keyboard.tbl files (without .tbl extension).
# Please copy the needed files from /keyboard/ to
# /mint/1-*-*/ folder.
#
#keyboards = <, british, german, french
#####################################################################
# Remap cicons
#
# Icon-colours for the app will be mapped according to the rsc-palette
# (if given in the rsc-file or defined by icn_pal_name).
#
#remap_cicons = yes
#####################################################################
# widget_auto_highlight = <bool> (default is 'no')
#
# When widget_auto_highlight is set true, standard window widget are
# automatically highlighted when mouse hovers over them. This is still
# very experimental, and widgets are not actually highlighted, they
# are just animated - that is redrawn in SELECTED status.
#
#widget_auto_highlight = yes
#####################################################################
# helpserver (like N.AES config, first is the default)
#
#helpserver = HYP,ST-GUIDE,d:\help\st-guide.prg
#helpserver = HTM,CAB,e:\www\cab.app
helpserver = HYP,HYP_View,c:\system\hyp_view\hyp_view.app
helpserver = HTM,HighWire,d:\internet\www\highwire\highwire.app
#####################################################################
# cancel = string,string
#
cancel = cancel,abbruch,annuler,anular,annulla,m<>gsem,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,Zru<72>it,avbryt,anuluj,afbryd,undo
#####################################################################
# filters = mask, mask, ...
#
filters = *.*, *.[atpg]*, *.[chs]*, *.l*, *.o*
#####################################################################
# font_id - Standard GDOS fontid for windows & stuff
# standard_point - Size of the 'standard' AES font (for window titles, etc)
# medium_point - The same, but for low resolution screens
# small_point - Size of the 'small' AES font
# infoline_point - Fontsize for window infoline
# xaw_point - Fontsize for XaAES windows
#
# defaults:
#
#font_id=1
#standard_point=10
#medium_point=9
#small_point=8
#infoline_point=10
#xaw_point=10
#####################################################################
# start any other programs with run
#
#run <path>\<application>
#run u:\opt\taskbar\taskbar.prg
#run u:\c\system\strngsrv\strngsrv.prg
run u:\c\mint\1-19-cur\sys-root\opt\GEM\toswin2\toswin2.app
#####################################################################
# system shell
#
#
#---------- Thing -----------
#
#setenv THINGDIR u:\c\thing\thing
#setenv AVSERVER "THING "
#setenv FONTSELECT "THING "
#shell = c:\thing\thing\thing.app
#
#---------- Thing 1.27 -----------
#
#setenv THINGDIR u:\c\thing127.e\thing
#setenv AVSERVER "THING "
#setenv FONTSELECT "THING "
#shell = c:\thing127.e\thing\thing.app
#
#---------- Jinnee ----------
#
#setenv AVSERVER "JINNEE "
#setenv FONTSELECT "JINNEE "
#
#shell = c:\jinnee\jinnee.app
#
#--------- Teradesk ---------
#
setenv AVSERVER "DESKTOP "
setenv FONTSELECT "DESKTOP "
#
shell = u:\c\mint\1-19-9ef\sys-root\opt\GEM\teradesk\desk_cf.prg

View File

@@ -0,0 +1,78 @@
# Um<EFBFBD>st<EFBFBD>te tento soubor do startovac<EFBFBD>ho adres<EFBFBD><EFBFBD>e xaaes (C:\mint\1-*-*\xaaes)
<b>Ctrl-Alt-zkratky</b>:
#<CtrlAlt>
0
#$1 [keyboard-switch]
A Ukon<EFBFBD>it v<EFBFBD>echny programy
(seznam v<EFBFBD>jimek v xaaes.cnf)
B Otev<EFBFBD><EFBFBD>t Syst<EFBFBD>mov<EFBFBD> okno a protokol varov<EFBFBD>n<EFBFBD>
D Otev<EFBFBD><EFBFBD>t dialogov<EFBFBD> okno sn<EFBFBD>mku obrazovky
(vy<EFBFBD>aduje XAAESNAP.PRG)
E Otev<EFBFBD><EFBFBD>t kontextovou nab<EFBFBD>dku okna
H Zastavit syst<EFBFBD>m (nebo spustit $SDMASTER,
je-li nastaven)
I (Od-)ikonifikovat sou<EFBFBD>asn<EFBFBD> okno
J
K Spustit program
L Otev<EFBFBD><EFBFBD>t spr<EFBFBD>vce <EFBFBD>loh
M
P Obnovit paletu barev v hloubce 8 bit<EFBFBD>
nebo m<EFBFBD>n<EFBFBD>
Q Ukon<EFBFBD>it XaAES (nebo spustit $SDMASTER,
je-li nastaven)
R Pokusit se obnovit syst<EFBFBD>m po zaseknut<EFBFBD>
U
V Zviditelnit v<EFBFBD>echny programy
W Glob<EFBFBD>ln<EFBFBD> p<EFBFBD>ep<EFBFBD>n<EFBFBD>n<EFBFBD> oken
X Skr<EFBFBD>t v<EFBFBD>e mimo moment<EFBFBD>ln<EFBFBD> aktivn<EFBFBD> aplikace
Y Skr<EFBFBD>t moment<EFBFBD>ln<EFBFBD> aktivn<EFBFBD> aplikaci
MEZERA Otev<EFBFBD><EFBFBD>t hlavn<EFBFBD> li<EFBFBD>tu nab<EFBFBD>dky
SHIFT+MEZERA Otev<EFBFBD><EFBFBD>t nab<EFBFBD>dku sou<EFBFBD>asn<EFBFBD>ho okna, pokud
ji m<EFBFBD>, jinak hlavn<EFBFBD> nab<EFBFBD>dku
HELP Otev<EFBFBD><EFBFBD>t okno O...
HOME P<EFBFBD>ekreslit obrazovku
TAB P<EFBFBD>ep<EFBFBD>nat otev<EFBFBD>en<EFBFBD> aplikace
<EFBFBD>IPKA VPRAVO Maximalizovat sou<EFBFBD>asn<EFBFBD> okno
#</CtrlAlt>
<u> </u>
Zkratky/pohyb v <b>XaAES okn<EFBFBD> pro v<EFBFBD>b<EFBFBD>r soubor<EFBFBD></b>:
CTRL+B Adres<EFBFBD><EFBFBD>e v re<EFBFBD>ln<EFBFBD>m <EFBFBD>ase
CTRL+T Stromov<EFBFBD> pohled
CTRL+N Se<EFBFBD>adit podle jm<EFBFBD>na
CTRL+D Se<EFBFBD>adit podle data
CTRL+S Se<EFBFBD>adit podle velikosti
CTRL+E Se<EFBFBD>adit podle typu
CTRL+X Neset<EFBFBD><EFBFBD>d<EFBFBD>n<EFBFBD>
CTRL+SPACE
CTRL+O Otev<EFBFBD><EFBFBD>t nab<EFBFBD>dku okna (pohyb pomoc<EFBFBD>
kurzorov<EFBFBD>ch kl<EFBFBD>ves a RETURN)
CTRL+C Zkop<EFBFBD>rovat cestu a jm<EFBFBD>no ozna<EFBFBD>en<EFBFBD>ho
souboru (pokud je) do schr<EFBFBD>nky
<u>Pole seznamu vybr<EFBFBD>no:</u>
<EFBFBD>IPKA VPRAVO Rozbalit strom
<EFBFBD>IPKA VLEVO Sbalit strom
<EFBFBD>IPKA NAHORU/DOL<EFBFBD> Pohyb kurzoru
PageUp/Down(SHIFT+<EFBFBD>ipky) Str<EFBFBD>nkov<EFBFBD>n<EFBFBD> seznamu soubor<EFBFBD>
CLEAR/HOME Skok na za<EFBFBD><EFBFBD>tek seznamu
SHIFT+CLEAR/HOME Skok na konec seznamu
<u>Pole seznamu nevybr<EFBFBD>no:</u>
<EFBFBD>IPKA VPRAVO Rolovat doprava
<EFBFBD>IPKA VLEVO Rolovat doleva
<EFBFBD>IPKA NAHORU/DOL<EFBFBD> Rolovat nahoru/dol<EFBFBD>
Pokud je vybr<EFBFBD>na polo<EFBFBD>ka v poli seznamu, <EFBFBD>IPKA VPRAVO
aktivuje edita<EFBFBD>n<EFBFBD> pole, tak<EFBFBD>e v<EFBFBD>b<EFBFBD>r m<EFBFBD><EFBFBD>e b<EFBFBD>t upraven.
<u> </u>
Dal<EFBFBD><EFBFBD> dokumentace:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,166 @@
# Diese Datei geh<65>rt in den XaAES-Ordner (C:\mint\1-*-*\xaaes)
#
# Umbelegen von Ctrl-Alt-Shortcuts:
# <original>#<neu>#
# weist <neu> <original> zu, <original>
# bleibt g<>ltig.
#
# <original>#
# deaktiviert <original>
#
# F<>r # ist \# zu verwenden, f<>r \ \\.
#
# Die Shortcut-Umdefinition wird bei jedem <20>ffnen des "<22>ber XaAES"-
# Fensters ausgewertet, kein Neustart erforderlich.
# Beispiele:
# SHIFT+W#ESC# Oberstes Fenster von voherigem Programm nach vorn
# -> Ctrl-Alt-Esc erh<72>lt die gleiche Funktion wie Ctrl-Alt-SHIFT-W
# SHIFT+W#
# -> Deaktiviert Ctrl-Alt-SHIFT-W
# L#\\# ... -> Ctrl-Alt \ wird Synonym f<>r Ctrl-Alt-L
# L#\## ... -> Ctrl-Alt # wird Synonym f<>r Ctrl-Alt-L
#
<b>XaAES Tastatur-Shortcuts (CTRL+ALT+Taste):</b>
#<CtrlAlt>
0 Men<65>zeile an/ausschalten
#$1 [keyboard-switch]
. Aktuellen Fensterinhalt auf Bildschirmgr<67><72>e
: Aktuellen Bildschirminhalt als Hintergrund verwenden
+ Loglevel erh<72>hen
- Loglevel erniedrigen
A Beendet alle laufenden Progamme
(Ausnahmeliste in xaaes.cnf)
B <20>ffnet den System/Log-Dialog
D <20>ffnet den Screenshot-Dialog
(XAAESNAP.PRG ben<65>tigt)
E <20>ffnet das Fenster-Kontextmen<65>
L#F# <20>ffnet den Task-Manager
SHIFT+L Konfiguration laden
HELP <20>ffnet den XaAES Infodialog
H System herunterfahren (oder $SDMASTER
ausf<73>hren, falls gesetzt)
I Oberstes Fenster (de-)ikonifizieren
J XaAES neu starten
K Programm starten
M Mauszeiger wiederherstellen
N Lade Gradient
SHIFT+N Hintergrundbild <20>ndern
P Farbpalette wiederherstellen (Farbtiefe
8-Bit oder weniger)
SHIFT+P Palette laden
Q,G XaAES sofort beenden (oder $SDMASTER
ausf<73>hren, falls gesetzt)
R Versucht ein "h<>ngendes" System
wiederherzustellen
S Aktuelle XaAES-Fenster-Einstellung speichern
HOME#T# Bildschirm wiederherstellen (neuzeichnen)
U Oberstes Fenster schlie<69>en
V Alle versteckten Programme hervorholen
W Globaler Fensterwechsel
SHIFT+W#ESC# Oberstes Fenster von voherigem Programm nach vorn
X Versteckt alle Programme bis auf das
momentan verwendete
Y Momentan verwendetes Programm verstecken
(alle Fenster)
SPACE <20>ffnet das Hauptmen<65> (Navigation mit
Pfeiltasten und RETURN)
SHIFT+SPACE <20>ffnet das Fenstermen<65> (falls vorhanden),
sonst das Hauptmen<65>
TAB Wechsel zwischen aktiven Programmen
SHIFT+TAB Wechsel zum vorherigen Programm
INSERT Oberstes Fenster maximieren
PFEIL-HOCH Oberstes Fenster vergr<67><72>ern
PFEIL-RUNTER Oberstes Fenster verkleinern
PFEIL-RECHTS Oberstes Fenster breiter machen
PFEIL-LINKS Oberstes Fenster schmaler machen
SHIFT+PFEIL-HOCH#8#Oberstes Fenster nach oben verschieben
SHIFT+PFEIL-RUNTER#2#Oberstes Fenster nach unten verschieben
SHIFT+PFEIL-RECHTS#6#Oberstes Fenster nach rechts verschieben
SHIFT+PFEIL-LINKS#4#Oberstes Fenster nach links verschieben
SHIFT+
PFEIL-HOCH Oberstes Fenster nach oben verschieben
PFEIL-RUNTER Oberstes Fenster nach unten verschieben
PFEIL-RECHTS Oberstes Fenster nach rechts verschieben
PFEIL-LINKS Oberstes Fenster nach links verschieben
#</CtrlAlt>
<u> </u>
Shortcuts/Navigation im <b>Dateiauswahl-Dialog:</b>
CTRL+B Echtzeit-Anzeige
CTRL+T Baumansicht
CTRL+N Nach Namen sortiert
CTRL+D Nach Datum sortiert
CTRL+S Nach Gre sortiert
CTRL+E Nach Extension sortiert
CTRL+X Unsortiert
CTRL+SPACE Sortierung umkehren
CTRL+I Zeichengenaue Musterauswertung wechseln
CTRL+/ Unix/TOS-Pfad
CTRL+O <20>ffnet das Fenstermen<65> (Navigation mit
Pfeiltasten und RETURN)
CTRL+C Der selektierte Pfad (+Dateiname) wird
ins Clipboard kopiert
CTRL+F Neuen Ordner erstellen (Namen in das
Editierfeld eingeben)
CTRL+R Selektierten Ordner/Datei umbenennen
(neuen [Pfad]/Namen in Editierfeld eing.)
CTRL+V Selektierte Datei anzeigen (wenn lesbar)
DELETE Selektierte Datei/leeren Ordner l<>schen
ALT+ " + " Vergr<67><72>ert die Schrift in der List-Box
ALT+ " - " Verkleinert die Schrift in der List-Box
<u> </u>
Shortcuts im <b>Taskmanager:</b>
DELETE Selektiertes Programm sauber beenden (wie
M<>lleimer-Icon)
SHIFT+
DELETE Bei selekt. Programm beenden erzwingen
(wie Totenkopf-Icon)
<u> </u>
Shortcuts f<>r <b>alle Fenster:</b>
SHIFT+
PFEIL-HOCH/RUNTER Seite hoch/runter bl<62>ttern
PFEIL-RECHTS/LINKS Seite rechts/links bl<62>ttern
<u>List-Box selektiert:</u>
PFEIL-RECHTS Ins sel. Unterverzeichnis
wechseln
PFEIL-LINKS Ins <20>bergeordnete Verzeichnis
wechseln
PFEIL HOCH/RUNTER Auswahl bewegen
BILD HOCH/RUNTER Dateiliste seitenweise bl<62>ttern
CLEAR/HOME Zum ersten Eintrag springen
SHIFT+CLEAR/HOME Zum letzten Eintrag springen
<u>List-Box nicht selektiert:</u>
PFEIL-RECHTS Cursor nach rechts bewegen
PFEIL-LINKS Cursor nach links bewegen
PFEIL HOCH/RUNTER Auswahl hoch/runter bewegen
Ist in der List-Box eine Datei selektiert, so kann man
mit PFEIL-RECHTS in die Eingabezeile wechseln und den
Namen editieren.
<u> </u>
<b>Men<65>zeile:</b>
Die Men<65>zeile kann durch einen Klick auf den oberen
Bildschirmrand aus- und angeschaltet werden (je nach
Konfiguration in xaaes.cnf). Ein Klick in die obere
linke Ecke schaltet das Men<65> permanent an/aus (wie
CTRL-ALT-0), sonst nur tempor<6F>r an (CTRL-ALT-SPACE).
<u> </u>
Weitere Informationen:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,131 @@
# Situa este fichero en el directorio de arranque de xaaes (C:\mint\1-*-*\xaaes)
<b>Ctrl-Alt-Atajos</b>:
#<CtrlAlt>
0 Ocultar barra men<EFBFBD> (on/off)
#$1 [keyboard-switch]
. Pasa contenido de la ventana a pantalla completa
: Crear fondo de la pantalla actual
A Terminar todas las aplicaciones
(lista de excepciones en xaaes.cnf)
B Abrir la ventana Sistema/Registro
D Cuadro de dialogo para capturar pantallas
(XAAESNAP.PRG requerido)
E Abrir submenu de ventanas
H Apagar sistema (o ejecuta $SDMASTER si
est<EFBFBD> configurado)
I Minimizar/restablecer la ventana actual
J Reinicializar XaAES
K Ejecutar programa
L Abrir el gestor de tareas
SHIFT+L Cargar configuraci<EFBFBD>n
M Recuperar puntero rat<EFBFBD>n
N Cargar gradiente
SHIFT+N Cargar imagen de fondo
P Restaurar la paleta de colores para modo
8-bits o inferior
SHIFT+P Cargar paleta de colores
Q Quitar XaAES (o ejecutar $SDMASTER si
est<EFBFBD> configurado)
R Intentar restablecer el sistema bloqueado
U Cerrar ventana
V Mostrar todas las aplicaciones
W Rotar ventanas
X Ocultar todo menos la aplicaci<EFBFBD>n activa
Y Ocultar aplicaci<EFBFBD>n activa
ESPACIO Abrir barra del menu principal
SHIFT+ESPACIO Abrir menu de la ventana activa si lo
posee, sino abrir menu principal
HELP Abrir Acerca de...
HOME Redibujar pantalla
TAB Rotar aplicaciones abiertas
INSERT Maximizar ventana
CURSOR-ARRIBA Aumentar tama<EFBFBD>o ventana
CURSOR-ABAJO Disminuir tama<EFBFBD>o ventana
CURSOR-DRCHA Aumentar anchura ventana
CURSOR-IZQ Disminuir anchura ventana
SHIFT+
CURSOR-ARRIBA Subir ventana
CURSOR-ABAJO Bajar ventana
CURSOR-DRCHA Mover ventana hacia la derecha
CURSOR-IZQ Mover ventana hacia la izquierda
#</CtrlAlt>
<u> </u>
Atajos/navegaci<EFBFBD>n en el <b>selector de ficheros de XaAES</b>:
CTRL+B Directorios en tiempo real
CTRL+T Vista de <EFBFBD>rbol
CTRL+N Ordenar por Nombre
CTRL+D Ordenar por Fecha
CTRL+S Ordenar por Tama<EFBFBD>o
CTRL+E Ordenar por Tipo
CTRL+X Sin ordenar
CTRL+ESPACIO Revertir orden
CTRL+O Abrir menu (navegaci<EFBFBD>n con los cursores
y RETURN)
CTRL+C La ruta y el fichero marcado (si existe)
son copiados al portapapeles
CTRL+F Crear ventana (Introduzca el nombre)
CTRL+R Renombrar fichero/carpeta
(Introduzca el nuevo nombre)
CTRL+V Visualizar fichero seleccionado
DELETE Borrar fichero/carpeta vacia
ALT+ " + " Incrementar el tama<EFBFBD>o de la fuente
ALT+ " - " Reducir el tama<EFBFBD>o de la fuente
<u> </u>
Atajos en el <b>gestor de tareas</b>:
DELETE Finalizar programa seleccionado
(icono papelera)
SHIFT+
DELETE Matar programa seleccionado
(icocno calavera)
TAB Llevar al frente la ventana seleccionada
<u> </u>
Atajos para <b>todas las ventanas</b>:
SHIFT+
CURSOR-ARRIBA/ABAJO P<EFBFBD>gina arriba/abajo
CURSOR-IZQ/DRECHA P<EFBFBD>gina izquierda/derecha
<u>Cuadro de lista de selecci<EFBFBD>n activo</u>:
CURSOR-DERECHA Abrir <EFBFBD>rbol
CURSOR-IZQUIERDA Colapsar <EFBFBD>rbol
CURSOR ARRIBA/ABAJO Mover cursor
PageUp/Down(SHIFT+CU/CD) Paginar la lista de ficheros
CLEAR/HOME Saltar al primer elemento
en la lista
SHIFT+CLEAR/HOME Saltar al <EFBFBD>ltimo elemento
de la lista
<u>Cuadro de lista de selecci<EFBFBD>n no activo</u>:
CURSOR-DERECHA Desplazar a la derecha
CURSOR-IZQUIERDA Desplazar a la izquierda
CURSOR ARRIBA/ABAJO Desplazar arriba/abajo
Si una entrada es seleccionada en el cuadro de lista de
selecci<EFBFBD>n, CURSOR-DERECHA activa el campo de edici<EFBFBD>n
para que la selecci<EFBFBD>n pueda ser editada.
<u> </u>
<b>Barra de men<EFBFBD>s</b>:
Si est<EFBFBD> configurado, el men<EFBFBD> puede ser ocultado (on/off)
clicando sobre el borde superior de la pantalla. Si se
clica en la parte superior izquierda el men<EFBFBD> ser<EFBFBD>
ocultado permanentemente (Ctrl-Alt-0), si no
temporalmente (Crtl-Alt-blank).
<u> </u>
Documentaci<EFBFBD>n adicional en:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,163 @@
# Mettre ce fichier dans le r<>pertoire d'XaAES (C:\mint\1-*-*\xaaes)
#
# Proc<6F>dure pour r<>-attribuer les raccourcis Ctrl+Alt:
# <original>#<nouveau>#
# Attribue <nouveau> <20> <original>; <original> reste
# valide.
#
# <original>#
# <original> n'est plus valide
#
# Les raccourcis sont <20>valu<6C>s chaque fois que la fen<65>tre
# "<22> propos de" est ouverte (par le menu ou avec Ctrl+Alt+Help).
# Il n'est donc pas n<>cessaire de red<65>marrer l'ordinateur.
#
# Exemple d'application: si vous pr<70>f<EFBFBD>rez la touche "Esc"
# plut<75>t que "W" pour basculer de la fen<65>tre d'une application
# <20> l'autre, ajoutez ce qui suit parmi la liste des raccourcis
# ci-dessous:
#
# SHIFT+W#ESC# ==> Ceci fera en sorte que les 2 touches seront
# valides pour cette action.
#
# SHIFT+W# ==> Avec ceci, vous invalidez la touche "W", qui peut
# donc <20>tre utilis<69>e pour une autre action.
#
<b>Raccourcis clavier avec Ctrl-Alt</b>:
#<CtrlAlt>
0 Aficher/Cacher menu
#$1 [keyboard-switch]
. Mettre le contenu de la fen<65>tre
en plein <20>cran
: Cr<43>er un fond d'<27>cran <20> partir de
l'<27>cran actuel
A Quitter toutes les applications
(liste d'exceptions dans xaaes.cnf)
B Ouvrir la fen<65>tre syst<73>me/
le journal syst<73>me
D Ouvrir le programme de capture d'<27>cran
(XAAESNAP.PRG n<>cessaire)
E Ouvrir le sous-menu des fen<65>tres
H Arr<72>ter le syst<73>me (ou ex<65>cuter $SDMASTER
si pr<70>sent)
I (D<>s-)iconifier la fen<65>tre actuelle
J Red<65>marrer XaAES
K Lancer un programme
L Ouvrir le gestionnaire des t<>ches
SHIFT+L Charger configuration
M R<>afficher pointeur souris
N Charger d<>grad<61>
SHIFT+N Charger le fond d'<27>cran
P Restaurer la palette dans les modes
inf<6E>rieurs ou <20>gals <20> 8 bits
SHIFT+P Charger palette
Q Quitter XaAES (ou ex<65>cuter $SDMASTER
si pr<70>sent)
R Tenter de r<>cup<75>rer un syst<73>me bloqu<71>
U Fermer fen<65>tre active
V D<>masquer toutes les applications
W Basculer d'une fen<65>tre <20> l'autre
globalement
SHIFT+W Amener la fen<65>tre sup<75>rieure de
l'application pr<70>c<EFBFBD>dente <20> l'avant
X Masquer toutes les applications sauf
celle au 1er plan
Y Masquer l'application du 1er plan
ESPACE Ouvrir le menu principal
SHIFT+ESPACE Ouvrir le menu de la fen<65>tre du 1er plan,
sinon le menu principal
HELP Ouvrir la fen<65>tre "A propos de"
HOME Redessiner l'<27>cran
TAB Basculer d'une application <20> l'autre
SHIFT+TAB Basculer vers l'application pr<70>c<EFBFBD>dente
INSERT Maximiser fen<65>tre active
FLECHE HAUT Agrandir fen<65>tre active
FLECHE BAS R<>duire fen<65>tre active
FLECHE DROITE <20>largir fen<65>tre active
FLECHE GAUCHE R<>duire largeur fen<65>tre active
SHIFT+
FLECHE HAUT Monter fen<65>tre active
FLECHE BAS Descendre fen<65>tre active
FLECHE DROITE D<>placer fen<65>tre active vers la droite
FLECHE GAUCHE D<>placer fen<65>tre active vers la gauche
#</CtrlAlt>
<u> </u>
Raccourcis/navigation dans <b>le s<>lecteur de fichiers</b>:
CTRL+B Affichage en temps r<>el
CTRL+T Affichage en arborescense
CTRL+N Tri par nom
CTRL+D Tri par date
CTRL+S Tri par taille
CTRL+E Tri par type
CTRL+X Pas de tri
CTRL+ESPACE Inverser l'ordre
CTRL+O Ouvrir le menu du s<>lecteur (navigation
avec les fl<66>ches et Return)
CTRL+C Copie le chemin et le nom de la
s<>lection dans le presse-papiers
CTRL+F Nouveau dossier (entrer nom dans
champ de saisie)
CTRL+R Renommer fichier/dossier s<>lectionn<6E>
(entrer nouveau nom dans champ de saisie)
CTRL+V Voir fichier s<>lectionn<6E>
DELETE Effacer fichier s<>lectionn<6E>/dossier vide
ALT+ " + " Augmenter taille de texte dans la liste
ALT+ " - " R<>duire taille de texte dans la liste
<u> </u>
Raccourcis dans <b>gestionnaire de t<>ches</b>:
DELETE Quitter programme s<>lectionn<6E>
(idem ic<69>ne corbeille)
SHIFT+
DELETE Forcer <20> quitter programme s<>lectionn<6E>
(idem ic<69>ne cr<63>ne)
TAB Amener le programme ou la fen<65>tre
s<>lectionn<6E>(e) <20> l'avant
<u> </u>
Raccourcis pour <b>toutes les fen<65>tres</b>:
SHIFT+
CURSEUR-HAUT/BAS Page haut/bas
CURSEUR-GAUCHE/DROITE Page gauche/droite
<u>Liste s<>lectionn<6E>e:</u>
FLECHE DROITE Ouvrir l'arborescence
FLECHE GAUCHE Fermer l'arborescence
FLECHE HAUT/BAS D<>placer le curseur
PAGE HAUT/BAS Monter/descendre d'une page
CLEAR/HOME Aller au d<>but de la liste
SHIFT+CLEAR/HOME Aller <20> la fin de la liste
<u>Liste non s<>lectionn<6E>e:</u>
FLECHE DROITE D<>filement <20> droite
FLECHE GAUCHE D<>filement <20> gauche
FLECHE HAUT/BAS D<>filement en haut/bas
Si une entr<74>e est s<>lectionn<6E>e dans la liste,
FLECHE DROITE place le curseur dans le champ <20>ditable,
ce qui permet d'<27>diter la s<>lection.
<u> </u>
<b>Barre de menu</b>:
Suivant la configuration, la barre de menu peut <20>tre
cach<EFBFBD>e/affich<63>e en cliquant en haut de l'<27>cran.
Cliquer dans le coin sup<75>rieur gauche cache/affiche le
menu de fa<66>on permanente (Ctrl-Alt-0), sinon, de fa<66>on
temporaire (Ctrl-Alt-Espace).
<u> </u>
Documentation suppl<70>mentaire :
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,114 @@
# Ennek a f<>jlnak az xaaes k<>nyvt<76>r<EFBFBD>ban kell lennie (C:\mint\1-*-*\xaaes)
<b>Ctrl-Alt gyorsbillenty<74>k</b>:
#<CtrlAlt>
0 Men<65>sor be/ki
#$1 [keyboard-switch]
A Bez<65>r minden alkalmaz<61>st (a kiv<69>telek
list<73>ja az xaaes.cnf-ban)
B Rendszer/Napl<70>-ablak megnyit<69>sa
D K<>plop<6F> megnyit<69>sa
(XAAESNAP.PRG sz<73>ks<6B>ges)
E Ablak almen<65> megnyit<69>sa
H Rendszer le<6C>ll<6C>t<EFBFBD>sa
(vagy $SDMASTER futtat<61>sa)
I Aktu<74>lis ablak minimaliz<69>l<EFBFBD>sa
J XaAES <20>jraind<6E>t<EFBFBD>sa
K Program ind<6E>t<EFBFBD>sa
L Feladat kezel<65> megnyit<69>sa
M Eg<45>rmutat<61> megjelen<65>t<EFBFBD>se
P Paletta vissza<7A>ll<6C>t<EFBFBD>sa 8bit vagy ann<6E>l
kisebb sz<73>nm<6E>lys<79>g eset<65>n
Q Kil<69>p<EFBFBD>s az XaAES-b<>l
(vagy $SDMASTER futtat<61>sa)
R Lefagyott rendszer vissza<7A>ll<6C>t<EFBFBD>sa
U Aktu<74>lis ablak bez<65>r<EFBFBD>sa
V <20>sszes alkalmaz<61>s ablak<61>nak felfed<65>se
W Ablakok k<>z<EFBFBD>tti v<>lt<6C>s
X A f<>kuszban l<>v<EFBFBD>n k<>v<EFBFBD>l minden
alkalmaz<61>s elrejt<6A>se
Y A f<>kuszban l<>v<EFBFBD> alkalmaz<61>s elrejt<6A>se
SPACE F<>men<65> megnyit<69>sa
SHIFT+SPACE Aktu<74>lis ablak men<65>j<EFBFBD>nek vagy ha nincs,
a f<>men<65> megnyit<69>sa
HELP N<>vjegy megnyit<69>sa
HOME K<>preny<6E> <20>jrarajzol<6F>sa
TAB Nyitott alkalmaz<61>sok k<>z<EFBFBD>tti v<>lt<6C>s
INSERT Ablak teljes m<>retre nagy<67>t<EFBFBD>sa
KURZOR-FEL Ablak m<>ret<65>nek n<>vel<65>se
KURZOR-LE Ablak m<>ret<65>nek cs<63>kkent<6E>se
KURZOR-JOBB Ablak sz<73>less<73>g<EFBFBD>nek n<>vel<65>se
KURZOR-BAL Ablak sz<73>less<73>g<EFBFBD>nek cs<63>kkent<6E>se
SHIFT +
KURZOR-FEL Ablak felfel<65> mozgat<61>sa
KURZOR-LE Ablak lefel<65> mozgat<61>sa
KURZOR-JOBB Ablak jobbra mozgat<61>sa
KURZOR-BAL Ablak balra mozgat<61>sa
#</CtrlAlt>
<u> </u>
Gyorsbillenty<EFBFBD>k/navig<69>ci<63> az <b>XaAES f<>jl kiv<69>laszt<7A>s<EFBFBD>n<EFBFBD>l</b>:
CTRL+B Val<61>s idej<65> k<>nyvt<76>r megj.
CTRL+T Fa szer<65> megjelen<65>t<EFBFBD>s
CTRL+N N<>v szerinti sorrend
CTRL+D D<>tum szerinti sorrend
CTRL+S M<>ret szerinti sorrend
CTRL+E T<>pus szerinti sorrend
CTRL+X Rendezetlen
CTRL+SPACE Ford<72>tott sorrend
CTRL+O Ablak men<65> megnyit<69>sa (navig<69>ci<63> a KURZOR
<20>s RETURN gomobokkal)
CTRL+C A kiv<69>lasztott f<>jl <20>s el<65>r<EFBFBD>si <20>tvonal
V<>g<EFBFBD>lapra m<>sol<6F>sa
CTRL+F Mappa l<>trehoz<6F>sa (n<>v megad<61>sa)
CTRL+R F<>jl/mappa <20>tnevez<65>se (<28>j n<>v/el<65>r<EFBFBD>si
<20>t megad<61>sa)
CTRL+V F<>jl mutat<61>sa
DELETE F<>jl/<2F>res mappa t<>rl<72>se
ALT+ " + " Lista bet<65>m<EFBFBD>ret n<>vel<65>se
ALT+ " - " Lista bet<65>m<EFBFBD>ret cs<63>kkent<6E>se
<u> </u>
<b>Feladatkezel<65></b> gyorsbillenty<74>:
DELETE Program befejez<65>se
SHIFT+
DELETE Program kil<69>v<EFBFBD>se
<u> </u>
Gyorsbillenty<EFBFBD> az <b><3E>sszes ablakhoz</b>:
SHIFT+
KURZOR-FEL/LE El<45>re/h<>tra lapoz
KURZOR-BAL/JOBB Balra/jobbra lapoz
<u>List-box kiv<69>lasztva:</u>
KURZOR-FEL Fa megynit<69>sa
KURZOR-LE Fa bez<65>r<EFBFBD>sa
KURZOR-BAL/JOBB Kurzor mozgat<61>sa
PageUp/Down(SHIFT+CU/CD) Lapoz<6F>s a f<>jllist<73>ban
CLEAR/HOME Lista elej<65>re ugr<67>s
SHIFT+CLEAR/HOME Lista v<>g<EFBFBD>re ugr<67>s
<u>List-box nincs kiv<69>lasztva:</u>
KURZOR-FELHT Jobbra g<>rget<65>s
KURZOR-LE Balra g<>rget<65>s
KURZOR BAL/JOBB Fel/Le g<>rget<65>s
Ha egy elem ki van v<>lasztva a "list-box"-ban, a
KURZOR-JOBBRA gombbal lehet<65>s<EFBFBD>g van a szerkeszt<7A>s<EFBFBD>re.
<u> </u>
<b>F<>men<65> megnyit<69>sa</b>:
<u> </u>
R<EFBFBD>szletes dokument<6E>ci<63>:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,140 @@
# Inserire questo file nella directory xaaes-boot (C:\mint\1-*-*\xaaes)
<b>Scorciatoie Ctrl-Alt</b>:
#<CtrlAlt>
0 Visualizza/nascondi il menu
#$1 [keyboard-switch]
. Visione a pieno schermo del contenuto
della finestra attiva
: Crea sfondo dallo schermo attuale
A Chiudi tutte le applicazioni (elenco
delle eccezioni in xaaes.cnf)
B Apri la finestra Sistema/Log
D Apri il programma cattura schermo
(deve essere presente XAAESNAP.PRG)
E Apri il submenu delle finestre
H Arresta il sistema (o esegui $SDMASTER,
se presente)
I (De-)iconizza le finestra attiva
J Riavvio di XaAES
K Avvio di un programma
L Apri il task-manager
SHIFT+L Carica configurazione
M Ripristino del puntatore mouse
N Carica gradiente
SHIFT+N Carica immagine sfondo
P Ripristina la paletta nelle modalit<69>
inferiori od uguali a 8 bit
SHIFT+P Carica paletta
Q Esci da XaAES (o esegui $SDMASTER se
presente)
R Tenta il ripristino di un sistema
bloccato
U Chiudi la finestra attiva
V Visualizza tutte le applicazioni
W Passa da una finestra all'altra
globalmente
SHIFT+W Finestra superiore della precedente
applicazione attiva
X Nascondi tutte le applicazioni tranne
quella in primo piano
Y Nascondi l'applicazione in primo piano
SPACE Apri il menu principale
SHIFT+SPACE Apri il menu della finestra in primo
piano altrimenti il menu principale
HELP Apri Circa
HOME Aggiorna lo schermo
TAB Passa da una applicazione ad un'altra
SHIFT+TAB Precedente applicazione attiva
INSERT Massimizza la finestra attiva
CURSOR-UP Ingradisci la finestra attiva
CURSOR-DOWN Riduci la finestra attiva
CURSOR-RIGHT Aumenta larghezza finestra attiva
CURSOR-LEFT Riduci larghezza finestra attiva
SHIFT+
CURSOR-UP Sposta in alto la finestra attiva
CURSOR-DOWN Sposta in basso la finestra attiva
CURSOR-RIGHT Sposta a destra la finestra attiva
CURSOR-LEFT Sposta a sinistra la finestra attiva
#</CtrlAlt>
<u> </u>
Scorciatoie/navigazione nel <b>Fileselector di XaAES</b>:
CTRL+B Aggiorna in tempo reale
CTRL+T Visione ad albero
CTRL+N Ordina per nome
CTRL+D Ordina per data
CTRL+S Ordina per dimensioni
CTRL+E Ordina per estensione
CTRL+X Nessun ordine
CTRL+SPACE Inverti ordinamento
CTRL+O Apri il menu della finestra (navigazione
con i tasti Freccia e RETURN)
CTRL+C Copia nel taccuino il percorso ed il
nome del file selezionato
CTRL+F Crea cartella (immetti in nome nella
casella di modifica)
CTRL+R Rinomina il file/cartella selezionato
(immetti il nuovo nome nella casella
di modifica
CTRL+V Vedi file selezionato
DELETE Cancella il file selezionato/svuota
cartella
ALT+ " + " Aumenta dimensioni fonte nell'elenco
ALT+ " - " Diminuisci dimensioni fonte nell'elenco
<u> </u>
Scorciatoie nel <b>taskmanager</b>:
DELETE Esci dal programma selezionato (equivale
alla icona cestino)
SHIFT+
DELETE Forza uscita dal programma selezionato
(equivale alla icona teschio)
TAB Porta in primo piano il programma o la
finestra selezionata
<u> </u>
Scorciatoie per <b>tutte le finestre</b>:
SHIFT+
CURSOR-UP/DOWN Pagina su/gi<67>
CURSOR-LEFT/RIGHT Pagina sinistra/destra
<u>Elenco selezionato:</u>
CURSOR-RIGHT Apri albero
CURSOR-LEFT Chiudi albero
CURSOR UP/DOWN Sposta il cursore
PageUp/Down(SHIFT+CU/CD) Sali/scendi una pagina
CLEAR/HOME Vai ad inizio elenco
SHIFT+CLEAR/HOME Vai a fine elenco
<u>Elenco non selezionato:</u>
CURSOR-RIGHT Scorri a destra
CURSOR-LEFT Scorri a sinistra
CURSOR UP/DOWN Scorri in alto/in basso
Se una voce <20> selezionata nell'elenco, la FRECCIA
DESTRA muove il cursore in un campo modificabile,
consentendo di modificare la selezione.
<u> </u>
<b>Barra del menu</b>:
Se configurato, il menu pu<70> essere visibile/nascosto
cliccando in alto allo schermo. Cliccando nell'angolo
in alto a sinistra il menu <20> reso visibile/invisibile
in modo permanente (Ctrl-Alt-0), altrimenti in modo
temporaneo con (Ctrl-Alt-Spazio).
<u> </u>
Documentazione aggiuntiva:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,137 @@
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> xaaes (C:\mint\1-*-*\xaaes)
<b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ctrl-Alt</b>:
#<CtrlAlt>
0 <20><><EFBFBD><EFBFBD> <20><><EFBFBD>/<2F><><EFBFBD><EFBFBD>
#$1 [keyboard-switch]
. <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
A <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> xaaes.cnf)
B <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
D <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> XAAESNAP.PRG)
E <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
H <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $SDMASTER,
<20><><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
I (<28><>-)<29><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
J <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> XaAES
K <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
L <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
SHIFT+L <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
M <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
N <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SHIFT+N <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
P <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
8 <20><><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
SHIFT+P <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
Q <20><><EFBFBD><EFBFBD><EFBFBD> <20><> XaAES
(<28><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> $SDMASTER,
<20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
R <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
U <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
V <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
W <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SHIFT+W <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
X <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
Y <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SPACE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
SHIFT+SPACE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>), <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
HELP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
HOME <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
TAB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SHIFT+TAB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
INSERT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
CURSOR-UP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
CURSOR-DOWN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
CURSOR-RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
CURSOR-LEFT <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
SHIFT+
CURSOR-UP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
CURSOR-DOWN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
CURSOR-RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CURSOR-LEFT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
#</CtrlAlt>
<u> </u>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> XaAES</b>:
CTRL+B <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+T <20> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+N <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>
CTRL+D <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>
CTRL+S <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+E <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>
CTRL+X <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+SPACE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+O <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CURSOR <20> RETURN)
CTRL+C <20><><EFBFBD><EFBFBD> <20> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>)
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CTRL+F <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
CTRL+R <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD>
(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> [<5B><><EFBFBD><EFBFBD>]<5D><><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
CTRL+V <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>
DELETE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
ALT+ " + " <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
ALT+ " - " <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<u> </u>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <b><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD></b>:
DELETE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
SHIFT+
DELETE <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>)
TAB <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<u> </u>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD> <b><3E><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></b>:
SHIFT+
CURSOR-UP/DOWN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>
CURSOR-LEFT/RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<u>List-box <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</u>
CURSOR-RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CURSOR-LEFT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CURSOR UP/DOWN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
PageUp/Down(SHIFT+CU/CD) <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CLEAR/HOME <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
SHIFT+CLEAR/HOME <20> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<u>List-box <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:</u>
CURSOR-RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
CURSOR-LEFT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>
CURSOR UP/DOWN <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, CURSOR-RIGHT <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><>,
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
<u> </u>
<b><3E><><EFBFBD><EFBFBD></b>:
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>. <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>,
<EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>/<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Ctrl-Alt-0),
<EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> - <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (Ctrl-Alt-SPACE).
<u> </u>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:
https://github.com/freemint/freemint/wiki/XaAES

View File

@@ -0,0 +1,152 @@
# Place this file in the xaaes-boot directory (C:\mint\1-*-*\xaaes)
#
# Remap Ctrl-Alt-Shortcuts:
# <original>#<new>#
# assigns <new> to <original> while <original>
# remains valid.
#
# <original>#
# invalidates <original>
#
# To use the #-key write \#, to use \ write \\.
#
# Shortcut-mapping is evaluated when the about-window is opened.
# No restart necessary.
# Examples:
# SHIFT+W#ESC# Top top-window of previous application
# -> Ctrl-Alt-Esc does the same as Ctrl-Alt-SHIFT-W
# SHIFT+W#
# -> invalidate Ctrl-Alt-SHIFT-W
# L#\\# ... -> Ctrl-Alt \ is the same as Ctrl-Alt-L
# L#\## ... -> Ctrl-Alt # is the same as Ctrl-Alt-L
#
<b>Ctrl-Alt-Shortcuts</b>:
#<CtrlAlt>
0 Switch menubar on/off
#$1 [keyboard-switch]
. Make current window-content full-screen
: Make background from current screen
+ Increase log-level
- Decrease log-level
A Terminates all applications (list of
exceptions in xaaes.cnf)
B Open System/Log-window
D Open the screenshot dialog
(XAAESNAP.PRG is required)
E Open windows-submenu
L Open task-manager
SHIFT+L Load Config
HELP Open about
H Halt system (or execute $SDMASTER if set)
I (Un-)iconify current window
J Restart XaAES
K Launch program
M Recover mousepointer
N Load gradient
SHIFT+N Change background-image
P Restore palette in colour depth of 8-bits
or less
SHIFT+P Load palette
Q Quit XaAES (or execute $SDMASTER if set)
R Attempt to recover a system that has
locked up
HOME Redraw screen
S Save current XaAES-windows-setting
U Close current window
V Unhide all applications
W Global window cycling
SHIFT+W Top top-window of previous application
X Hide all except the currently
focused application
Y Hide currently focused application
SPACE Open main menu bar
SHIFT+SPACE Open menu in current window if it has one,
else open main menubar
TAB Cycle open applications
SHIFT+TAB Top previous application
INSERT Full current window
CURSOR-UP Grow current window
CURSOR-DOWN Shrink current window
CURSOR-RIGHT Grow width of current window
CURSOR-LEFT Shrink width of current window
SHIFT+
CURSOR-UP Move current window up
CURSOR-DOWN Move current window down
CURSOR-RIGHT Move current window right
CURSOR-LEFT Move current window left
#</CtrlAlt>
<u> </u>
Shortcuts/navigation in <b>XaAES fileselector</b>:
CTRL+B Realtime build directories
CTRL+T Tree view
CTRL+N Sort by name
CTRL+D Sort by date
CTRL+S Sort by size
CTRL+E Sort by extension
CTRL+X No sorting
CTRL+SPACE Reverse sort-order
CTRL+I Toggle case-sensitivity of search-pattern
CTRL+/ Toggle unix/TOS-style path-usage
CTRL+O Open window menu (navigation with
CURSOR keys and RETURN)
CTRL+C The path and the marked file (if any)
is copied to the Clipboard
CTRL+F Create folder (type name in editbox)
CTRL+R Rename selected file/folder
(type new [path]name in editbox)
CTRL+V View selected file
DELETE Delete selected file/empty folder
ALT+ " + " Increase the fontsize in listbox
ALT+ " - " Decrease the fontsize in listbox
<u> </u>
Shortcuts in the <b>taskmanager</b>:
DELETE Terminate selected program (same as trashcan)
SHIFT+
DELETE Kill selected program (same as skull)
TAB Top selected program or window
<u> </u>
Shortcuts for <b>all list-windows</b>:
SHIFT+
CURSOR-UP/DOWN Page up/down
CURSOR-LEFT/RIGHT Page left/right
<u>List-box selected:</u>
CURSOR-RIGHT Open tree
CURSOR-LEFT Collapse tree
CURSOR UP/DOWN Move the cursor
PageUp/Down(SHIFT+CU/CD) Pages the filelist
CLEAR/HOME Jump to top of list
SHIFT+CLEAR/HOME Jump to end of list
<u>List-box not selected:</u>
CURSOR-RIGHT Scroll right
CURSOR-LEFT Scroll left
CURSOR UP/DOWN Scroll up/down
If an entry is selected in the list-box, CURSOR-RIGHT
focusses the edit-field, so the selection can be edited
<u> </u>
<b>Menubar</b>:
If configured, the menu may be switched on/off by
clicking on top of the screen. If click goes to
top-left then menu is on/off permanentely (CTRL-ALT-0),
else temporarily on (CTRL-ALT-SPACE).
<u> </u>
Additional documentation:
https://github.com/freemint/freemint/wiki/XaAES

Binary file not shown.

View File

@@ -0,0 +1,698 @@
#####################################################################
# The new mint style configuration for XaAES on FireBee
# (it reuse the mint cnf parser :-))
#
# upper/lowercase don't matter for all keywords
# bool values can be expressed as 1/0, y/n, yes/no, true/false
#
# Please see xaaes.hyp in folder C:/guides/ for detailed description
# of all available setting parameters.
#
######################################################################
# include <file>
#
# Example: Include any external file into configuration
#
#include u:/c/video.cnf
#include c:\video.cnf
#include C:\video.cnf
include u:/c/mint/xa_video.cnf
########################################################
eiffel_support = true
menubar=2
menu_layout=1
menu_ontop=1
xa_bubble=1
####################################################
# textures = <name|[0|1]> (default = img)
#
# Setting textures to a nonzero value or a name turns on the use of textures
# in the window widget and aes object renderer in color modes.
# This is the name of a texture-folder in /xaaes/ directory.
# If you use gradients, set this to 0, XaAES boots faster then.
#
textures = 0
#####################################################################
#palette = <name>
#
#load palette from file <xaaes-home-dir>/pal/<name>.pal
#
palette = nvdi
####################################################
# gradients = <value> (default = 0)
#
# setting gradients to a nonzero value turns on use of
# color gradients in the window widget and aes object
# renderer in hc/tc color modes.
# THIS IS ONLY A TEMPORARY CONFIGURATION THAT WILL BE GONE
# LATER ON!!! Only turn this on if you have a fast machine
#
gradients = n_blue
#####################################################################
# setenv name val ..... set up environment
#
#setenv NAME value
#
# The following are environment variables you are strongly adviced
# to set as soon as possible to ensure smooth operation of the
# system;
setenv ACCPATH c:\mint\mint_acc\
setenv ACCEXT ACC,ACX
setenv GEMEXT PRG,APP,GTP,OVL,SYS
setenv TOSEXT TOS,TTP
setenv TOSRUN c:\mint\tools\toswin2\tw-call.app
setenv CPXPATH c:\mint\mint_cpx\
setenv BROWSER c:\tools\netsurf3\nsv4e.app
setenv STGUIDE c:\tools\hyp_view\hyp_view.app
setenv GUIDES c:\guides\
setenv SDMASTER c:\mint\setup\shutdown.prg
#####################################################################
# naes_cookie = <bool> (default is 'no')
#
# Some applications need to think they are running under N.AES, and
# don't use appl_getinfo() to check for function availability. This
# is terrible programming, and to all programmers feeling targeted;
# Fix your apps! XaAES can now provide a fake nAES cookie, so that
# more applicaitons will run correctly on XaAES, but there is also
# another terrible danger; Some N.AES calls return pointers to
# internal AES structures, which is kinda putting your testicles
# into the hand of a stranger and hope he is a friend. Such apps will
# definately crash when run on XaAES while thinking its on N.AES.
# Older versions of Taskbar work much better with naes_cookie = yes.
#
# See more info about this in newcalls.txt, it is possible to detect
# that the cookie is a fake one (and thus really the AES is XaAES).
#
naes_cookie = yes
#####################################################################
# use $HOME in shell_find
#
usehome = yes
#####################################################################
# dc_time = <time in ms> (default is 50)
#
# double click time (ms)
#
#dc_time = 35
#####################################################################
# mp_timegap = <time in ms> (default is 3)
#
# Mouse packet time-gap. This is the time (in 200hz timer ticks) that
# must pass after a button-release event before a new button-press
# event is accepted by moose.adi. Because of unstable mouse-buttons,
# a button-press may follow immediately after a button-release, creating
# and "extra" mouse-click. This is especially annoying when releasing
# the right-button after a drag-session (Thing's directory-window, for
# example), and the "extra-click" fires some unwanted action.
#
#mp_timegap = 5
#####################################################################
# lrmb_swap = <bool> (default is 'no')
#
# Swap left and right mouse buttons. Setting 'lrmb_swap = yes' will make
# XaAES swap the left and right mouse buttons.
#
#lrmb_swap = yes
#####################################################################
# Mouse wheel configuration.
#
# There are currently four configuration variables that is used to to set
# wheel configuration;
#
# vertical_wheel_id = <value> (default is 0)
# vertical_wheel_amount = <value> (default is 1)
# horizontal_wheel_id = <value> (default is 1)
# horizontal_wheel_amount <value> (default is 1)
#
# With 'vertical_wheel_id' you can choose which wheel you want to use as the
# vertical wheel. Likewise, you set the ID of the wheel you want to define as
# the horizontal wheel. Do NOT set the same value for both vertical and
# horizontal wheel ID's.
#
# With vertical_wheel_amount you can set the amount of lines to scroll per
# turn of the vertical wheel. Likewise, you can set the amount of columns to
# to scroll per turn of the horizontal wheel using 'horizontal_wheel_amount'.
# The value for these configuration variables must be a number between
# 1 and 20. Per now, this actually sets the number of WM_ARROWED messages
# send to the application per turn of the wheel.
#
#vertical_wheel_id = 0
#vertical_wheel_amount = 3
#horizontal_wheel_id = 1
#horizontal_wheel_amount = 3
#####################################################################
# redraw_timeout <time in ms> (default is 500)
#
# redraw_timeout. This is the time in ms XaAES will wait for clients to
# service WM_REDRAW messages between actions that generate redraws,
# like moving/closing/opening/etc. windows. If a client is busy and this
# 'times out' happens, it is marked as lagging and XaAES will service the
# redraws for it. When this happens, XaAES just draws the areas not
# serviced with dark gray color until the client re-enters evnt_multi().
# For slow machines, this timeout must be higher (longer) than on faster
# machines.
#
redraw_timeout = 2000
#####################################################################
# menu = <string> (default is 'leave')
#
# <string> can be 'pull', 'push' or 'leave'
#
menu = push
#####################################################################
# popscroll = <value> (default is 0)
#
# Set number of lines of a popup above which it will be made scrollable
#
#popscroll = 16
#####################################################################
# menupop_pids = <bool> (default = 'no')
#
# Setting menupop_pids = yes makes XaAES list its clients in the client-list-
# menupopup using the following format;
#
# " PPID(RPPID) -> PID Client nice name"
#
# where 'PPID' is the physical parent-pid of the Client (which is the AESSYS).
# 'RPPID' is the Process ID of the process that called shel_write() to start
# it, it is the "Real Parent PID". 'PID' is the Process ID of the client.
#
# If set to 'no' (the default), only the client's nice name (when available,
# else its 'proc_name') is listed.
#
#menupop_pids = yes
#####################################################################
# popup_timeout - Time in milliseconds before popups opens. (default = 10)
# popout_timeout - Time in millisecods before popups close. (default = 1000)
#
# With these two configuration variables you can configure menu/popup
# navigation to your liking. 'popup_timeout' sets the time in ms XaAES's
# menu/popup navigation waits before brining up the attachment for a given
# entry when mouse hovers over. 'popout_timeout' sets the time in ms before
# an entry's attachement is closed when mouse leaves, unless mouse enters
# another entry with an attachement in which case that new attachment is
# opened according to 'popup_timeout".
#
# In normal AES menu/popup navigation it is possible to click, and select,
# a menu or pop entry that has an attachment. However, to be able to implement
# decent navigation, XaAES behaves slightly different from other AES's now;
#
# Single click entry without attachment - select it, like normal AES
# single click entry with attachment - open it immediately,
# like on most other GUIs
# Double click entry with attachment - select it, like single-click on
# normal AES
#
#
#popup_timeout = 50
#popout_timeout = 1000
#####################################################################
# alert_windows = <value> (default is 0xffff)
#
# THE IMPLEMENTATION IS NOT DEFINATE AND ONLY PARTIAL AS OF NOW!!!
#
# alert_window is a bitmask indicating which alerts coming via the
# alert pipe will be shown in a window. The idea is that this mask
# is used to tell the AES which alerts you want like this;
# bit 0 set -> show alerts with no icon
# bit 1 set -> show alerts with INFO icon
# bit 2 set -> show alerts with QUESTION icon
# bit 3 set -> show alerts with STOP icon
# etc., etc.
#
# Because there is no consideration as to which icon is used
# (for example, kernel's PROCESS KILLED alerts have icon #1, the same
# as used for other warnings/informative ALERTS), the implemention
# is not complete. So for now use this to either turn off or on alerts
# altogether. To turn on alert windows, use a mask where all bits are set,
# 0xffff, and to turn off clear all bits, 0x0000
#
#alert_windows = 0x0000
#####################################################################
# icnfy_orient = <value> (default is 3)
#
# This controls how XaAES arranges iconified windows. Currently the
# following orientations are available;
#
# 0 - Iconified windows are stacked top -> bottom starting at the
# top/left of the screen. When one column is full, the next
# column is being used.
# 1 - Iconified windows are stacked top -> bottom starting at the
# top/right of the screen. When a column is full, windows are
# stacked in the column to the left of the filled one.
# 2 - Iconified windows are placed in rows going left -> right starting
# at the top/left of the screen. When a row is full, the row below
# the current one is used.
# 3 - Iconified windows are placed in rows going left -> right starting
# at the bottom/left of the screen. When a row is full, the row above
# the current one is used.
#
# If you bit 8 in icnfy_orient value is set, then the starting position
# will be reversed. This means that for orientation 0, the windows will
# be stacked bottom -> top starting at the bottom-most position instead.
# Using a hexadecimal value is easy for better readability;
#
#icnfy_orient = 0x003 # Start at left/bottom of the screen and go towards
# the right/bottom.
#icnfy_orient = 0x103 # Start at right/bottom corner and go towards
# windows towards the left/bottm corner.
#####################################################################
# icnfy_width = <value> (default is 72)
# icnfy_height = <value> (default is 72)
#
# These sets the width and height of iconified windows.
icnfy_width = 80
icnfy_height = 80
#####################################################################
# icnfy_left = <value> (default is 0)
# icnfy_right = <value> (default is 0)
# icnfy_top = <value> (default is 0)
# icnfy_bottom = <value> (default is 0)
#
# These variables dictates how far from left, right, top and bottom edges
# of the screen the iconfied windows should be placed. This means that
# if icnfy_left is set to 4, iconified windows are always placed minimum 4
# pixels off the left edge of the screen. If you want to protect the area
# of the taskbar, for example, you can use icnfy_bottom = 16, for example,
# as that makes sure iconified windows never get closer to the bottom of the
# screen than 16 pixels.
#
#icnfy_left = 0
#icnfy_right = 0
#icnfy_top = 0
#icnfy_bottom = 16
#####################################################################
# icnfy_reorder_to = <time in ms> (default is 0)
#
# Setting this to a nonzero value will make XaAES rearragne the currently
# iconified windows when an iconified window is uniconified or hidden.
# This will also, later on, reorder iconified windows when an application
# that quits had iconified windows.
#
icnfy_reorder_to = 100
#####################################################################
# next_active = <string> (default is 'window')
#
# <string> can be 'client' or 'window'.
#
# Selects wether the previous active application or
# the owner of the previous topped (or only) window
# should be set active upon client termination.
#
#next_active = client
#####################################################################
# app_options = appname,argument1,argument2,...
#
# This will let you configure application specific things.
# There are two special appname's you can use, one is 'default'
# and the other is 'aessys'. 'default' is used to set GLOBAL
# configuration which affects all applications. A 'default'
# configuration have to be specified first.
# With appname being 'aessys', you can specify configuration
# for the aessys's windows, like taskmanager, etc.
# All other appname's are considered to be individual applications,
# and settings for 'autos401' will only affect that one application
# whose filename is autos401.[prg,app,gtp] or whose nicename is
# autos401. "autos401" is Autosort v4.1, btw.
#
# Here's an overview of the currently available app_option
# arguments, default settings are active until changed by you.
#
# A <bool> value can be 'true','false','on','off','yes','no',
# '1' and '02
#
# A <value> must be a decimal value (for now).
#--------------------------------------------------------------------
# windowner = <bool> default: false
#
# Will make XaAES show the name of the application
# owning the window in the window's title.
#--------------------------------------------------------------------
# nohide = <bool> default: false
#
# Windows will not have the HIDE widget, and thus cannot be
# hidden.
#--------------------------------------------------------------------
# xa_nohide = <bool> default: true
#
# Windows containing form_do() sessions will not have
# the HIDE widget and thus not be hidable.
# Autosort is one application that cannot have its
# form_do() session hidden (or moved)
#--------------------------------------------------------------------
# xa_nomove = <bool> default: true
#
# Windows containing a form_do() session will not be
# moveable. Autosort is one such application.
#--------------------------------------------------------------------
# noleft = <bool> default: false
#
# Windows can not be moved offscreen to the left.
#--------------------------------------------------------------------
# thinwork = <bool> default: false
#
# The "inner" 3d-effect is disabled. This 3d-effect 'frames'
# the work-area of windows in a 3d-ish frame.
#--------------------------------------------------------------------
# nolive = <bool> default: false
#
# Disable live window move/resize/etc.
#--------------------------------------------------------------------
# winframe_size = <value> default: 1
#
# Set the size of window frame. A value of -1 sets
# "overscan windows", which contains no frame or shadowing.
# It is not recommended to set a value of -1 yet!.
# A value of 0 will make windows without any borders.
# positive values make window-frames larger.
#--------------------------------------------------------------------
# naesff = <bool> default: false
#
# N.AES Full Fix;
# When naesff is set true, XaAES will send full WM_REDRAW
# message when all four window coordinates change, which
# happens when windows are FULLEd. This will fix redraw
# problems with apps like Jinnee.
#--------------------------------------------------------------------
# inhibit_hide = <bool> default: false
#
# Setting this will prevent it from being hidden by XaAES, which
# is very handy for applications like Taskbar, etc, that one
# regards like "system apps".
#--------------------------------------------------------------------
# clwtna = <value> default: 1
# (Close Last Window Tops Next App)
#
# Selects what to do when the last window of a client on top is closed.
# This argument takes a value, 0, 1 or 2, which have the following
# meaning;
#
# 0 - This keep the client whose last window is closed from being
# untopped. This prevents XaAES from topping another
# application when the last window it owns is closed.
# 1 - This will top the owner of the window below the closed
# window. That is, the owner of the window previously ontop
# will be topped. This is the normal behaviour found on
# other AESs.
# 2 - This will top the previously topped client, regardless
# of windows. Even when the previously active client dont
# have any windows, it will get topped.
#
#--------------------------------------------------------------------
# alt_shortcuts = <value>
# (Add shortcuts to dialog/alert)
#
# 0: no shortcuts
# 1: shortcuts for alerts
# 2: shortcuts for dialog
# 3: 1+2
#
# default: 3
#
# example:
# app_options = diskus, alt_shortcuts = 0
#
# For teradesk >= 4 you need: app_options = DESK_CF, alt_shortcuts = 1
#--------------------------------------------------------------------
# rsc_lang = <value> default: 0
#
# If set XaAES creates or uses a translation file (.rsl) for
# this application.
#
# 0 = No translation
# 1 = Read an existing translation file (or create, if not present)
# 2 = Always create a translation file (overwrite existing one)
#--------------------------------------------------------------------
# ignore_rsc_size = <bool> default: false
#
# If true difference between resource-filesize and size given
# in rsc-header is no error.
#
#######################################################################
#
# This default setting will make XaAES look closer to n.aes, but
# will require precision when grabbing the window border for
# resizing :)
#
#app_options = default, thinwork = true, winframe_size = 1
#
# This default setting will make XaAES look like it has been
# looking up to now;
#
#app_options = default, thinwork = false, winframe_size = 2
#
# This setting for autosort401 will make sure its window cannot be
# moved.
#
#app_options = autos401, xa_nomove = true
#
# Ataricq looks much better when the "inner" 3d effect is turned off
# with 'thinwork" and as small a windowframe as possible.
#
#app_options = ataricq, thinwork = true, winframe_size = 1
#
# Taskbar needs this to prevent it from being hidden, and it closing
# its only window should always top the previously topped app.
#
#app_options = taskbar, inhibit_hide = yes, clwtna = yes
#
#simple
#app_options = default,xa_nomove = false
#real
app_options = default,thinwork = true, winframe_size = 0, xa_nomove = false, clwtna = 0, alt_shortcuts = 0
app_options = xasys, thinwork = true, winframe_size = 0, xa_nomove = false, clwtna = 1, nolive = false
app_options = aessys, thinwork = true, winframe_size = 0, xa_nomove = false, clwtna = 1, nolive = false, rsc_lang = 1
#
app_options = toswin2, nohide = true,noleft=true
app_options = DESK_CF, alt_shortcuts = 1
app_options = gbe, alt_shortcuts = 3
app_options = autos401,xa_nomove = true
app_options = ataricq,thinwork = true, winframe_size = 0
app_options = jinnee, naesff = true
app_options = taskbar, inhibit_hide = yes, clwtna = true, thinwork = true, winframe_size = 0
app_options = amail, naesff = true
app_options = mymail, thinwork = true, winframe_size = 0
app_options = highwire, winframe_size = 0
#####################################################################
# ctlalta_survivors = <list of app-names>
#
# 'app-names' is the filename part of the program file, padded with
# spaces to fit 8 characters. This is NOT the 'nice' name. So, if your
# Toswin2 binary is named "tw2.app", you use "tw2 ". Each app-name
# is separated with comma.
#
# This will allow you to specify which applications XaAES does not
# attempt to terminate when user presses CTRL-ALT-A to quit all
# applications. Normally, this keycombo quits all running applications
# leaving only XaAES. However, most of the time, keeping certain
# applications running is preferred, such as the desktop, the taskbar,
# av-server application, etc, etc.
#
# One special name is '_aes_shell_', which will prevent XaAES from
# terminating the desktop loaded via "shell = " configuration variable.
# One can still use the name of the desktop program if it is konwn, but
# an easier way is to use '_aes_shell_', as that will work without
# further configuration modifications when one changes desktop from, say,
# Thing to Jinnee.
#
# If you want to bypass this setting, and quit ALL applications, leaving
# only XaAES, you can press ctrl-alt-shift-a.
#
# The following will keep the desktop, taskbar and toswin2 running after
# a ctrl-alt-a action;
#
ctlalta_survivors = "_aes_shell_", "toswin2 ", "cops "
#
#ctlalta_survivors = "toswin2 ", "strngsrv", "_aes_shell_", "taskbar "
#####################################################################
# kill_wo_question = <list of app-names>
#
# 'app-names' is the filename part of the program file, padded with
# spaces to fit 8 characters. This is NOT the 'nice' name. So, if your
# Toswin2 binary is named "tw2.app", you use "tw2 ". Each app-name
# is separated with comma.
#
# This will allow you to specify applications which should be killed without
# question during shutdown. It is necessary because many apps dont react to
# the AP_TERM message, leaving the AES waiting for a maximum amount of time
# each time the user wants to quit or change resolution. Very annoying for
# the user, to say the least! Applications found in this list will be
# brutally killed immediately, so make sure you dont add clean apps to this
# list!
# Application authors: Make sure your apps dont end up on this list! :)
#
#kill_wo_question = "procalc", "mintsett"
#
kill_wo_question = "mixer ", "procalc "
#####################################################################
# clipboard = <path> # path to clipboard
# accpath = <path> # path from which accs are loaded
# launchpath = <path> # initial path for XaAES's own program launcher
#
clipboard = c:\clipbrd\
accpath = c:\mint\mint_acc\
launchpath = c:\tools\
#####################################################################
# define external snapshot-program to be executed if xaaesnap is not loaded
#
#snapshot=u:/usr/local/bin/snapshot
#####################################################################
# widgets = <file>
# resource = <file>
#
#resource = xa_mono.rsc
#widgets = widgets/homwdg.rsc
#widgets = widgets/styl_wdg.rsc
#widgets = widgets/nine-ozk.rsc
#widtets = widgets/baroqwdg.rsc
#widgets = widgets/ronb_wdg.rsc
#widgets = widgets/magicwdg.rsc
widgets = widgets/bee_wdg5.rsc
#####################################################################
# Language selection
# ------------------
#
# lang = <two character language-code> (default is 'en')
#
# Set your preferred language for XaAES here, current available
# two-character language-codes are: en, de, fr, es, hu, ru, cs.
#
#lang = de
#####################################################################
# Switch keyboard tables
# ----------------------
#
# keyboards = <key>, <layout1>, <layout2>, ...
#
# <key>: ALT-CTRL shortcut key for switching between keyboard-
# tables (layouts). NOTE: The character you use should be
# present and equal in ALL layouts.
# <layout*>: Names of keyboard.tbl files (without .tbl extension).
# Please copy the needed files from /keyboard/ to
# /mint/1-*-*/ folder.
#
#keyboards = <, british, german, french
#####################################################################
#
#use_rsc_palette = yes
#####################################################################
#
#remap_cicons = yes
#####################################################################
# widget_auto_highlight = <bool> (default is 'no')
#
# When widget_auto_highlight is set true, standard window widget are
# automatically highlighted when mouse hovers over them. This is still
# very experimental, and widgets are not actually highlighted, they
# are just animated - that is redrawn in SELECTED status.
#
#widget_auto_highlight = yes
#####################################################################
# helpserver (like N.AES config, first is the default)
#
#helpserver = HYP,ST-GUIDE,d:\help\st-guide.prg
#helpserver = HTM,CAB,e:\www\cab.app
helpserver = HYP,HYP_View,c:\tools\hyp_view\hyp_view.app
helpserver = HTM,NetSurf,c:\tools\netsurf3\nsv4e.app
#####################################################################
# cancel = string,string
#
cancel = cancel,abbruch,annuler,avbryt,anuluj,afbryd,undo
#####################################################################
# filters = mask, mask, ...
#
filters = *.*, *.[atpg]*, *.[chs]*, *.l*, *.o*
#####################################################################
# font_id - Standard GDOS fontid for windows & stuff
# standard_point - Size of the 'standard' AES font (for window titles, etc)
# medium_point - The same, but for low resolution screens
# small_point - Size of the 'small' AES font
#
# defaults:
#
#font_id=1
#standard_point=10
#medium_point=9
#small_point=8
#infoline_point=10
#####################################################################
# start any other programs with run
#
#run <path>\<application>
#run u:\opt\taskbar\taskbar.prg
#run u:\c\system\strngsrv\strngsrv.prg
run c:\mint\tools\toswin2\toswin2.app
run c:\tools\synctime\synctmcf.prg
#####################################################################
# system shell
#
#
#---------- Thing -----------
#
#setenv THINGDIR u:\c\thing
#setenv AVSERVER "THING "
#setenv FONTSELECT "THING "
#shell = c:\thing\thing.app
#
#---------- Thing 1.27 -----------
#
#setenv THINGDIR u:\c\thing127.e\thing
#setenv AVSERVER "THING "
#setenv FONTSELECT "THING "
#shell = c:\thing127.e\thing\thing.app
#
#---------- Jinnee ----------
#
#setenv AVSERVER "JINNEE "
#setenv FONTSELECT "JINNEE "
#
#shell = c:\jinnee\jinnee.app
#
#--------- Teradesk ---------
#
#setenv AVSERVER "DESKTOP "
#setenv FONTSELECT "DESKTOP "
#
#
include u:/c/mint/desktop.cnf

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.