-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VIcmd (or Screen) mode #92
base: master
Are you sure you want to change the base?
Conversation
Reason was because former version ended up so big, earlier this morning I merged the fullscreen-regression fix and git imported the entire history with it. (I'm learning something new about git every day :) |
First of all: /snip |
I am deeply sorry for that bad experience. To me, it smells like XK_F0 (and propably (XK_F1-XK_F9) is not defined. Here what happens on my side: |
could you try this option in your Makefile? Description: Thanks. |
I found the issue, you accidentely defined On Thu, Mar 31, 2016 at 08:09:19AM -0700, Ulrich Kaufmann wrote:
Robin Schroer |
First thing this morning, I wanted to send you my own config.h, then saw your new comment pointing in the right direction. |
Okay, I merged your latest additions and tweaked the new manpage section a bit. I also have to test this somewhat thoroughly myself before actually pushing it |
Users who need tihs feature either use screen (ctrl-a) or tmux (ctrl-b), so they can bind this feature to the unused ctrl-binding (ctrl-a in my case, because I use tmux) This feature should not clash with any existing command-binding, because all it does is replacing mod4 with ctrl-a and then use the same command-binding table. Only extra thing is the optional number on how many times to repeat the command. Feel free to test it "auf Herz und Nieren" :) THERE is one thing I am unsure about: can we use the normal CLEANMASK or should we use a new mask NOMOD4MASK. It works with this mask, but I do not know if we really need it. Thanks a bunch. I'm also open to any suggestions about a niecer looking command-window. |
Issue: If using FrankenWM remotely, I could not use ALT4 key.
Solution: I start a new command using CTRL-A, then optional numbers for how many times to repeat the command, and then the command itself: For Example:
CTRL-A 5 SHIFT-Return starts 5 Terminals
Press ESC or CTRL-A again to cancel the command.
Because 0-9 do not translate well over RDP, too, I changed these to F1-F10
Poweruser feature: If Person wants to hide the command window, set SHOW_COMMANDWIN to False. (Do this on your own risk, because there will be no indication, FrankenWM waits for input)
TODO: The command window itself looks pretty bad ugly.
It needs some more gfx care for sure.