diff options
author | mor <empty> | 1995-05-24 20:43:29 +0000 |
---|---|---|
committer | mor <empty> | 1995-05-24 20:43:29 +0000 |
commit | a8c5eb5171bd74146d01e8eb81e44d7665d70df7 (patch) | |
tree | da5a4e55516a4a88d2d3fe63948274ada0631a68 /xc | |
parent | 8d91b54351f69ed830c113253d7fd20d96c4e5eb (diff) |
keyboard shortcuts & misc. improvements
Diffstat (limited to 'xc')
-rw-r--r-- | xc/workInProgress/xsm/XSm.ad | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/xc/workInProgress/xsm/XSm.ad b/xc/workInProgress/xsm/XSm.ad index 677bcb715..2afe37c4c 100644 --- a/xc/workInProgress/xsm/XSm.ad +++ b/xc/workInProgress/xsm/XSm.ad @@ -1,14 +1,16 @@ -! $XConsortium: XSm.ad,v 1.26 94/12/30 16:14:48 mor Exp mor $ +! $XConsortium: XSm.ad,v 1.27 95/01/26 19:38:41 mor Exp mor $ *chooseSessionPopup*font: 12x24 *chooseSessionLabel.label: Session Menu -*chooseSessionMessageLabel.label: Press button again to confirm... +*chooseSessionMessageLabel.label: Press button again to confirm, or hit Cancel... *chooseSessionLoadButton.label: Load Session *chooseSessionDeleteButton.label: Delete Session *chooseSessionFailSafeButton.label: Default/Fail Safe *chooseSessionCancelButton.label: Cancel - +*chooseSessionBreakLockButton.label: Break Lock *chooseSessionLoadButton.background: light steel blue *chooseSessionDeleteButton.background: light steel blue +*chooseSessionBreakLockButton.background: light steel blue + *chooseSessionFailSafeButton.background:light steel blue *chooseSessionCancelButton.background: light steel blue @@ -93,12 +95,17 @@ a successful save of their state: *chooseSessionListWidget.Translations: #override\n\ <Key>Up: ChooseSessionUp()\n\ + <Key>KP_Up: ChooseSessionUp()\n\ + Ctrl<Key>P: ChooseSessionUp()\n\ <Key>Down: ChooseSessionDown()\n\ + <Key>KP_Down: ChooseSessionDown()\n\ + Ctrl<Key>N: ChooseSessionDown()\n\ <Btn1Down>: Set() ChooseSessionBtn1Down()\n *chooseSessionLoadButton.Accelerators: #override\n\ <Btn1Down>(2+): set() notify() unset()\n\ - <Key>Return: set() notify() unset()\n + <Key>Return: set() notify() unset()\n\ + <Key>KP_Enter: set() notify() unset()\n *checkPointButton.Translations: #override\n\ <Btn1Up>: notify() reset()\n |