User Tools

Site Tools


finch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

finch [2009/08/04 01:14]
k2patel
finch [2020/08/10 02:35]
Line 1: Line 1:
-====== Finch (Best command line communicator) ====== 
- 
-==== Frequently Used Shortcuts ==== 
- 
-  * Alt + q - quit 
-  * Alt + c - close window 
-  * Alt + n - next window 
-  * Alt + p - previous window 
-  * Alt + a - View available actions 
-  * Alt + w - list of windows 
-  * Alt + m - move window 
-  * Alt + r - resize window 
-  * F10 - Show menu for current window 
-  * Alt + tab - next URGENT window 
-  * Alt + Shift + tab - previous urgent window 
- 
-==== Finch Control File ==== 
-Finch control file named as 
-<code bash> 
-~/.gntrc 
-</​code>​ 
- 
-==== Changing Default Key Bindings ==== 
-Here's a small example taken from finch FAQ to show how to rebind alt+ctrl+n to switch to the next window: In ~/.gntrc, add 
- 
-<code bash> 
-[GntWM::​binding] 
-c-a-n = window-next 
-</​code>​ 
- 
-Note that, the default binding alt+n will continue to switch to the next window. If you want to unbind that, add 
- 
-<code bash> 
-[GntWM::​binding] 
-a-c-n = window-next 
-a-n= 
-</​code>​ 
-To see the list of available rebindable actions for the focused widget, press "​alt+/"​. ​ 
- 
- 
- 
- 
- 
  
finch.txt ยท Last modified: 2020/08/10 02:35 (external edit)