diff options
author | Havoc Pennington <hp@pobox.com> | 2001-08-03 13:56:39 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-08-03 13:56:39 +0000 |
commit | 0ee26a516825d0b6a980880631cfc076eabfa216 (patch) | |
tree | 44c3ba4e0f8bb4236c45398c652352c446542574 /README | |
parent | 204cf63805a17df71a3b7b22c3a113e641ba52a7 (diff) | |
download | metacity-0ee26a516825d0b6a980880631cfc076eabfa216.tar.gz |
Add Alt + left/right arrow to move between workspaces.METACITY_2_3_2
2001-08-03 Havoc Pennington <hp@pobox.com>
* src/keybindings.c: Add Alt + left/right arrow to
move between workspaces.
* src/screen.c (set_wm_check_hint): put property pointing back to
itself on the _WIN_SUPPORTING_WM_CHECK window.
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -42,6 +42,8 @@ METACITY FEATURES Alt-Tab forward cycle window focus Alt-Shift-Tab backward cycle focus Alt-Escape focus previous window + Alt-Left Arrow previous workspace + Alt-Right Arrow next workspace - Window keybindings: Alt-space window menu @@ -195,15 +197,6 @@ METACITY BUGS, NON-FEATURES, AND CAVEATS window cycling that I would like to copy. (The little popup window thing.) - - People seem to like shortcuts using arrow keys for moving - between workspaces. My only question here is that I'm not sure - what the spatial relationship between workspaces is. - (Are they in a grid, or a horizontal row, or what.) - I think we may need a window manager spec extension to - share this information between the WM and the pager. - We could add left/right arrow and pretend they're in - a row for the short term though. - - Should Metacity support flipping in right-to-left locales? I don't know what window managers look like in a right-to-left locale. I assume the window titles should be right-justified; |