diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2015-07-18T13·16+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2015-07-18T13·16+0800 |
commit | 968d0b48825e9d4b7f0c918f33337f34c1db7487 (patch) | |
tree | 8d5541796ed6af7ea045e132e262888124e1fc4d /exwm-input.el | |
parent | cf87bb55ed2b7070aceaea70783a578563734b7d (diff) |
Various fixes for workspace
Fixes for full screen, move window, etc.
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/exwm-input.el b/exwm-input.el index 107df0599ef5..1f8e4f4de680 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -30,8 +30,6 @@ ;; Todo: ;; + Pointer simulation mode (e.g. 'C-c 1'/'C-c 2' for single/double click, ;; move with arrow keys). -;; + Demonstrate how to add a local key binding (add global prefix key and -;; modify `exwm-mode-map'). ;; + Simulation keys to mimic Emacs key bindings for text edit (redo, select, ;; cancel, clear, etc). Some of them are not present on common keyboard ;; (keycode = 0). May need to use XKB extension. |