;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ; Description: OneSpace Designer Modeling default keyboard shortcut file ; ; (C) Copyright 2002-2003 CoCreate Software GmbH, all rights reserved. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This file contains definitions of keyboard accelerators and command ;; abbreviations which are valid in "All" applications including Annotation. ;; ----- (keyboard-filing-revision "12.00") ;; ----- Definition of Keyboard Accelerators ---------------------------------- ;; A keyboard accelerator for an available command can be defined like this: ;; A combination of: ;; - Shift, Ctrl, Alt ;; - a character or number ;; - F1 ... F12 ;; - NumPad0 ... NumPad9 ;; separated by a space " " ;; Examples: "Shift Ctrl A" or "Ctrl NumPad5" ;; Ctrl Alt should never be used as Windows treats this as Alt Gr on German keyboards (start-keyboard-accelerators) ("F1" :command "On Context" :group "Help" :application "All") ("F2" :command "Select" :group "Select") ("F3" :command "Global Axes On/Off" :group "View") ("F4" :command "WP Axes On/Off" :group "View") ("F5" :command "3D Geometry On/Off" :group "View") ("F6" :command "Face Transparency On/Off" :group "View") ("F8" :command "WP Borders On/Off" :group "View") ("F9" :command "MainTask Bar" :group "View") ("F10" :command "3D Edged and Hidden Off" :group "View") ("F11" :command "Full Screen" :group "View") ("F12" :command "Browser Bar") ("CTRL C" :command "Copy" :group "Edit") ("CTRL V" :command "Paste") ("CTRL Q" :command "Toggle Open Menus" :group "Miscellaneous") ;;----- Definition of Command Abbreviations ----------------------------------- ;; A command abbreviation is a sequence of one to N characters to be typed ;; in to invoke an available command. ;; NOTE: The [ENTER] key is necessary after input of the character ;; sequence to invoke the command. (start-command-abbreviations) ("f" :command "Fit" :group "View" :application "All")