mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: add missing workspace 'Occupy" commands to the C, de, es, fr, and it locales.
The dtwm DefaultWindowMenu did not list any of the workspace enabled Occupy commands, which makes it a bit difficult to move windows into a workspace, or to occupy multiple workspaces. This was rectified by copying the relevant lines from the SampleWindowMenu sections containing them that already existed in the localized files. Tested on C and DE (German).
This commit is contained in:
parent
f3be236767
commit
80559fcfdd
5 changed files with 20 additions and 0 deletions
|
@ -135,6 +135,10 @@ $ *--------------------------------------------------------------------------*
|
|||
"Minimize" _n Alt<Key>F9 f.minimize\n\
|
||||
"Maximize" _x Alt<Key>F10 f.maximize\n\
|
||||
"Lower" _L Alt<Key>F3 f.lower\n\
|
||||
no-label f.separator\n\
|
||||
"Occupy Workspace..." _O f.workspace_presence\n\
|
||||
"Occupy All Workspaces" _A f.occupy_all\n\
|
||||
"Unoccupy Workspace" _U f.remove\n\
|
||||
no-label f.separator\n\
|
||||
"Close" _C Alt<Key>F4 f.kill
|
||||
$ *
|
||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
|||
\"Symbolgröße\"\t_S\tAlt<Key>F9\tf.minimize\n\
|
||||
\"Maximale Größe\"\t_M\tAlt<Key>F10\tf.maximize\n\
|
||||
\"Nach hinten\"\t_u\tAlt<Key>F3\tf.lower\n\
|
||||
no-label\t\t\t\t\t\tf.separator\n\
|
||||
\"Arbeitsbereich belegen...\"\t_b\t\t\tf.workspace_presence\n\
|
||||
\"Alle Arbeitsbereiche belegen\"\t_A\t\t\tf.occupy_all\n\
|
||||
\"Aus Arbeitsbereich entfernen\"\t_e\t\t\tf.remove\n\
|
||||
no-label\t\t\t\tf.separator\n\
|
||||
\"Schließen\"\t_c\tAlt<Key>F4\tf.kill"
|
||||
$ *
|
||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
|||
\"Minimizar\"\t_n\tAlt<Key>F9\tf.minimize\n\
|
||||
\"Maximizar\"\t_x\tAlt<Key>F10\tf.maximize\n\
|
||||
\"Bajar\"\t_P\tAlt<Key>F3\tf.lower\n\
|
||||
no-label\t\t\t\t\t\tf.separator\n\
|
||||
\"Ocupar Espacio de trabajo...\"\t_O\t\t\tf.workspace_presence\n\
|
||||
\"Ocupar todos los Espacios de Trabajo\"\t_T\t\t\tf.occupy_all\n\
|
||||
\"Desocupar Espacio de trabajo\"\t_u\t\t\tf.remove\n\
|
||||
no-label\t\t\t\tf.separator\n\
|
||||
\"Cerrar\"\t_C\tAlt<Key>F4\tf.kill"
|
||||
$ *
|
||||
|
|
|
@ -142,6 +142,10 @@ $ *--------------------------------------------------------------------------*
|
|||
\"Réduire\"\t_u\tAlt<Key>F9\tf.minimize\n\
|
||||
\"Agrandir\"\t_A\tAlt<Key>F10\tf.maximize\n\
|
||||
\"Derrière\"\t_r\tAlt<Key>F3\tf.lower\n\
|
||||
no-label\t\t\t\t\t\tf.separator\n\
|
||||
\"Occuper l'espace de travail...\"\t_O\t\t\tf.workspace_presence\n\
|
||||
\"Occuper tous les espaces de travail\"\t_l\t\t\tf.occupy_all\n\
|
||||
\"Libérer l'espace de travail\"\t_v\t\t\tf.remove\n\
|
||||
no-label\t\t\t\tf.separator\n\
|
||||
\"Fermer\"\t_F\tAlt<Key>F4\tf.kill"
|
||||
$ *
|
||||
|
|
|
@ -135,6 +135,10 @@ $ *--------------------------------------------------------------------------*
|
|||
"Ridurre a icona" _i Alt<Key>F9 f.minimize\n\
|
||||
"Ingrandire" _g Alt<Key>F10 f.maximize\n\
|
||||
"In fondo" _f Alt<Key>F3 f.lower\n\
|
||||
no-label f.separator\n\
|
||||
"Occupare spazio di lavoro..." _O f.workspace_presence\n\
|
||||
"Occupare tutti gli spazi di lavoro" _t f.occupy_all\n\
|
||||
"Eliminare dallo spazio di lavoro" _l f.remove\n\
|
||||
no-label f.separator\n\
|
||||
"Chiudere" _C Alt<Key>F4 f.kill
|
||||
$ *
|
||||
|
|
Loading…
Reference in a new issue